Skip to content

Releases: on2itsecurity/etcd-operator

etcd-operator v1.2.2

23 Jan 16:45
7317bd5
Compare
Choose a tag to compare

image: ghcr.io/on2itsecurity/etcd-operator:v1.2.2@sha256:11d9170aa5df05f492e5f7edf3d369d0bc81527cedffaa712023b3abd5959a38

Must Reads

  • Upgrade to 1.2.2 before upgrading etcd to 3.5.7 (14c27ce)
  • Dropped etcd 3.2 support (14c27ce)
  • Next version will not create crds, use manifests from example/crd for new installs (945971e)

Bug Fixes

  • openapi validation fixes (b9f8821)
  • do not continue making a pod when an error occurs. closes issue #80 (2498fd5)

Features

etcd-operator v1.2.1

19 May 15:18
v1.2.1
ef26a68
Compare
Choose a tag to compare

image: ghcr.io/on2itsecurity/etcd-operator:v1.2.1@sha256:6c219beb819b069ad250ceb7a3ae6151b7c342d8d2b3257df5c4599b83eb1af0

Bug Fixes

  • try to update the podDisrusptionBudget after it was initially created (8e66977)
  • remove last etcd 2.3.8 dependency (37891d0)

Features

  • retry with client-go native routine (backoff) (c2fdf81)
  • up Kubernetes api to 1.24.0 (c259924)
  • up default ETCD to 3.5.4 (e914d26)
  • test against kubernetes 1.24.0-rc1 (2b9b4e7)

etcd-operator v1.2.0

07 Apr 16:38
v1.2.0
7a5f4a8
Compare
Choose a tag to compare

image: ghcr.io/on2itsecurity/etcd-operator:v1.2.0@sha256:f98c961e73416e77599ac20520917f60089329d4b06625da4097e510ecefb371

Breaking changes

  • RBAC roles changes: leases and poddisruptionbudget are added, please make sure to reapply the (cluster)role manifest

Bug Fixes

  • ready check circular dependency with rolling deployment and leader election (645c78d)
  • Make etcd-operator use the right amount of threads in containers (01d0dd6)

Features

  • Kubernetes 1.24 API / ETCD 3.5.2 API (c1424cb)
  • Using PublishNotReadyAddresses for services (e73da47)
  • Default to etcd 3.4.18 and official gcr.io/development/etcd-io (c5807b3)
  • Build docker images for arm64 (69d10e1)
  • add priorityClassName support to etcd crd (d4d528a)
  • podDisruptionBudget creates and maintains the policy to protect the etcd cluster from disruptive kubernetes actions (f378e39)