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 #1364 from hongchaodeng/v
Browse files Browse the repository at this point in the history
release: 0.5.1
  • Loading branch information
hongchaodeng authored Aug 18, 2017
2 parents 87ca849 + ef517e5 commit cf7d8d5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## [Unreleased 0.5.1]
## [Unreleased 0.5.2]

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.5.1]

Upgrade notice for TLS cluster users:
If you are using TLS-enabled etcd cluster, the SAN domain has been changed. See [TLS docs](./doc/user/cluster_tls.md).
Expand All @@ -14,16 +29,11 @@ Finally, it is safe to upgrade operator. It's highly recommended to save a backu

- Default timeout for snapshots done by backup sidecar increased from 5 seconds to 1 minute

### Removed

### Fixed

- Fix periodFullGC only executed once problem.
- [GH-1021] Use the cluster domain provided by kubelet instead of hardcoded `.cluster.local` .

### Deprecated

### Security

## [Release 0.5.0]

Expand Down
2 changes: 1 addition & 1 deletion example/deployment-aws.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.5.0
image: quay.io/coreos/etcd-operator:v0.5.1
command:
- /usr/local/bin/etcd-operator
- --pv-provisioner=kubernetes.io/aws-ebs
Expand Down
2 changes: 1 addition & 1 deletion example/deployment-s3-backup.yaml.template
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.5.0
image: quay.io/coreos/etcd-operator:v0.5.1
command:
- /usr/local/bin/etcd-operator
- --backup-aws-secret=aws # assuming the configmap and secret are both named 'aws'
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.5.0
image: quay.io/coreos/etcd-operator:v0.5.1
env:
- name: MY_POD_NAMESPACE
valueFrom:
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.5.0+git"
Version = "0.5.1"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit cf7d8d5

Please sign in to comment.