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

Commit

Permalink
release: bump version to 0.8.4 (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanminshi authored and hongchaodeng committed Feb 8, 2018
1 parent 8a8f8e4 commit a64d7df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,33 @@

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security

## [Release 0.8.4]

### Added

- Added ABS support for backup and restore
- Added tag to initContainer to enable offline deploys
- Enabled configurable backup timeout in backup operator

### Changed

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

### Removed

- Removed self-hosted code

### Fixed

### Deprecated

### Security

## [Release 0.8.3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion example/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: etcd-operator
image: quay.io/coreos/etcd-operator:v0.8.3
image: quay.io/coreos/etcd-operator:v0.8.4
command:
- etcd-operator
env:
Expand Down
2 changes: 1 addition & 1 deletion example/etcd-backup-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: etcd-backup-operator
image: quay.io/coreos/etcd-operator:v0.8.3
image: quay.io/coreos/etcd-operator:v0.8.4
command:
- etcd-backup-operator
env:
Expand Down
2 changes: 1 addition & 1 deletion example/etcd-restore-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: etcd-restore-operator
image: quay.io/coreos/etcd-operator:v0.8.3
image: quay.io/coreos/etcd-operator:v0.8.4
command:
- etcd-restore-operator
env:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
package version

var (
Version = "0.8.3+git"
Version = "0.8.4"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit a64d7df

Please sign in to comment.