From 533f389cee826608ca471d8e45f54834df82dfe4 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 24 Oct 2024 20:40:04 +0000 Subject: [PATCH] Updated changelog --- .../07AEC2AC-0C7B-4C60-9EAF-C92E6A805559.json | 13 ------------- CHANGELOG.md | 9 +++++++++ 2 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 .autover/changes/07AEC2AC-0C7B-4C60-9EAF-C92E6A805559.json diff --git a/.autover/changes/07AEC2AC-0C7B-4C60-9EAF-C92E6A805559.json b/.autover/changes/07AEC2AC-0C7B-4C60-9EAF-C92E6A805559.json deleted file mode 100644 index e9e3c079..00000000 --- a/.autover/changes/07AEC2AC-0C7B-4C60-9EAF-C92E6A805559.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Minor", - "ChangelogMessages": [ - "Added support for .NET 9 in deployment recipes.", - "Added ability to configure EC2 IMDSv1 access for the Windows and Linux Elastic Beanstalk recipes.", - "Support Elastic Beanstalk's transition to using EC2 Launch Templates from the deprecated Launch Configuration." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5388cff..65950e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Release 2024-10-24 + +### AWS.Deploy.CLI (1.27.0) +* Added support for .NET 9 in deployment recipes. +* Added ability to configure EC2 IMDSv1 access for the Windows and Linux Elastic Beanstalk recipes. +* Support Elastic Beanstalk's transition to using EC2 Launch Templates from the deprecated Launch Configuration. +### AWS.Deploy.Recipes.CDK.Common (1.27.0) +### AWS.Deploy.ServerMode.Client (1.27.0) + ## Release 2024-10-11 ### AWS.Deploy.CLI (1.26.1)