Skip to content

Releases: gardener/etcd-druid

v0.22.4

05 Aug 11:50
Compare
Choose a tag to compare

[gardener/etcd-druid]

📰 Noteworthy

  • Operator/User To improve node utilization compaction job will not add annotation: cluster-autoscaler.kubernetes.io/safe-to-evict: "false" to compaction pod. by @ishan16696 [#850]

[gardener/etcd-backup-restore]

📰 Improvement

  • User The Azure Blob Storage domain can now be overridden by providing the overriding domain as a field in the Secret which provides credentials to etcd-backup-restore. by @renormalize #756

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.22.4

v0.22.3

24 Jul 09:33
Compare
Choose a tag to compare

[gardener/etcd-druid]

🐛 Bug Fixes

  • [OPERATOR] Fixes the labels comparison check done in the PreDeploy step which ensures that the pods have both the old and the new labels. by @unmarshall [#835]
  • [OPERATOR] Fixes integration test failures by ensuring necessary StatefulSet pods are created and deleted appropriately during tests to align with updates made in PR #804. by @seshachalam-yv [#839]

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.22.3

v0.22.2

18 Jul 07:56
Compare
Choose a tag to compare

no release notes available

v0.22.1

09 Jul 17:06
Compare
Choose a tag to compare

[gardener/etcd-druid]

🏃 Others

  • [DEPENDENCY] Add new k8s-recommended labels to etcd pods, to support backward compatibility for etcd-druid:v0.23.0. by @shreyas-s-rao [#804]

[gardener/etcd-backup-restore]

🏃 Others

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.22.1

v0.21.1

11 Jan 15:28
Compare
Choose a tag to compare

[gardener/etcd-backup-restore]

⚠️ Breaking Changes

  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references. by @ccwienk [gardener/etcd-backup-restore#688]

🏃 Others

[gardener/etcd-druid]

⚠️ Breaking Changes

  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references. by @shreyas-s-rao [#756]

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.21.1

v0.22.0

10 Jan 15:35
Compare
Choose a tag to compare

[gardener/etcd-druid]

⚠️ Breaking Changes

  • [OPERATOR] UseEtcdWrapper feature gate has progressed from the alpha stage to the beta stage, which now allows for its default usage in etcd-druid. If you prefer to continue using the etcd-custom-image, you can disable the etcd-wrapper by setting the feature flag to false. by @ishan16696 [#744]
  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references. by @ccwienk [#735]

✨ New Features

  • [USER] Add support for overriding storage API endpoint for provider GCS, by adding new field storageAPIEndpoint in the GCP/GCS backup secret, with the value in the format http[s]://host[:port]/storage/v1/. ⚠️ Note: GCS storage API endpoint will not be overridden for EtcdCopyBackupsTasks, since backup buckets may reside in different regions. by @shreyas-s-rao [#737]

🏃 Others

[gardener/etcd-backup-restore]

⚠️ Breaking Changes

  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references. by @ccwienk [gardener/etcd-backup-restore#688]

🏃 Others

[gardener/etcd-wrapper]

⚠️ Breaking Changes

  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references. by @shreyas-s-rao [gardener/etcd-wrapper#22]

🏃 Others

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.22.0

v0.21.0

24 Nov 15:38
Compare
Choose a tag to compare

[gardener/etcd-druid]

📰 Noteworthy

  • [DEVELOPER] Added e2e test for compaction. by @abdasgupta [#723]
  • [OPERATOR] Compaction job now reconciles on Job Status changes along with the holder identity changes in snapshot leases. by @abdasgupta [#711]

✨ New Features

  • [DEVELOPER] Added documentation and sample configurations for simplifying Localstack setup, making it easier for developers to create a local testing environment using a Kind cluster. by @seshachalam-yv [#713]

🐛 Bug Fixes

  • [OPERATOR] Local storage provider for backups is now supported for snapshot compaction jobs. by @abdasgupta [#682]

🏃 Others

📖 Documentation

  • [OPERATOR] Updated the recovery from permanent quorum loss ops guide. by @ishan16696 [#697]

[gardener/etcd-backup-restore]

📰 Noteworthy

🏃 Others

Docker Images

  • etcd-druid: eu.gcr.io/gardener-project/gardener/etcd-druid:v0.21.0

v0.20.3

20 Oct 07:07
Compare
Choose a tag to compare

[gardener/etcd-druid]

🏃 Others

  • [OPERATOR] Alpine image used in init containers is now part of the IMAGEVECTOR_OVERWRITE by @aaronfern [#714]

v0.20.2

12 Oct 14:38
Compare
Choose a tag to compare

[gardener/etcd-backup-restore]

🏃 Others

v0.20.1

05 Oct 06:55
Compare
Choose a tag to compare

[gardener/etcd-druid]

🐛 Bug Fixes

  • [OPERATOR] Resolved an issue where the Custodian Controller was not updating the Replicas field in the etcd status to reflect the CurrentReplicas from the StatefulSet status. This fix ensures consistent behavior with the etcd Controller in Druid. by @seshachalam-yv [#701]