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