Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
release: v0.8.0 (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanminshi authored and hongchaodeng committed Jan 3, 2018
1 parent 6d486b1 commit 14aa69c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## [Unreleased]

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.8.0]

**Important Changes**

Both etcd backup operator and etcd restore operator have changed their CR definition.
Expand All @@ -22,18 +37,13 @@ Please follow the latest backup/restore CR definition for future backup and rest
- Rename BackupCRStatus to BackupStatus.
- EtcdBackup: BackupSpec passes in S3BackupSource.Path as the S3 path to save the backup.
- EtcdBackup: BackupSpec spec uses etcd endpoints to retrieve snapshot.
- Default base image is changed to `gcr.io/etcd-development/etcd`, default etcd version is `3.2.13`.
- Change default etcd version to `3.2.13`.

### Removed

- EtcdBackup: BackupSpec removed ClusterName field in favor of etcd endpoints.
- EtcdCluster: ClusterSpec removed deprecated BaseImage field.

### Fixed

### Deprecated

### Security

## [Release 0.7.2]

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

0 comments on commit 14aa69c

Please sign in to comment.