From 3b44972d78475cc4e8546fa831c2203b3e73e50c Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 17 Oct 2018 08:53:23 -0700 Subject: [PATCH] Add links to header to CHANGES --- CHANGES.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b1aa3b5c..56ba94cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,20 +4,22 @@ Notable changes between versions. ## Latest +## v1.12.1 + * Kubernetes [v1.12.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#v1121) * Update etcd from v3.3.9 to [v3.3.10](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3310-2018-10-10) -* Update CoreDNS from 1.1.3 to 1.2.2 -* Update Calico from v3.2.1 to v3.2.3 -* On multi-controller clusters, raise scheduler and controller-manager replics to equal the number of controller nodes ([#312](https://github.com/poseidon/typhoon/pull/312)) +* Update CoreDNS from 1.1.3 to [1.2.2](https://github.com/coredns/coredns/releases/tag/v1.2.2) +* Update Calico from v3.2.1 to [v3.2.3](https://docs.projectcalico.org/v3.2/releases/) +* Raise scheduler and controller-manager replicas to the larger of 2 or the number of controller nodes ([#312](https://github.com/poseidon/typhoon/pull/312)) * Single-controller clusters continue to run 2 replicas as before -* Raise default CoreDNS replica count to the larger of 2 or the number of controller nodes ([#313](https://github.com/poseidon/typhoon/pull/313)) +* Raise default CoreDNS replicas to the larger of 2 or the number of controller nodes ([#313](https://github.com/poseidon/typhoon/pull/313)) * Add AntiAffinity preferred rule to favor spreading CoreDNS pods -* Annotate Kubernetes control plane and addons to start containers with the Docker runtime's default seccomp profile ([#319](https://github.com/poseidon/typhoon/pull/319)) - * Override Kubernetes default behavior that starts containers with seccomp=unconfined +* Annotate control plane and addon containers to use the Docker runtime seccomp profile ([#319](https://github.com/poseidon/typhoon/pull/319)) + * Override Kubernetes default behavior that starts containers with `seccomp=unconfined` #### Azure -* Remove admin_password field (disabled) since it is now optional +* Remove `admin_password` field (disabled) since it is now optional * Require `terraform-provider-azurerm` v1.16+ (action required) #### Bare-Metal