From fdc3d107d8f52efd68db662901fbcc1aaed940de Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Fri, 19 Nov 2021 22:14:25 -0800 Subject: [PATCH] Release notes for 1.21.4 --- docs/releases/1.21-NOTES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/releases/1.21-NOTES.md b/docs/releases/1.21-NOTES.md index 317119686b..d1c8f2c4d6 100644 --- a/docs/releases/1.21-NOTES.md +++ b/docs/releases/1.21-NOTES.md @@ -516,3 +516,16 @@ See the [warm pool](https://kops.sigs.k8s.io/instance_groups/#warmpool-aws-only) * Truncate cluster name in NTH EventBridgeRules [@rifelpet](https://github.com/rifelpet) [#12439](https://github.com/kubernetes/kops/pull/12439) * Don't ignore channel value in toolbox template [@hakman](https://github.com/hakman) [#12464](https://github.com/kubernetes/kops/pull/12464) * Update containerd and Docker for kOps 1.21 [@hakman](https://github.com/hakman) [#12508](https://github.com/kubernetes/kops/pull/12508) + +## 1.21.2 to 1.21.4 + +* Increase upup http response header timeout [@AlexLast](https://github.com/AlexLast) [#12694](https://github.com/kubernetes/kops/pull/12694) +* set calico-node readiness/liveness timeout to 10s [@estahn](https://github.com/estahn) [#12713](https://github.com/kubernetes/kops/pull/12713) +* Fix out of bounds error when instance detach fails [@johngmyers](https://github.com/johngmyers) [#12698](https://github.com/kubernetes/kops/pull/12698) +* Fix that states AWS IAM Instance Profile blocks IAM Role [@angeloskaltsikis](https://github.com/angeloskaltsikis) [#12677](https://github.com/kubernetes/kops/pull/12677) +* Shorten filenames in the asset store [@johngmyers](https://github.com/johngmyers) [#12765](https://github.com/kubernetes/kops/pull/12765) +* Add hashes for latest containerd and Docker versions [@hakman](https://github.com/hakman) [#12767](https://github.com/kubernetes/kops/pull/12767) +* Update containerd to v1.4.12 [@hakman](https://github.com/hakman) [#12772](https://github.com/kubernetes/kops/pull/12772) +* Fix volume ratio comparisons [@olemarkus](https://github.com/olemarkus) [#12791](https://github.com/kubernetes/kops/pull/12791) +* Bump etcd manager to 20211117 [@justinsb](https://github.com/justinsb) [#12763](https://github.com/kubernetes/kops/pull/12763) +* Upgrade Go to 1.16.10 [@hakman](https://github.com/hakman) [#12798](https://github.com/kubernetes/kops/pull/12798)