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.MD for v20230406 Release #1260

Merged
merged 2 commits into from
Apr 8, 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 v20230406
* amazon-eks-gpu-node-1.26-v20230406
* amazon-eks-gpu-node-1.25-v20230406
* amazon-eks-gpu-node-1.24-v20230406
* amazon-eks-gpu-node-1.23-v20230406
* amazon-eks-gpu-node-1.22-v20230406
* amazon-eks-arm64-node-1.26-v20230406
* amazon-eks-arm64-node-1.25-v20230406
* amazon-eks-arm64-node-1.24-v20230406
* amazon-eks-arm64-node-1.23-v20230406
* amazon-eks-arm64-node-1.22-v20230406
* amazon-eks-node-1.26-v20230406
* amazon-eks-node-1.25-v20230406
* amazon-eks-node-1.24-v20230406
* amazon-eks-node-1.23-v20230406
* amazon-eks-node-1.22-v20230406

[Release versions](https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) for these AMIs:
* `1.26.2-20230406`
* `1.25.7-20230406`
* `1.24.11-20230406`
* `1.23.17-20230406`
* `1.22.17-20230406`

Binaries used to build these AMIs are published:
* s3://amazon-eks/1.26.2/2023-03-17/
* s3://amazon-eks/1.25.7/2023-03-17/
* s3://amazon-eks/1.24.11/2023-03-17/
* s3://amazon-eks/1.23.17/2023-03-17/
* s3://amazon-eks/1.22.17/2023-03-17/

AMI details:
* `kernel`:
* Kubernetes 1.23 and below: 5.4.238-148.346.amzn2
* Kubernetes 1.24 and above: 5.10.173-154.642.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.19-1.amzn2.0.1
* `runc`: 1.1.4
* `cuda`: 11.4.0-1
* `nvidia-container-runtime-hook`: 1.4.0-1.amzn2
* `amazon-ssm-agent`: 3.1.1732.0

Notable changes:
- Add support for Kubernetes 1.26 ([#1246](https://github.com/awslabs/amazon-eks-ami/pull/1246))
- Add support `inf2`, `trn1n` instance types ([#1251](https://github.com/awslabs/amazon-eks-ami/pull/1251))
- Updated `containerd` to address:
- [ALASDOCKER-2023-023](https://alas.aws.amazon.com/AL2/ALASDOCKER-2023-023.html)
- Fixed `ecr-credential-provider` flags not being passed correctly to `kubelet` ([#1240](https://github.com/awslabs/amazon-eks-ami/pull/1240))
- Added `--image-credential-provider-config` and `--image-credential-provider-bin-dir` flags to the `systemd` units.
- Set `KubeletCredentialProviders` feature flag to `true` in the `kubelet` JSON config.

Other changes:
- Use `gp3 volume_type` for 1.27+ ([#1197](https://github.com/awslabs/amazon-eks-ami/pull/1197))
- Use default kubelet API QPS for 1.27+ ([#1241](https://github.com/awslabs/amazon-eks-ami/pull/1241))
- Remove `--container-runtime` kubelet flag for 1.27+ ([#1250](https://github.com/awslabs/amazon-eks-ami/pull/1250))

### AMI Release v20230322
* amazon-eks-gpu-node-1.25-v20230322
* amazon-eks-gpu-node-1.24-v20230322
Expand Down