Release notes for 1.13.1

This commit is contained in:
Justin SB 2019-09-24 23:51:31 -04:00
parent f23481f693
commit ef5b3da7d0
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 9 additions and 0 deletions

View File

@ -112,3 +112,12 @@
* Warn/prevent if the version of etcd is unsupported with etcd-manager [@justinsb](https://github.com/justinsb) [#7340](https://github.com/kubernetes/kops/pull/7340)
* Default etcd-version to 3.3.10 for >= 1.14 [@justinsb](https://github.com/justinsb) [#7341](https://github.com/kubernetes/kops/pull/7341)
* Bump etcd-manager to 3.0.20190801 [@justinsb](https://github.com/justinsb) [#7349](https://github.com/kubernetes/kops/pull/7349)
## 1.13.0 to 1.13.1
* fix(addons/networking.projectcalico.org) calico kube-controllers is needed in CRD mode [@phspagiari](https://github.com/phspagiari) [#7517](https://github.com/kubernetes/kops/pull/7517)
* Update to golang 1.11.13 [@justinsb](https://github.com/justinsb) [#7549](https://github.com/kubernetes/kops/pull/7549)
* Add more go 1.11.5 -> 1.11.13 [@justinsb](https://github.com/justinsb) [#7552](https://github.com/kubernetes/kops/pull/7552)
* Add logrotate for etcd/etcd-events.log [@mikesplain](https://github.com/mikesplain) [#7614](https://github.com/kubernetes/kops/pull/7614)
* Updated container-selinux url to point to the right path [@igarcia-sugarcrm](https://github.com/igarcia-sugarcrm),[@mikesplain](https://github.com/mikesplain) [#7609](https://github.com/kubernetes/kops/pull/7609)
* Check the HTTP response code when downloading URLs [@rifelpet](https://github.com/rifelpet) [#7611](https://github.com/kubernetes/kops/pull/7611)