Releases: dragonflydb/dragonfly-operator
Releases · dragonflydb/dragonfly-operator
v0.0.3
Release v0.0.3
This release of the Dragonfly Operator includes crucial fixes with respect to replication,
which increases the Operators reliability.
Docker image: ghcr.io/dragonflydb/operator:v0.0.3
What's Changed
- fix(manifests): Update to latest operator version by @Pothulapati in #46
- fix(tests): move to a separate folder by @Pothulapati in #47
- fix(dragonfly): remove master label before configuration by @Pothulapati in #51
- fix(dfi): check pod ip before marking by @Pothulapati in #49
- fix(dragonfly): Use weekly release build tag by @Pothulapati in #54
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Release v0.0.2
Bumps Dragonfly version to v1.1.2
with some other fixes.
Docker image: ghcr.io/dragonflydb/operator:v0.0.2
What's Changed
- feat(readme): Generate manifests and update readme by @Pothulapati in #38
- feat(version): bump Dragonfly version to v1.1.2 by @Pothulapati in #40
- fix(readme): Mention about the service by @Pothulapati in #39
- fix(readme): Add steps to connect to Dragonfly by @Pothulapati in #41
- fix(readme): Use right resource values by @Pothulapati in #43
- feat(resources): don't set default resource requirements by @Pothulapati in #44
- fix(readme): increase demo resource requirements by @Pothulapati in #45
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Release v0.0.1
This is the first basic release of the Dragonfly Operator. Users should
be able to install and manage dragonfly instances using this. Docs
incoming.
Docker image: ghcr.io/dragonflydb/operator:v0.0.1
What's Changed
- feat(operator): Add new dragonfly k8s operator by @Pothulapati in #1
- feat(ci): Add tests into CI by @Pothulapati in #3
- feat(operator): Add fail-over capabilities by @Pothulapati in #2
- feat(health): Add tests to verify fail-over by @Pothulapati in #14
- feat(operator): Add Kubernetes event sink by @Pothulapati in #18
- fix(operator): Bump version and other changes by @Pothulapati in #19
- fix(tests): Run the operator separately by @Pothulapati in #20
- feat(operator): bump dragonfly version to
v1.1.1
by @Pothulapati in #23 - feat(Operator): Handle updates to resources by @Pothulapati in #15
- feat(operator): Add and cleanup readme doc by @Pothulapati in #24
- fix(df_instance): error out when can't find a master pod by @Pothulapati in #33
- fix(operator): check for replicas roles with updates by @Pothulapati in #28
- fix(dragonfly): follow kubernetes replicas convention by @Pothulapati in #29
- fix(df_pod_controler): Requeue when errors and remove
configuring-replication
phase by @Pothulapati in #34 - feat(df): Support setting resource requirements by @Pothulapati in #31
- feat(CI): Allow operator image publish on release by @Pothulapati in #35
- fix(ci): support relevant permissions by @Pothulapati in #36
- fix(ci): Login before pushing by @Pothulapati in #37
New Contributors
- @Pothulapati made their first contribution in #1
Full Changelog: https://github.com/dragonflydb/dragonfly-operator/commits/v0.0.1