Skip to content

Releases: gardener/etcd-backup-restore

v0.18.3

29 Jul 09:27
Compare
Choose a tag to compare

[etcd-backup-restore]

🏃 Others

  • [OPERATOR] A new flag --service-endpoints has been added to the etcdbrctl server command. These (Kubernetes) service URLs ensure that etcd-backup-restore only connects to etcd member which are ready to server traffic. Especially the MemberAdd and Init steps require this. (gardener/etcd-backup-restore#512, @timuthy)

v0.18.2

28 Jul 09:24
Compare
Choose a tag to compare

[etcd-backup-restore]

🏃 Others

  • [OPERATOR] An issue has been fixed that caused the Backup-Restore component to connect to the wrong etcd cluster for initializing and member-add procedures. (gardener/etcd-backup-restore#510, @timuthy)

v0.18.1

22 Jul 05:51
Compare
Choose a tag to compare

[etcd-backup-restore]

🏃 Others

v0.18.0

08 Jul 13:59
Compare
Choose a tag to compare

[etcd-backup-restore]

⚠️ Breaking Changes

  • [DEVELOPER] Added new package membergarbagecollector to remove superfluous members from the ETCD cluster. Due to this, etcd-backup-restore now needs permissions to list pods and statefulsets. (gardener/etcd-backup-restore#403, @aaronfern)

🏃 Others

📰 Noteworthy

v0.17.0

07 Jun 09:55
Compare
Choose a tag to compare

[etcd-backup-restore]

🐛 Bug Fixes

🏃 Others

📰 Noteworthy

v0.15.4

12 May 10:40
Compare
Choose a tag to compare

[etcd-backup-restore]

🏃 Others

  • [OPERATOR] When the owner check fails, etcd-backup-restore will restart the etcd process right before attempting to take a final snapshot, if the owner check was previously successful. (gardener/etcd-backup-restore#478, @plkokanov)

v0.15.3

09 May 09:28
Compare
Choose a tag to compare

[etcd-backup-restore]

🏃 Others

v0.15.2

26 Apr 08:27
Compare
Choose a tag to compare

[etcd-backup-restore]

🐛 Bug Fixes

🏃 Others

v0.16.0

08 Apr 10:54
Compare
Choose a tag to compare

[etcd-backup-restore]

📰 Noteworthy

  • [OPERATOR] Multi-node etcd bootstrapping is now supported. This is an alpha feature intended for initial use and evaluation. Please do not enable this feature for your productive workloads (gardener/etcd-backup-restore#419, @abdasgupta)
    • Multi-node etcd restoration from backup buckets is not supported
    • Intended to work only with etcd-druid v0.9.x and beyond
    • Intended to work only with etcd-custom-image v3.4.13-bootstrap-4 and beyond

v0.15.1

05 Apr 13:16
Compare
Choose a tag to compare

[etcd-backup-restore]

🐛 Bug Fixes