Update etcd from v3.4.2 to v3.4.3

* etcd v3.4.3 builds with Go v1.12.12 instead of v1.12.9
and adds a few minor metrics fixes
* https://github.com/etcd-io/etcd/compare/v3.4.2...v3.4.3
This commit is contained in:
Dalton Hubble
2019-11-07 11:12:44 -08:00
parent 0034a15711
commit 2c163503f1
8 changed files with 8 additions and 7 deletions

View File

@ -4,6 +4,7 @@ Notable changes between versions.
## Latest
* Update etcd from v3.4.2 to v3.4.3 ([#582](https://github.com/poseidon/typhoon/pull/582))
* Upgrade Calico from v3.9.2 to [v3.10.1](https://docs.projectcalico.org/v3.10/release-notes/)
* Allow advertising service ClusterIPs to peer routers via a [BGPConfiguration](https://docs.projectcalico.org/v3.10/networking/advertise-service-ips)
* Switch `kube-proxy` from iptables to ipvs mode ([#574](https://github.com/poseidon/typhoon/pull/574))