Release v0.0.4
This Dragonfly Operator release improves the statefulset rollout workflow. Rather than relying on defaults , the Operator now manages the process. This means the Operator verifies the readiness of each replica before proceeding to the next step, preventing data loss during updates.
This release also adds an args
field to the CRD spec, which can be used to pass custom configuration.
What's Changed
- fix(readme): Update manifests to use
v0.0.3
by @Pothulapati in #55 - fix(readme): Add instruction to delete/uninstall the operator by @Pothulapati in #58
- fix(resource): Add ability to set Dragonfly arguements by @Pothulapati in #57
- fix(version): Use latest released tag
v1.2.0
by @Pothulapati in #60 - fix(version): bump Dragonfly verison to
v1.2.1
by @Pothulapati in #62 - fix(manifests): Use
docker.dragonfly.io
as the registry by @Pothulapati in #63 - fix(rollout): Update rollout strategy to be
OnDelete
by @Pothulapati in #59
Full Changelog: v0.0.3...v0.0.4