From 0c719b8a40a354fb53bcd0638305c6af40149ac9 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Fri, 22 Oct 2021 10:46:43 -0700 Subject: [PATCH] Release notes for 1.22.1 --- docs/releases/1.22-NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releases/1.22-NOTES.md b/docs/releases/1.22-NOTES.md index c9c3346899..8f19269357 100644 --- a/docs/releases/1.22-NOTES.md +++ b/docs/releases/1.22-NOTES.md @@ -731,3 +731,11 @@ For file assets, it means adding an explicit path as shown below: * Update etcd-manager to 3.0.20211007 [@hakman](https://github.com/hakman) [#12497](https://github.com/kubernetes/kops/pull/12497) * Enable ingress hostname feature for OpenStack [@zetaab](https://github.com/zetaab) [#12525](https://github.com/kubernetes/kops/pull/12525) * Update Bazel rules_docker to v0.20.0 [@hakman](https://github.com/hakman) [#12523](https://github.com/kubernetes/kops/pull/12523) + +## 1.22.0 to 1.22.1 + +* Release 1.22.0 [@johngmyers](https://github.com/johngmyers) [#12532](https://github.com/kubernetes/kops/pull/12532) +* Don't hard-code the SQS Queue ARN partition [@rifelpet](https://github.com/rifelpet) [#12540](https://github.com/kubernetes/kops/pull/12540) +* Fix nil pointer error where containerd is not in use [@justinsb](https://github.com/justinsb) [#12374](https://github.com/kubernetes/kops/pull/12374) +* Re-add ec2:DescribeLaunchTemplateVersions to CA IAM policy [@rifelpet](https://github.com/rifelpet) [#12568](https://github.com/kubernetes/kops/pull/12568) +* Upgrade AWS VPC CNI to 1.9.3 w/ k8s 1.22 support [@rifelpet](https://github.com/rifelpet) [#12573](https://github.com/kubernetes/kops/pull/12573)