From d724b3c0df536142d8d295ceb5dcbe255a4f6cf3 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 11 Jun 2017 17:23:29 -0400 Subject: [PATCH] Add release notes for 1.6.1 --- docs/releases/1.6-NOTES.md | 13 +++++++++++++ docs/releases/1.6.1.md | 22 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/releases/1.6-NOTES.md create mode 100644 docs/releases/1.6.1.md diff --git a/docs/releases/1.6-NOTES.md b/docs/releases/1.6-NOTES.md new file mode 100644 index 0000000000..dffdc9495a --- /dev/null +++ b/docs/releases/1.6-NOTES.md @@ -0,0 +1,13 @@ +# Known Issues + +* Kubernetes upgrade from 1.5 -> 1.6 requires a configmap to be created in the kube-system namespace to minimize downtime. If `kubectl -n kube-system get configmap kube-dns` does not already have a configmap, BEFORE upgrade you can execute `kubectl create configmap -n kube-system kube-dns`. +* Kubernetes changed taints from an annotation in 1.5, to a field in 1.6. Editing the taints by hand is a workaround for any issues. See: [#2594](https://github.com/kubernetes/kops/issues/2594) +* Some Kubernetes upgrades from 1.6.x -> 1.6.x have experience issues with secrets and service accounts. Deleting the secrets have been a workaround (not validated). See: #2576 + +--- + +## Fixed in 1.6.1 + +* Calico users have noticed problems using Calico with Kubernetes 1.6 +* "hairpin" connections back to the same pod were causing issues for CNI providers + diff --git a/docs/releases/1.6.1.md b/docs/releases/1.6.1.md new file mode 100644 index 0000000000..8b7446d91b --- /dev/null +++ b/docs/releases/1.6.1.md @@ -0,0 +1,22 @@ +*Please see [1.6-NOTES.md](1.6-NOTES.md) for known issues* + +Features: +* `kops get` can now output a complete cluster spec (thanks @geojaz) +* `kops create` can set master/node volume size (thanks @matthew-marchetti) +* Add ability to set cross-subnet mode in Calico (thanks @ottoyiu) +* Make Weave MTU configurable and configure jumbo frame support for new clusters on AWS (thanks @jordanjennings) +* Initial support for external-dns project (thanks @sethpollack) + +Fixes: +* Fix calico bootstrapping problems (thanks @ottoyiu, @ozdanborne) +* Update to latest release of calico (thanks @mad01) +* Update canal manifests for 1.6 & RBAC (thanks @heschlie) +* Mark calico-node pods as critical (thanks @andreychernih) +* Fix log rotation of apiserver audit logs (thanks @ottoyiu) +* Update cluster autoscaler addon (thanks @sethpollack) +* Set hairpin mode for flannel (thanks @justinsb) +* Fix GCE disk cleanup on cluster deletion (thanks @andrewsykim) +* Prevent "unbound variable" errors in `kops-mfa` (thanks @hugocf) +* Fix e2e tests for kubernetes 1.8 and 1.9 (thanks @justinsb) +* Fix directory permissions for `.kube` directory on master (thanks @chrislovecnm) +* Lots of documentation and polish (thanks @andrewsykim, @caarlos0, @chrislovecnm, @gianrubio, @Grillz, @justinsb, @mikesplain, @Shimi, @tanner-bruce, @WillemMali, @zanhsieh)