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

Commit a64d7df

Browse files
fanminshihongchaodeng
authored andcommitted
release: bump version to 0.8.4 (#1923)
1 parent 8a8f8e4 commit a64d7df

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,33 @@
22

33
### Added
44

5+
### Changed
6+
7+
### Removed
8+
9+
### Fixed
10+
11+
### Deprecated
12+
13+
### Security
14+
15+
## [Release 0.8.4]
16+
17+
### Added
18+
519
- Added ABS support for backup and restore
620
- Added tag to initContainer to enable offline deploys
721
- Enabled configurable backup timeout in backup operator
822

923
### Changed
1024

1125
- Set 30s default request timeout for kube client
26+
- Change check-dns init container image to busybox:1.28.0-glibc to fix nslookup failure in some environment.
1227

1328
### Removed
1429

1530
- Removed self-hosted code
1631

17-
### Fixed
18-
19-
### Deprecated
20-
21-
### Security
22-
2332
## [Release 0.8.3]
2433

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

0 commit comments

Comments
 (0)