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 #882 from hasbro17/haseeb/release-v0.2.2
Browse files Browse the repository at this point in the history
release:v0.2.2 CHANGELOG and version
  • Loading branch information
hongchaodeng committed Mar 10, 2017
2 parents 6fb7593 + daeef61 commit d37e116
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## [Unreleased 0.2.2]
## [Unreleased 0.2.3]

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.2.2]

### Added

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.2.1
image: quay.io/coreos/etcd-operator:v0.2.2
command:
- "/bin/sh"
- "-c"
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.2.1
image: quay.io/coreos/etcd-operator:v0.2.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.2.1+git"
Version = "0.2.2"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit d37e116

Please sign in to comment.