зеркало из https://github.com/Azure/etcd-operator.git
release: v0.8.0 (#1824)
This commit is contained in:
Родитель
b94275cf9c
Коммит
49308bc291
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
|||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
## [Release 0.8.0]
|
||||
|
||||
**Important Changes**
|
||||
|
||||
Both etcd backup operator and etcd restore operator have changed their CR definition.
|
||||
|
@ -22,18 +37,13 @@ Please follow the latest backup/restore CR definition for future backup and rest
|
|||
- Rename BackupCRStatus to BackupStatus.
|
||||
- EtcdBackup: BackupSpec passes in S3BackupSource.Path as the S3 path to save the backup.
|
||||
- EtcdBackup: BackupSpec spec uses etcd endpoints to retrieve snapshot.
|
||||
- Default base image is changed to `gcr.io/etcd-development/etcd`, default etcd version is `3.2.13`.
|
||||
- Change default etcd version to `3.2.13`.
|
||||
|
||||
### Removed
|
||||
|
||||
- EtcdBackup: BackupSpec removed ClusterName field in favor of etcd endpoints.
|
||||
- EtcdCluster: ClusterSpec removed deprecated BaseImage field.
|
||||
|
||||
### Fixed
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Security
|
||||
|
||||
## [Release 0.7.2]
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: etcd-operator
|
||||
image: quay.io/coreos/etcd-operator:v0.7.2
|
||||
image: quay.io/coreos/etcd-operator:v0.8.0
|
||||
command:
|
||||
- etcd-operator
|
||||
env:
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: etcd-backup-operator
|
||||
image: quay.io/coreos/etcd-operator:v0.7.2
|
||||
image: quay.io/coreos/etcd-operator:v0.8.0
|
||||
command:
|
||||
- etcd-backup-operator
|
||||
env:
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: etcd-restore-operator
|
||||
image: quay.io/coreos/etcd-operator:v0.7.2
|
||||
image: quay.io/coreos/etcd-operator:v0.8.0
|
||||
command:
|
||||
- etcd-restore-operator
|
||||
env:
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
package version
|
||||
|
||||
var (
|
||||
Version = "0.7.2+git"
|
||||
Version = "0.8.0"
|
||||
GitSHA = "Not provided (use ./build instead of go build)"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче