etcd-operator v1.2.0
image: ghcr.io/on2itsecurity/etcd-operator:v1.2.0@sha256:f98c961e73416e77599ac20520917f60089329d4b06625da4097e510ecefb371
Breaking changes
- RBAC roles changes:
leases
andpoddisruptionbudget
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)