Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/3a630e1b-18ac-44ce-93fd-5a5954fa645c.json

This file was deleted.

18 changes: 0 additions & 18 deletions .autover/changes/c2231f60-987f-4787-9f86-b3cb068e2e95.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 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

### AWS.Deploy.CLI (1.30.1)
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
<RollForward>Major</RollForward>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.30.1</Version>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.30.1</Version>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
<Version>1.30.1</Version>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading