This repository was archived by the owner on Mar 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-10
lines changed
Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ### Added
4+
5+ ### Changed
6+
7+ ### Removed
8+
9+ ### Fixed
10+
11+ ### Deprecated
12+
13+ ### Security
14+
15+
16+ ## [ Release 0.8.0]
17+
318** Important Changes**
419
520Both 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
2237- Rename BackupCRStatus to BackupStatus.
2338- EtcdBackup: BackupSpec passes in S3BackupSource.Path as the S3 path to save the backup.
2439- EtcdBackup: BackupSpec spec uses etcd endpoints to retrieve snapshot.
25- - Default base image is changed to ` gcr.io/etcd-development/etcd ` , default etcd version is ` 3.2.13 ` .
40+ - Change default etcd version to ` 3.2.13 ` .
2641
2742### Removed
2843
2944- EtcdBackup: BackupSpec removed ClusterName field in favor of etcd endpoints.
3045- EtcdCluster: ClusterSpec removed deprecated BaseImage field.
3146
32- ### Fixed
33-
34- ### Deprecated
35-
36- ### Security
3747
3848## [ Release 0.7.2]
3949
Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : etcd-operator
14- image : quay.io/coreos/etcd-operator:v0.7.2
14+ image : quay.io/coreos/etcd-operator:v0.8.0
1515 command :
1616 - etcd-operator
1717 env :
Original file line number Diff line number Diff line change 1111 spec :
1212 containers :
1313 - name : etcd-backup-operator
14- image : quay.io/coreos/etcd-operator:v0.7.2
14+ image : quay.io/coreos/etcd-operator:v0.8.0
1515 command :
1616 - etcd-backup-operator
1717 env :
Original file line number Diff line number Diff line change 1313 spec :
1414 containers :
1515 - name : etcd-restore-operator
16- image : quay.io/coreos/etcd-operator:v0.7.2
16+ image : quay.io/coreos/etcd-operator:v0.8.0
1717 command :
1818 - etcd-restore-operator
1919 env :
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "0.7.2+git "
18+ Version = "0.8.0 "
1919 GitSHA = "Not provided (use ./build instead of go build)"
2020)
You can’t perform that action at this time.
0 commit comments