Skip to content

Commit

Permalink
Release 20231018
Browse files Browse the repository at this point in the history
  • Loading branch information
danehlim committed Oct 23, 2023
1 parent ee97bc4 commit 4aa5330
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
- [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/)

## 20231018
- ecs version: 1.78.0-1
- source al1 ami: amzn-ami-minimal-hvm-2018.03.0.20231002.0-x86_64-ebs
- source al2023 ami: al2023-ami-minimal-2023.2.20231016.0-kernel-6.1-x86_64
- source al2023 arm ami: al2023-ami-minimal-2023.2.20231016.0-kernel-6.1-arm64
- distribution al2023 release: 2023.2.20231016
- docker version: 20.10.25
- docker version al2023: 20.10.25
- enhancement: Install aws-neuronx-tools in AL2INF and AL2023NEU [#149](https://github.com/aws/amazon-ecs-ami/pull/149)
- enhancement: Update SSM Agent version to 3.2.1630.0 for ECS exec [#150](https://github.com/aws/amazon-ecs-ami/pull/150)
- bug fix: Fix a typo in the enable inf support script [#152](https://github.com/aws/amazon-ecs-ami/pull/152)
- bug fix: add al2keplergpu build recipe to build gpu amis for kepler arch [#153](https://github.com/aws/amazon-ecs-ami/pull/153)

## 20230929
- ecs version: 1.77.0-1
- source al1 ami: amzn-ami-minimal-hvm-2018.03.0.20230918.0-x86_64-ebs
Expand Down
16 changes: 8 additions & 8 deletions release.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ami_version = "20230929"
ecs_agent_version = "1.77.0"
ami_version = "20231018"
ecs_agent_version = "1.78.0"
ecs_init_rev = "1"
docker_version = "20.10.23"
docker_version_al2023 = "20.10.23"
docker_version = "20.10.25"
docker_version_al2023 = "20.10.25"
containerd_version = "1.6.19"
containerd_version_al2023 = "1.6.19"
source_ami_al1 = "amzn-ami-minimal-hvm-2018.03.0.20230918.0-x86_64-ebs"
source_ami_al1 = "amzn-ami-minimal-hvm-2018.03.0.20231002.0-x86_64-ebs"
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20230926.0-x86_64-ebs"
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20230926.0-arm64-ebs"
source_ami_al2kernel5dot10 = "amzn2-ami-minimal-hvm-2.0.20230926.0-x86_64-ebs"
source_ami_al2kernel5dot10arm = "amzn2-ami-minimal-hvm-2.0.20230926.0-arm64-ebs"
source_ami_al2023 = "al2023-ami-minimal-2023.2.20230920.1-kernel-6.1-x86_64"
source_ami_al2023arm = "al2023-ami-minimal-2023.2.20230920.1-kernel-6.1-arm64"
source_ami_al2023 = "al2023-ami-minimal-2023.2.20231016.0-kernel-6.1-x86_64"
source_ami_al2023arm = "al2023-ami-minimal-2023.2.20231016.0-kernel-6.1-arm64"
kernel_version_al2023 = "-kernel-6.1"
kernel_version_al2023arm = "-kernel-6.1"
distribution_release_al2023 = "2023.2.20230920"
distribution_release_al2023 = "2023.2.20231016"

0 comments on commit 4aa5330

Please sign in to comment.