This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from justinsb/relnotes
Add release notes
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 3.0.20191025 | ||
|
||
* fix issues in #253 [@zetaab](https://github.com/zetaab) [#255](https://github.com/kopeio/etcd-manager/pull/255) | ||
* Update rules-docker to 0.12 [@justinsb](https://github.com/justinsb) [#256](https://github.com/kopeio/etcd-manager/pull/256) | ||
* [DO-7442] Fix logic for Digital Ocean volume tag [@srikiz](https://github.com/srikiz) [#254](https://github.com/kopeio/etcd-manager/pull/254) | ||
* Update release process to use shipbot [@justinsb](https://github.com/justinsb) [#247](https://github.com/kopeio/etcd-manager/pull/247) | ||
* Move to go modules [@justinsb](https://github.com/justinsb) [#246](https://github.com/kopeio/etcd-manager/pull/246) | ||
* Update golang to 1.13.3 [@justinsb](https://github.com/justinsb) [#257](https://github.com/kopeio/etcd-manager/pull/257) | ||
* travis: Test newer bazel versions [@justinsb](https://github.com/justinsb) [#260](https://github.com/kopeio/etcd-manager/pull/260) | ||
* Fix unit tests [@justinsb](https://github.com/justinsb) [#258](https://github.com/kopeio/etcd-manager/pull/258) | ||
* Test everything, not just //test [@justinsb](https://github.com/justinsb) [#259](https://github.com/kopeio/etcd-manager/pull/259) | ||
|
||
# 3.0.20190930 | ||
|
||
* Use disk by id for mounting devices in OpenStack [@zetaab](https://github.com/zetaab) [#253](https://github.com/kopeio/etcd-manager/pull/253) | ||
|
||
# 3.0.20190816 | ||
* Add relnotes for 3.0.20190801 release [@justinsb](https://github.com/justinsb) [#241](https://github.com/kopeio/etcd-manager/pull/241) | ||
* [Digital Ocean] Support etcdManager for digital ocean cloud provider [@srikiz](https://github.com/srikiz) [#243](https://github.com/kopeio/etcd-manager/pull/243) | ||
* OpenStack support for etcd-manager [@drekle](https://github.com/drekle),[@zetaab](https://github.com/zetaab),[@justinsb](https://github.com/justinsb) [#245](https://github.com/kopeio/etcd-manager/pull/245) | ||
* Add shipbot configuration for uploading releases to github [@justinsb](https://github.com/justinsb) [#240](https://github.com/kopeio/etcd-manager/pull/240) | ||
|
||
# 3.0.20190801 | ||
* Fixed typo: Walkthough -> Walkthrough. [@uthark](https://github.com/uthark) [#214](https://github.com/kopeio/etcd-manager/pull/214) | ||
* Increase timeout on bazel tests [@justinsb](https://github.com/justinsb) [#211](https://github.com/kopeio/etcd-manager/pull/211) | ||
* Add etcd 3.3.13 [@mikesplain](https://github.com/mikesplain) [#231](https://github.com/kopeio/etcd-manager/pull/231) | ||
* Update base image [@justinsb](https://github.com/justinsb) [#233](https://github.com/kopeio/etcd-manager/pull/233) | ||
* Update bazel rules-go [@justinsb](https://github.com/justinsb) [#221](https://github.com/kopeio/etcd-manager/pull/221) | ||
* Support listen-metrics-urls option [@justinsb](https://github.com/justinsb) [#232](https://github.com/kopeio/etcd-manager/pull/232) | ||
* Fix unexpected etcd image error if docker pulls images over proxy [@kirrmann](https://github.com/kirrmann),[@justinsb](https://github.com/justinsb) [#226](https://github.com/kopeio/etcd-manager/pull/226) | ||
* Add etcd-manager-ctl and etcd-backup-ctl to their respective images. [@justinsb](https://github.com/justinsb) [#230](https://github.com/kopeio/etcd-manager/pull/230) | ||
* Use debug distroless image, so we have shell & tar [@justinsb](https://github.com/justinsb) [#235](https://github.com/kopeio/etcd-manager/pull/235) | ||
* deps: Update aws-sdk-go and grpc [@justinsb](https://github.com/justinsb) [#234](https://github.com/kopeio/etcd-manager/pull/234) | ||
* Added instructions and script to release etcd-manager-ctl binaries [@pracucci](https://github.com/pracucci) [#227](https://github.com/kopeio/etcd-manager/pull/227) | ||
* Revert base image back to (latest) debian-hyperkube-base [@justinsb](https://github.com/justinsb) [#237](https://github.com/kopeio/etcd-manager/pull/237) | ||
* Documented how backup restore works under the hood [@pracucci](https://github.com/pracucci) [#223](https://github.com/kopeio/etcd-manager/pull/223) | ||
* Better etcd-version handling [@justinsb](https://github.com/justinsb) [#238](https://github.com/kopeio/etcd-manager/pull/238) |