Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 14aa69c

Browse files
fanminshihongchaodeng
authored andcommitted
release: v0.8.0 (#1824)
1 parent 6d486b1 commit 14aa69c

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

520
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
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

example/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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:

example/etcd-backup-operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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:

example/etcd-restore-operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
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:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
package version
1616

1717
var (
18-
Version = "0.7.2+git"
18+
Version = "0.8.0"
1919
GitSHA = "Not provided (use ./build instead of go build)"
2020
)

0 commit comments

Comments
 (0)