This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Releases: cilium/cilium-etcd-operator
Releases · cilium/cilium-etcd-operator
v2.0.7
v2.0.6
Breaking changes:
- Change default to only generate TLS certificates if they do not exist (#57)
- Change default to leave etcd cluster running if
cilium-etcd-operator
is shut down (#57)
Features:
- Add
--etcd-image-repository
to set etcd image repository (https://github.com/cilium/cilium-etcd-operator/pull/43/files) - Allow for a persistent
etcd
cluster betweencilium-etcd-operator
restarts (#45) - Provide option,
--busybox-image
, to set the busybox image used in the init container of etcd pod. - Bump go to
1.12.1
(#49) - Bump etcd-operator to
v0.9.4
(#49) - Bump default etcd to
3.3.12
(#49) - Add the ability to run an already deployed CRD and CR (Check README.md for "Deployment with an existing EtcdCluster custom resource")
cilium-etcd-operator version
will report the version being used (#61)
Bug fixes: