Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md for v20230703 AMI release #1337

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

### AMI Release v20230703
* amazon-eks-gpu-node-1.27-v20230703
* amazon-eks-gpu-node-1.26-v20230703
* amazon-eks-gpu-node-1.25-v20230703
* amazon-eks-gpu-node-1.24-v20230703
* amazon-eks-gpu-node-1.23-v20230703
* amazon-eks-gpu-node-1.22-v20230703
* amazon-eks-arm64-node-1.27-v20230703
* amazon-eks-arm64-node-1.26-v20230703
* amazon-eks-arm64-node-1.25-v20230703
* amazon-eks-arm64-node-1.24-v20230703
* amazon-eks-arm64-node-1.23-v20230703
* amazon-eks-arm64-node-1.22-v20230703
* amazon-eks-node-1.27-v20230703
* amazon-eks-node-1.26-v20230703
* amazon-eks-node-1.25-v20230703
* amazon-eks-node-1.24-v20230703
* amazon-eks-node-1.23-v20230703
* amazon-eks-node-1.22-v20230703

[Release versions](https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) for these AMIs:
* `1.27.1-20230703`
* `1.26.4-20230703`
* `1.25.9-20230703`
* `1.24.13-20230703`
* `1.23.17-20230703`
* `1.22.17-20230703`

Binaries used to build these AMIs are published:
* s3://amazon-eks/1.27.1/2023-04-19/
* s3://amazon-eks/1.26.4/2023-05-11/
* s3://amazon-eks/1.25.9/2023-05-11/
* s3://amazon-eks/1.24.13/2023-05-11/
* s3://amazon-eks/1.23.17/2023-05-11/
* s3://amazon-eks/1.22.17/2023-05-11/

AMI details:
* `kernel`:
* Kubernetes 1.23 and below: 5.4.247-162.350.amzn2
* Kubernetes 1.24 and above: 5.10.184-175.731.amzn2
* `dockerd`: 20.10.23-1.amzn2.0.1
* **Note** that Docker is not installed on AMI's with Kubernetes 1.25+.
* `containerd`: 1.6.19-1.amzn2.0.1
* `runc`: 1.1.5-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:
Notable changes:
- Update Kernel to 5.4.247-162.350.amzn2 to address [ALASKERNEL-5.4-2023-048](https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2023-048.html), [CVE-2023-1206](https://alas.aws.amazon.com/cve/html/CVE-2023-1206.html)
- Update Kernel to 5.10.184-175.731.amzn2 to address [ALASKERNEL-5.10-2023-035](https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2023-035.html), [CVE-2023-1206](https://alas.aws.amazon.com/cve/html/CVE-2023-1206.html)
- Use recommended clocksources ([#1328](https://github.com/awslabs/amazon-eks-ami/pull/1328))
- Add configurable working directory ([#1231](https://github.com/awslabs/amazon-eks-ami/pull/1231))
- Update eni-max-pods.txt ([#1330](https://github.com/awslabs/amazon-eks-ami/pull/1330))
- Mount bpffs by default on 1.25+ ([#1320](https://github.com/awslabs/amazon-eks-ami/pull/1320))

### AMI Release v20230607
* amazon-eks-gpu-node-1.27-v20230607
* amazon-eks-gpu-node-1.26-v20230607
Expand Down