Release v0.0.10
Docker image: docker.dragonflydb.io/dragonflydb/operator:v0.0.10
This release adds support for the snapshot.dir
field which can be used for snapshots into cloud storage's like S3 along with support for ARM. Also, an issue with the client certificates auth mechanism has been fixed.
What's Changed
- fix(docs): markdown lints by @Pothulapati in #121
- fix(cacert): Use
--tls_ca_cert_file
to pass the file by @Pothulapati in #124 - feat(snapshots): Support direct cloud storage by @Pothulapati in #117
- fix(ci): Support ARM builds by @Pothulapati in #126
- feat(release): Release DF Operator v0.0.10 by @Pothulapati in #127
Full Changelog: v0.0.9...v0.0.10