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

Commit 9f1ccce

Browse files
fanminshihongchaodeng
authored andcommitted
release: bump version to 0.9.0 (#1924)
same as 0.8.4. bump to 0.9.0 due to adding a new abs backup api
1 parent a64d7df commit 9f1ccce

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Security
1414

15+
## [Release 0.9.0]
16+
17+
Same as v0.8.4. The version is bumping to 0.9.0 due to adding a new ABS backup API into etcd-backup-operator.
18+
1519
## [Release 0.8.4]
1620

1721
### Added

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.8.4
14+
image: quay.io/coreos/etcd-operator:v0.9.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.8.4
14+
image: quay.io/coreos/etcd-operator:v0.9.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.8.4
16+
image: quay.io/coreos/etcd-operator:v0.9.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.8.4"
18+
Version = "0.9.0"
1919
GitSHA = "Not provided (use ./build instead of go build)"
2020
)

0 commit comments

Comments
 (0)