Skip to content

Commit f71e6f1

Browse files
author
GenerateConfig Action
committed
Release 20260330
1 parent 0b59a8c commit f71e6f1

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
- [Amazon Linux 2023 release notes](https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes.html)
55
- [Amazon Linux 2 release notes](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-al2.html)
66

7+
## 20260330
8+
- al2, al2023 ami version: 20260330
9+
- source al2023 ami: al2023-ami-minimal-2023.10.20260325.0-kernel-6.1-x86_64
10+
- source al2023 arm ami: al2023-ami-minimal-2023.10.20260325.0-kernel-6.1-arm64
11+
- feature - Pin NVIDIA GPU clocks to max at boot for consistent GPU workload performance [#657](https://github.com/aws/amazon-ecs-ami/pull/657)
12+
- enhancement - Bump SSM exec agent version to 3.3.4108.0 [#664](https://github.com/aws/amazon-ecs-ami/pull/664)
13+
- enhancement - Add variables for custom source AMI owner, SSH interface, IAM instance profile, and subnet to support building from different base AMIs [#654](https://github.com/aws/amazon-ecs-ami/pull/654)
14+
- bugfix - Fix NVIDIA driver version tracking to account for S3 GRID driver version constraint [#660](https://github.com/aws/amazon-ecs-ami/pull/660)
15+
716
## 20260323
817
- al2, al2023 ami version: 20260323
918
- ecs version: 1.102.1

release-al2.auto.pkrvars.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ami_version_al2 = "20260323"
1+
ami_version_al2 = "20260330"
22
ecs_agent_version = "1.102.1"
33
ecs_init_rev = "1"
44
docker_version = "25.0.14"
55
containerd_version = "2.1.5"
66
runc_version = "1.3.4"
7-
exec_ssm_version = "3.3.3572.0"
7+
exec_ssm_version = "3.3.4108.0"
88
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20260302.0-x86_64-ebs"
99
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20260302.0-arm64-ebs"
1010
source_ami_al2kernel5dot10 = "amzn2-ami-minimal-hvm-2.0.20260302.0-x86_64-ebs"

release-al2023.auto.pkrvars.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ami_version_al2023 = "20260323"
1+
ami_version_al2023 = "20260330"
22
ecs_agent_version = "1.102.1"
33
ecs_init_rev = "1"
44
docker_version_al2023 = "25.0.14"
55
containerd_version_al2023 = "2.2.1"
66
runc_version_al2023 = "1.3.4"
7-
exec_ssm_version = "3.3.3572.0"
8-
source_ami_al2023 = "al2023-ami-minimal-2023.10.20260302.1-kernel-6.1-x86_64"
9-
source_ami_al2023arm = "al2023-ami-minimal-2023.10.20260302.1-kernel-6.1-arm64"
7+
exec_ssm_version = "3.3.4108.0"
8+
source_ami_al2023 = "al2023-ami-minimal-2023.10.20260325.0-kernel-6.1-x86_64"
9+
source_ami_al2023arm = "al2023-ami-minimal-2023.10.20260325.0-kernel-6.1-arm64"
1010
kernel_version_al2023 = "-kernel-6.1"
1111
kernel_version_al2023arm = "-kernel-6.1"

0 commit comments

Comments
 (0)