8000 Releases Β· gardener/etcd-druid Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gardener/etcd-druid

v0.19.2

11 Aug 15:38
Compare
Choose a tag to compare

[gardener/etcd-druid]

πŸƒ Others

  • [OPERATOR] Upgrade gardener/gardener from 1.65.0 to 1.76.0 by @acumino [#657]

v0.19.1

09 Aug 09:04
Compare
Choose a tag to compare

[gardener/etcd-druid]

πŸ› Bug Fixes

  • [OPERATOR] A bug causing incorrect volume mount path for Etcds and EtcdCopyBackupsTasks using Local snapshot storage provider while using distroless etcd-backup-restore image v0.25.x has been resolved. by @aaronfern [#662]
  • [OPERATOR] A bug causing EtcdCopyBackupsTask jobs to fail to create temp snapshot directory while using distroless etcd-backup-restore image v0.25.x has been resolved. by @aaronfern [#662]

v0.19.0

03 Aug 11:03
Compare
Choose a tag to compare

[gardener/etcd-backup-restore]

πŸ“° Noteworthy

πŸƒ Others

[gardener/etcd-druid]

⚠️ Breaking Changes

  • [OPERATOR] ⚠️ etcd.Status.ClusterSize, etcd.Status.ServiceName, etcd.Status.UpdatedReplicas have been marked as deprecated and users should refrain from depending on these fields. by @unmarshall [#594]
  • [OPERATOR] Etcd-related secrets will now be mounted onto the /var/ directory instead of /root/. by @aaronfern [#620]
  • [OPERATOR] File ownership for var/etcd/data will be changed to non-root user (65532). by @aaronfern [#620]
  • [OPERATOR] Etcd-druid will now deploy distroless etcd-wrapper and etcd-backup-restore images. Please refer to etcd-wrapper for more information. by @aaronfern [#620]
  • [DEVELOPER] Developer Action Required: The make deploy command has been replaced with make deploy-via-kustomize. Please update your deployment workflows accordingly. by @seshachalam-yv [#599]

✨ New Features

  • [DEVELOPER] Makefile has been updated to use Skaffold for deploying etcd-druid with the make deploy target, simplifying the deployment process and eliminating the need to push the image to the container registry for each local development testing. by @seshachalam-yv [#599]
  • [OPERATOR] Feature gates have been introduced in etcd-druid, and can be specified using CLI flag --feature-gate. by @aaronfern [#646]
  • [OPERATOR] UseEtcdWrapper feature gate has been introduced to allow users to opt for the new etcd-wrapper image. by @aaronfern [#646]
  • [OPERATOR] Druid now exposes metrics related to snapshot compaction, on default port 8080. Please expose the desired metrics port via the etcd-druid service to allow metrics to be scraped by a Prometheus instance. by @abdasgupta [#569]

πŸ› Bug Fixes

  • [OPERATOR] AllMembersReady condition has now been fixed to eventually show the correct overall readiness of an etcd cluster. by @unmarshall [#594]

πŸƒ Others

  • [DEVELOPER] Add CVE categorization for etcd-druid. by @shreyas-s-rao [#634]
  • [DEVELOPER] Refactored statefulset, service, poddisruptionbudget, lease, and configmap components to use default labels and owner references from etcd. by @seshachalam-yv [#559]
  • [OPERATOR] Print build version and go runtime info. by @shreyas-s-rao [#636]
  • [OPERATOR] Bumped up the custom image version to v3.4.13-bootstrap-11 by @abdasgupta [#623]
  • [OPERATOR] When scaling from single-node to multi-node etcd cluster, Etcd Druid will now first ensure that any change to the peer URL (e.g TLS enablement) is seen by the existing etcd process running within the etcd member pod. Once that is confirmed then it will scale up the Etcd StatefulSet and add relevant annotations. by @unmarshall [#598]

v0.18.4

12 Jul 08:11
Compare
Choose a tag to compare

[gardener/etcd-druid]

⚠️ Breaking Changes

  • [OPERATOR] ⚠️ etcd.Status.ClusterSize, etcd.Status.ServiceName, etcd.Status.UpdatedReplicas have been marked as deprecated and users should refrain from depending on these fields. by @shreyas-s-rao [#637]

πŸ› Bug Fixes

  • [OPERATOR] AllMembersReady condition has now been fixed to eventually show the correct overall readiness of an etcd cluster. by @shreyas-s-rao [#637]

πŸƒ Others

[gardener/etcd-backup-restore]

πŸƒ Others

v0.18.3

22 Jun 07:12
Compare
Choose a tag to compare

[etcd-druid]

πŸƒ Others

  • [OPERATOR] Druid now exposes metrics related to snapshot compaction, on default port 8080. Please expose the desired metrics port via the etcd-druid service to allow metrics to be scraped by a Prometheus instance. (gardener/etcd-druid#625, @abdasgupta)

v0.18.2

21 Jun 20:47
Compare
Choose a tag to compare

[etcd-druid]

πŸƒ Others

v0.18.1

25 May 17:44
Compare
Choose a tag to compare

[etcd-druid]

πŸƒ Others

  • [OPERATOR] Backup-restore waits for its etcd to be ready before attempting to update peerUrl (gardener/etcd-druid#602, @abdasgupta)
  • [OPERATOR] When scaling from single-node to multi-node etcd cluster, Etcd Druid will now first ensure that any change to the peer URL (e.g TLS enablement) is seen by the existing etcd process running within the etcd member pod. Once that is confirmed then it will scale up the Etcd StatefulSet and add relevant annotations. (gardener/etcd-druid#602, @abdasgupta)
  • [OPERATOR] When scaling from single-node to multi-node etcd cluster, Etcd Druid will now first ensure that any change to the peer URL (e.g TLS enablement) is seen by the existing etcd process running within the etcd member pod. Once that is confirmed then it will scale up the Etcd StatefulSet and add relevant annotations. (gardener/etcd-druid#598, @unmarshall)

v0.18.0

08 May 20:39
Compare
Choose a tag to compare

[etcd-druid]

✨ New Features

πŸ› Bug Fixes

πŸƒ Others

[etcd-backup-restore]

πŸ› Bug Fixes

πŸƒ Others

[etcd-custom-image]

πŸƒ Others

v0.17.0

05 Apr 11:09
Compare
Choose a tag to compare

[etcd-druid]

⚠️ Breaking Changes

  • [USER] The default value for druid CLI flag ignore-operation-annotation is now set to false. This means druid will now respect the gardener.cloud/operation annotation for reconciling the Etcd resource by default. This change allows for developers to follow best practices during local development and testing. (gardener/etcd-druid#506, @shreyas-s-rao)

✨ New Features

πŸ› Bug Fixes

πŸƒ Others

[etcd-backup-restore]

πŸ› Bug Fixes

πŸƒ Others

[etcd-custom-image]

πŸƒ Others

v0.16.1

07 Mar 18:46
Compare
Choose a tag to compare

[etcd-backup-restore]

πŸ› Bug Fixes

0