This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
3.0.20200531
Latest patch release in the 3.0 series, supporting the etcd 3 series and migration from the etcd 2 series.
Contains an important bugfix: etcd-manager pods before version 3.0.20200428 will stop working after 1 year, when some certificates expire. Users of prior versions of etcd-manager must upgrade to this version to avoid this.
Please see the release notes for the full list of changes.
Important changes
- Avoid certificate expiration by eagerly renewing certificates #309, #313. This fixes problems where an etcd-manager process will stop working after 1 year, when the certificate expires. Users of prior versions of etcd-manager must upgrade to avoid this.
Highlights
- Removes old backups even when using an S3 bucket with versioning enabled. Previously although the backups were removed on-schedule, the version retention meant that all backups were retained. The configured policy is now honored.
Changes since 3.0.20200527
- Simplify downloading backups @johngmyers #327
- Remove all versions for backups when using S3 @hakman #328
- Update vendored kops version to 1.17.0 @justinsb #329
Please see the release notes for the full changes.