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

Updating CHANGELOG for 1.25 Release #1188

Merged
merged 2 commits into from
Feb 17, 2023
Merged
Changes from 1 commit
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
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
camrakin marked this conversation as resolved.
Show resolved Hide resolved

### AMI Release v20230203
* amazon-eks-gpu-node-1.24-v20230203
* amazon-eks-gpu-node-1.23-v20230203
Expand Down