From 1fe305d4f39d161681d6b4330c4f9f4273ee18e7 Mon Sep 17 00:00:00 2001 From: Cam King Date: Thu, 16 Feb 2023 17:57:47 +0000 Subject: [PATCH 1/2] Updating CHANGELOG for 1.25 Release --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8037f146d..815ee78f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +### AMI Release v20230211 +* amazon-eks-gpu-node-1.25-v20230211 +* amazon-eks-gpu-node-1.24-v20230211 +* amazon-eks-gpu-node-1.23-v20230211 +* amazon-eks-gpu-node-1.22-v20230211 +* amazon-eks-gpu-node-1.21-v20230211 +* amazon-eks-arm64-node-1.25-v20230211 +* amazon-eks-arm64-node-1.24-v20230211 +* amazon-eks-arm64-node-1.23-v20230211 +* amazon-eks-arm64-node-1.22-v20230211 +* amazon-eks-arm64-node-1.21-v20230211 +* amazon-eks-node-1.25-v20230211 +* amazon-eks-node-1.24-v20230211 +* amazon-eks-node-1.23-v20230211 +* amazon-eks-node-1.22-v20230211 +* amazon-eks-node-1.21-v20230211 + +[Release versions](https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) for these AMIs: +* `1.25.6-20230211` +* `1.24.10-20230211` +* `1.23.16-20230211` +* `1.22.17-20230211` +* `1.21.14-20230211` + +Binaries used to build these AMIs are published: +* s3://amazon-eks/1.25.6/2023-01-30/ +* s3://amazon-eks/1.24.10/2023-01-30/ +* s3://amazon-eks/1.23.16/2023-01-30/ +* s3://amazon-eks/1.22.17/2023-01-30/ +* s3://amazon-eks/1.21.14/2023-01-30/ + +AMI details: +* `kernel`: + * Kubernetes 1.23 and below: 5.4.228-132.418.amzn2 + * Kubernetes 1.24 and above: 5.10.165-143.735.amzn2 +* `dockerd`: 20.10.17-1.amzn2.0.1 + * **Note** that Docker is not installed on AMI's with Kubernetes 1.25+. +* `containerd`: 1.6.6-1.amzn2.0.2 +* `runc`: 1.1.4-1.amzn2 +* `cuda`: 11.4.0-1 +* `nvidia-container-runtime-hook`: 1.4.0-1.amzn2 +* `amazon-ssm-agent`: 3.1.1732.0-1.amzn2 + +Notable changes: +- This is the first AMI release for Kubernetes 1.25. +- Kubernetes 1.24+ now use `kernel-5.10` for x86 and ARM AMIs. + - The GPU AMI will continue to use `kernel-5.4` as we work to address a compatibility issue with `nvidia-driver-latest-dkms`. +- The `kernel` package is now version-locked. + +Minor changes: +- Updated `eni-max-pods.txt` with new instance types. +- Allow `kernel_version` to be set to any value (such as `5.15`) when building a custom AMI. + ### AMI Release v20230203 * amazon-eks-gpu-node-1.24-v20230203 * amazon-eks-gpu-node-1.23-v20230203 From 0ff0dd3f06ee98f1c13aa68bab2a001077eff446 Mon Sep 17 00:00:00 2001 From: camrakin <113552683+camrakin@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:47:36 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md with Fix for misconfig in GPU AMI Co-authored-by: Carter --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815ee78f2..0dc9fe521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ Notable changes: Minor changes: - Updated `eni-max-pods.txt` with new instance types. - Allow `kernel_version` to be set to any value (such as `5.15`) when building a custom AMI. +- Fix a misconfiguration in the GPU AMI with `containerd`'s registry certificates. [#1168](https://github.com/awslabs/amazon-eks-ami/issues/1168). ### AMI Release v20230203 * amazon-eks-gpu-node-1.24-v20230203