Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
- [Amazon Linux 2 release notes](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-al2.html)
- [Amazon Linux AMI 2018.03 Release Notes](https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/)

## 20250516
- ecs version: 1.93.1
- al2 ami version: 20250516
- source al2 ami: amzn2-ami-minimal-hvm-2.0.20250512.0-x86_64-ebs
- source al2 arm ami: amzn2-ami-minimal-hvm-2.0.20250512.0-arm64-ebs
- source al2 kernel 5.10 ami: amzn2-ami-minimal-hvm-2.0.20250512.0-x86_64-ebs
- source al2 kernel 5.10 arm ami: amzn2-ami-minimal-hvm-2.0.20250512.0-arm64-ebs
- al2023 ami version: 20250516
- enhancement: Add nvidia driver version checks to GH actions [#434](https://github.com/aws/amazon-ecs-ami/pull/434)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this to the changelog as it's an update to our release automation scripts?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we did it before when we removed AL1 from our GH actions -> https://github.com/aws/amazon-ecs-ami/blob/66385e9d268301c87bc882eacfbb5ff42d57a120/CHANGELOG.md#20250318

if we no longer want to keep track of changes for these automations then I can remove this (don't have a strong opinion)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can take this discussion offline, approving


## 20250515
- ecs version: 1.93.0
- al2 ami version: 20250515
- bug fix: Pinning kernel version to 5.10.235* and downgrading agent version back to 1.93.0 [#437](https://github.com/aws/amazon-ecs-ami/pull/437)

## 20250514
- ecs version: 1.93.1
- al2 ami version: 20250514
Expand Down
12 changes: 6 additions & 6 deletions release-al2.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ami_version_al2 = "20250515"
ecs_agent_version = "1.93.0"
ami_version_al2 = "20250516"
ecs_agent_version = "1.93.1"
ecs_init_rev = "1"
docker_version = "25.0.8"
containerd_version = "1.7.27"
runc_version = "1.2.4"
exec_ssm_version = "3.3.1802.0"
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20250428.0-x86_64-ebs"
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20250428.0-arm64-ebs"
source_ami_al2kernel5dot10 = "amzn2-ami-minimal-hvm-2.0.20250428.0-x86_64-ebs"
source_ami_al2kernel5dot10arm = "amzn2-ami-minimal-hvm-2.0.20250428.0-arm64-ebs"
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20250512.0-x86_64-ebs"
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20250512.0-arm64-ebs"
source_ami_al2kernel5dot10 = "amzn2-ami-minimal-hvm-2.0.20250512.0-x86_64-ebs"
source_ami_al2kernel5dot10arm = "amzn2-ami-minimal-hvm-2.0.20250512.0-arm64-ebs"
4 changes: 2 additions & 2 deletions release-al2023.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ami_version_al2023 = "20250505"
ecs_agent_version = "1.93.0"
ami_version_al2023 = "20250516"
ecs_agent_version = "1.93.1"
ecs_init_rev = "1"
docker_version_al2023 = "25.0.8"
containerd_version_al2023 = "1.7.27"
Expand Down