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

Commit

Permalink
Merge pull request #1867 from hasbro17/haseeb/release-v0.8.2
Browse files Browse the repository at this point in the history
release: 0.8.2
  • Loading branch information
hasbro17 authored Jan 18, 2018
2 parents 51e0e7d + bb9b3fe commit 0f552a6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
### Security


## [Release 0.8.2]

### Added

- Add support for backup and restore from custom S3 endpoint.

### Changed

- All etcd pod containers now run as non-root.


## [Release 0.8.1]

### Changed
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.1
image: quay.io/coreos/etcd-operator:v0.8.2
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.1
image: quay.io/coreos/etcd-operator:v0.8.2
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.1
image: quay.io/coreos/etcd-operator:v0.8.2
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.1+git"
Version = "0.8.2"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit 0f552a6

Please sign in to comment.