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 #1218 from hongchaodeng/v
Browse files Browse the repository at this point in the history
release: v0.3.3
  • Loading branch information
hongchaodeng authored Jun 23, 2017
2 parents 2998ca9 + 8bd3cb7 commit bcad5ae
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
@@ -1,22 +1,31 @@
## [Unreleased 0.3.3]
## [Unreleased 0.3.4]

### Added

- Adds ability for users to specify base image for etcd pods in a cluster.

### Changed

### Removed

### Fixed

- [GH-1138] Fixed operator stucks in managing selfhosted cluster when there are not enough nodes to start new etcd member.
- [GH-1196] Fixed etcd operator could not start S3 backup sidecar if given non-root user.

### Deprecated

### Security


## [Release 0.3.3]

### Added

- Adds ability for users to specify base image for etcd pods in a cluster.
Default base image is `quay.io/coreos/etcd-operator`.

### Fixed

- [GH-1138] Fixed operator stucks in managing selfhosted cluster when there are not enough nodes to start new etcd member.
- [GH-1196] Fixed etcd operator could not start S3 backup sidecar if given non-root user.


## [Release 0.3.2]

Bug fix release to fix self-hosted etcd issue [GH-1171] .
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.3.2
image: quay.io/coreos/etcd-operator:v0.3.3
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.3.2
image: quay.io/coreos/etcd-operator:v0.3.3
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.3.2
image: quay.io/coreos/etcd-operator:v0.3.3
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.3.2+git"
Version = "0.3.3"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit bcad5ae

Please sign in to comment.