Releases: aws/aws-dotnet-deploy
Releases · aws/aws-dotnet-deploy
Release 2025-12-03
Release 2025-12-03
AWS.Deploy.CLI (2.0.5)
- Updated the version of Amazon.CDK.Lib to 2.231.0
AWS.Deploy.Recipes.CDK.Common (2.0.5)
- Updated the version of Amazon.CDK.Lib to 2.231.0
AWS.Deploy.ServerMode.Client (2.0.5)
Release 2025-09-24
Release 2025-09-24
AWS.Deploy.ServerMode.Client (2.0.4)
- Revert Microsoft.AspNetCore.SignalR.Client to 8.0.0 down from 8.0.15 to maintain support for older Visual Studio versions. Visual Studio 17.13 and older support up to 8.0.0.
AWS.Deploy.CLI (2.0.4)
AWS.Deploy.Recipes.CDK.Common (2.0.4)
Release 2025-09-08
Release 2025-09-08
AWS.Deploy.CLI (2.0.3)
- Update the version of Amazon.CDK.Lib to 2.214.0
- Update CDK Bootstrap template to version 29
AWS.Deploy.Recipes.CDK.Common (2.0.3)
- Update the version of Amazon.CDK.Lib to 2.214.0
AWS.Deploy.ServerMode.Client (2.0.3)
Release 2025-07-15
Release 2025-07-15
AWS.Deploy.CLI (2.0.2)
- Add the --load flag in docker buildx build because, unlike the standard docker build command, buildx doesn't automatically load the resulting image into the local Docker image store. When using buildx with certain docker drivers (like docker-container), the build process happens in a container, and the resulting image needs to be explicitly loaded into the local image store using --load.
AWS.Deploy.Recipes.CDK.Common (2.0.2)
AWS.Deploy.ServerMode.Client (2.0.2)
Release 2025-06-25
Release 2025-06-25
AWS.Deploy.CLI (2.0.1)
- Fixed intermittent IAM permission failures in delete-deployment command by ensuring CloudFormation client is created after AWS credentials are configured
AWS.Deploy.Recipes.CDK.Common (2.0.1)
AWS.Deploy.ServerMode.Client (2.0.1)
Release 2025-06-16
Release 2025-06-16
AWS.Deploy.CLI (2.0.0)
- 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
AWS.Deploy.Recipes.CDK.Common (2.0.0)
AWS.Deploy.ServerMode.Client (2.0.0)
Release 2025-06-05
Release 2025-06-05
AWS.Deploy.CLI (1.30.1)
- Update CDK Bootstrap template to version 28
AWS.Deploy.Recipes.CDK.Common (1.30.1)
AWS.Deploy.ServerMode.Client (1.30.1)
Release 2025-05-01
Release 2025-05-01
AWS.Deploy.CLI (1.30.0)
- Automatically deploy unsupported .NET versions using a self-contained build to Elastic Beanstalk
AWS.Deploy.Recipes.CDK.Common (1.30.0)
AWS.Deploy.ServerMode.Client (1.30.0)
Release 2025-04-24
Release 2025-04-24
AWS.Deploy.CLI (1.29.0)
- 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
AWS.Deploy.Recipes.CDK.Common (1.29.0)
AWS.Deploy.ServerMode.Client (1.29.0)
Release 2025-03-28
Release 2025-03-28
AWS.Deploy.CLI (1.28.2)
- Update the default docker image node version from version 18 to 22