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 #1104 from hongchaodeng/v
Browse files Browse the repository at this point in the history
release: v0.3.0
  • Loading branch information
hasbro17 authored May 17, 2017
2 parents ae985b1 + 3e4125e commit d976dc4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
## [Unreleased 0.2.7]
## [Unreleased 0.3.1]

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.3.0]

### Upgrade Notice

- `Spec.Backup.MaxBackups` update:
- If you have `Spec.Backup.MaxBackups < 0`, previously it had no effect.
Now it will get rejected.
- If you have `Spec.Backup.MaxBackups == 0`, previously it had no effect.
Now it will create backup sidecar that allows unlimited backups.
If you don't want backup sidecar, just don't set any backup policy.
Check https://github.com/coreos/etcd-operator/blob/master/doc/user/upgrade/upgrade_guide.md#v02x-to-v03x

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

0 comments on commit d976dc4

Please sign in to comment.