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 #2014 from hexfusion/release-v0.9.3
Browse files Browse the repository at this point in the history
release: bump version to v0.9.3 and update changelog
  • Loading branch information
hexfusion committed Nov 21, 2018
2 parents 78e4e2c + 42a303c commit 44f2671
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security

## [Release 0.9.3]

### Added

- Added `spec.pod.DNSTimeoutInSecond` to `EtcdCluster` that allows setting a maximum allowed time for the init container of the etcd pod to reverse DNS lookup its IP given the hostname.

### Changed
Expand All @@ -11,17 +25,10 @@
- k8s codegen updates are longer performed via container. Go dependencies are now vendored
and updates are performed with shell script locally.

### Removed

### Fixed


- Fixed leaking http connections while verifying backup snapshots. [#1976](https://github.com/coreos/etcd-operator/pull/1976)

### Deprecated

### Security

## [Release 0.9.2]

### Added
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.9.2
image: quay.io/coreos/etcd-operator:v0.9.3
command:
- etcd-operator
# Uncomment to act for resources in all namespaces. More information in doc/clusterwide.md
Expand Down
2 changes: 1 addition & 1 deletion example/etcd-backup-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: etcd-backup-operator
image: quay.io/coreos/etcd-operator:v0.9.2
image: quay.io/coreos/etcd-operator:v0.9.3
command:
- etcd-backup-operator
env:
Expand Down
2 changes: 1 addition & 1 deletion example/etcd-restore-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: etcd-restore-operator
image: quay.io/coreos/etcd-operator:v0.9.2
image: quay.io/coreos/etcd-operator:v0.9.3
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.9.2+git"
Version = "0.9.3"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit 44f2671

Please sign in to comment.