Skip to content

Commit

Permalink
Release 20220421 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekchaudhry authored Apr 21, 2022
1 parent 6a363ff commit 6789d8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 20220421

- source al2 ami: amzn2-ami-minimal-hvm-2.0.20220406.1-x86_64-ebs
- source al2 arm ami: amzn2-ami-minimal-hvm-2.0.20220406.1-arm64-ebs
- Enhancement: Update exec ssm agent version to 3.1.1260.0 and the sha256 checksums [#45](https://github.com/aws/amazon-ecs-ami/pull/45)
- Bugfix: Fixed AL_NAME for AL2022 scripts [#46](https://github.com/aws/amazon-ecs-ami/pull/46)
- Bugfix: Add nvidia-driver-latest-dkms package [#47](https://github.com/aws/amazon-ecs-ami/pull/47)

## 20220411

- ecs version: 1.61.0-1
Expand Down
6 changes: 3 additions & 3 deletions release.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ami_version = "20220411"
ami_version = "20220421"
ecs_agent_version = "1.61.0"
ecs_init_rev = "1"
docker_version = "20.10.7"
containerd_version = "1.4.6"
source_ami_al1 = "amzn-ami-minimal-hvm-2018.03.0.20220315.0-x86_64-ebs"
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20220316.0-x86_64-ebs"
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20220316.0-arm64-ebs"
source_ami_al2 = "amzn2-ami-minimal-hvm-2.0.20220406.1-x86_64-ebs"
source_ami_al2arm = "amzn2-ami-minimal-hvm-2.0.20220406.1-arm64-ebs"
source_ami_al2022 = "al2022-ami-minimal-2022.0.20220315.0-kernel-5.15-x86_64"
source_ami_al2022arm = "al2022-ami-minimal-2022.0.20220204.0-kernel-5.10-arm64"
distribution_release_al2022 = "2022.0.20220315"

0 comments on commit 6789d8d

Please sign in to comment.