Changelog for v1-21-eks-10¶
This changelog highlights the changes for v1-21-eks-10.
Version Updates¶
Kubernetes¶
Updated from v1.21.5 to v1.21.9
Projects¶
- AWS IAM Authenticator for Kubernetes: v0.5.3 ➞ v0.5.5
- CSI external-attacher: v3.2.0 ➞ v3.4.0
- CSI external-provisioner: v2.2.0 ➞ v3.1.0
- CSI external-resizer: v1.2.0 ➞ v1.4.0
- CSI external-snapshotter: v4.1.1 ➞ v4.2.1
- CSI livenessprobe: v2.3.0 ➞ v2.6.0
- CSI node-driver-registrar: v2.2.0 ➞ v2.5.0
- etcd: v3.4.16 ➞ v3.4.18
- Metrics Server: v0.5.2 ➞ v0.6.1
Base Image¶
Security updates to Amazon Linux 2.
Patch Changes¶
Patches Added¶
- 0022-EKS-PATCH-AWS-Include-IPv6-addresses-in-NodeAddresse.patch
- This patch is taken from a commit by GitHub user anguslees. Some of this code was originally in upstream Kubernetes PR #86918, but it was closed without being added to Kubernetes because the PR was not merged before legacy cloud providers new feature freeze, which started in Kubernetes 1.21.
- The change modifies the in-tree cloud provider code to append ipv6 addresses to the Node object advertised by the kubelet.
Patches Removed¶
- 0013-EKS-PATCH-ConsistentRead-tries-10-times.patch
- Commit that was included in change that was cherry-picked by upstream Kubernetes PR #102656 and included in this version of Kubernetes.
- 0014-EKS-PATCH-Ignore-wait-no-child-processes-error-when-calling-mo.patch
- Cherry-picked by upstream Kubernetes PR #106527 and included in this version of Kubernetes.
- 0015-EKS-PATCH-Get-inodes-and-disk-usage-via-pure-go.patch
- Commit that was included in change that was cherry-picked by upstream Kubernetes PR #104021 and included in this version of Kubernetes.
- 0016-EKS-PATCH-Add-test-for-counting-inodes-correct-with-hardlinks.patch
- Commit that was part of the change that was cherry-picked by upstream Kubernetes PR #104021, as described in the
patch
0015-EKS-PATCH-Get-inodes-and-disk-usage-via-pure-go.patch
above. - 0018-dependencies-Update-golang.org-x-net-to-v0.0.0-20211.patch
- Cherry-picked by upstream Kubernetes PR #106961 and included in this version of Kubernetes.