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

Commit

Permalink
release: 0.7.1 (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng authored Dec 6, 2017
1 parent 47cd813 commit 7a677fc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.7.1]

### Added

- TLS etcd cluster feature for EtcdBackup
- Log collector program for collecting logs in e2e test.
- ClusterSpec: In PodPolicy, add generic `Affinity` field to substitute bool `AntiAffinity` field.
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.7.0
image: quay.io/coreos/etcd-operator:v0.7.1
command:
- etcd-operator
env:
Expand Down
3 changes: 1 addition & 2 deletions example/etcd-backup-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ spec:
spec:
containers:
- name: etcd-backup-operator
image: quay.io/coreos/etcd-operator:v0.7.0
imagePullPolicy: Always
image: quay.io/coreos/etcd-operator:v0.7.1
command:
- etcd-backup-operator
env:
Expand Down
3 changes: 1 addition & 2 deletions example/etcd-restore-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ spec:
spec:
containers:
- name: etcd-restore-operator
image: quay.io/coreos/etcd-operator:v0.7.0
imagePullPolicy: Always
image: quay.io/coreos/etcd-operator:v0.7.1
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.7.0+git"
Version = "0.7.1"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit 7a677fc

Please sign in to comment.