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 #1397 from fanminshi/release_0.5.2
Browse files Browse the repository at this point in the history
release: bump version v0.5.2
  • Loading branch information
hongchaodeng authored Sep 12, 2017
2 parents 1c8e731 + e94cde8 commit 0fa2f7d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 38 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
## [Unreleased 0.5.2]
## [Unreleased]

### Added

- Expose `/metrics` endpoint at port 8080
- Add cluster S3 spec `prefix` feature. Let user choose a prefix under the bucket.
- Add `automountServiceAccountToken` to pod policy. Let users disable automounting of the Kubernetes access token into etcd-operator controlled pods.
- Cluster backups can now be saved using Azure Blob Storage (ABS).
- Add warning/note on deprecating s3 operator flag.

### Changed

### Removed
Expand All @@ -19,6 +13,17 @@
### Security


## [Release 0.5.2]

### Added

- Expose `/metrics` endpoint at port 8080
- Add cluster S3 spec `prefix` feature. Let user choose a prefix under the bucket.
- Add `automountServiceAccountToken` to pod policy. Let users disable automounting of the Kubernetes access token into etcd-operator controlled pods.
- Cluster backups can now be saved using Azure Blob Storage (ABS).
- Add warning/note on deprecating s3 operator flag.


## [Release 0.5.1]

Upgrade notice for TLS cluster users:
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.1
image: quay.io/coreos/etcd-operator:v0.5.2
command:
- /usr/local/bin/etcd-operator
- --pv-provisioner=kubernetes.io/aws-ebs
Expand Down
28 changes: 0 additions & 28 deletions example/deployment-s3-backup.yaml.template

This file was deleted.

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

0 comments on commit 0fa2f7d

Please sign in to comment.