Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Releases: cilium/cilium-etcd-operator

v2.0.7

18 Sep 13:16
Compare
Choose a tag to compare

Bug fixes:

  • Replace all apps/v1beta1 with apps/v1 in k8s manifests to work with k8s 1.16

Minor:

  • Compile with golang 1.13.0
  • Update k8s dependencies to v1.15.3

v2.0.6

27 Mar 20:24
Compare
Choose a tag to compare

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 between cilium-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:

  • Fix missing delete RBAC permissions in k8s descriptor (#40)
  • Add quotes to all environment variables set in cilium-etcd-operator.yaml (#58)