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

Commit

Permalink
Merge pull request #27 from cbws/release/v0.10.0
Browse files Browse the repository at this point in the history
Release version 0.10.0
  • Loading branch information
Marlinc authored Nov 11, 2019
2 parents a159e5a + fcc7961 commit 06ac314
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@

### Fixed

- Don't expose unready nodes via client service. [#2063](https://github.com/coreos/etcd-operator/pull/2063)
- Azure blob storage: use correct list prefix [#2071](https://github.com/coreos/etcd-operator/pull/2071)

### Deprecated

### Security

## [Release 0.10.0]

### Added
* Alibaba Cloud Object Storage Service (OSS) backend - coreos#2065 (@stormgbs)
* Cluster wide restore - coreos#2074 (@kapouille)
* Cluster wide backup - coreos#2072 (@kapouille)
* Support specifying cluster domain for clientURLs - coreos#2028 (@mikkeloscar )
* Add tmpfs support - coreos#2103 (@chriscoester)

### Fixed
* Don't expose unready pods via client service - coreos#2063 (@ckoehn)

## [Release 0.9.4]

### Added
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.4+git"
Version = "0.10.0+git"
GitSHA = "Not provided (use ./build instead of go build)"
)

0 comments on commit 06ac314

Please sign in to comment.