- Fixed intermittent IAM permission failures in delete-deployment command by ensuring CloudFormation client is created after AWS credentials are configured
- NodeJS has been removed from the generated Dockerfiles. If you have an application that requires NodeJS, you will need to add it to the generated Dockerfile and rerun the Deploy Tool.
- Upgrade the Deploy Tool from .NET 6 to .NET 8
- Switch from System.CommandLine to Spectre.CLI for a better CLI experience
- Update Amazon CDK library to 2.194.0 and CDK CLI to 2.1013.0
- Update AWS .NET SDK to V4
- Upgrade Microsoft Templating Engine from .NET 5 to .NET 8
- Add support for deploying .NET 10 applications across different recipes
- Add support for Podman in addition to the existing Docker support
- Update the minimum NodeJS version from 14.x to 18.x
- Update CDK Bootstrap template to version 28
- Automatically deploy unsupported .NET versions using a self-contained build to Elastic Beanstalk
- Add support for deploying ARM web apps to ECS Fargate
- Add support for deploying ARM console apps to ECS Fargate
- Add support for deploying ARM web apps to Elastic Beanstalk on Linux
- Update the default docker image node version from version 18 to 22
- Update the version of Amazon.CDK.Lib to 2.171.1
- Update the version of Amazon.CDK.Lib to 2.171.1
- Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability
- Update beanstalk platform resolution logic to additionally use 'Deprecated' versions in order to continue supporting .NET 6.
- Read region value for non default profiles
- 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.
- Update the CDK Bootstrap template to the latest version
- Removed the System.Text.Json dependency from the deployment project templates
- Removed the System.Text.Json dependency from the deployment project templates
- Removed the System.Text.Json dependency from the deployment project templates
- Update the CDK Bootstrap template to the latest version
- Fix an issue causing container deployments to fail when run on an ARM-based system