v0.9.4
版本发布时间: 2019-02-28 10:24:59
coreos/etcd-operator最新发布版本:v0.9.4(2019-02-28 10:24:59)
[Release 0.9.4]
Added
- Added
spec.BackupSource.S3.ForcePathStyle
toEtcdBackup
to force path style s3 uploads. #2036 - Added
spec.RestoreSource.S3.ForcePathStyle
toEtcdRestore
to force path style s3 downloads. #2036
Changed
- Update Go version to 1.11.5
- Update k8s to 1.12.6
- EtcdBackup: Support periodic backups. This change added 3 new fields to EtcdBackup schema, 2 variables in spec, 1 variables in status.
- in spec.backupPolicy
- maxBackup: maximum number of backups to keep.
- backupIntervalInSecond: how often to perform backup operation.
- in status
- LastSuccessDate: last time to succeed in taking backup
- in spec.backupPolicy
Fixed
- Fixed a bug where
same CR names
in different namespaces with cluster-wide operator were not working as expected #2026 - Fixed a bug where cluster names could exceed 63 octets the maximum defined by RFC 1035 section 2.3.4 resulting in hanging pods #2027.