Skip to content

Commit ef47806

Browse files
authored
Merge pull request #953 from aws/releases/next-release
Release 2025-06-16
2 parents 1a3e3eb + 6550423 commit ef47806

File tree

6 files changed

+18
-32
lines changed

6 files changed

+18
-32
lines changed

.autover/changes/3a630e1b-18ac-44ce-93fd-5a5954fa645c.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.autover/changes/c2231f60-987f-4787-9f86-b3cb068e2e95.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## Release 2025-06-16
2+
3+
### AWS.Deploy.CLI (2.0.0)
4+
* 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.
5+
* Upgrade the Deploy Tool from .NET 6 to .NET 8
6+
* Switch from System.CommandLine to Spectre.CLI for a better CLI experience
7+
* Update Amazon CDK library to 2.194.0 and CDK CLI to 2.1013.0
8+
* Update AWS .NET SDK to V4
9+
* Upgrade Microsoft Templating Engine from .NET 5 to .NET 8
10+
* Add support for deploying .NET 10 applications across different recipes
11+
* Add support for Podman in addition to the existing Docker support
12+
* Update the minimum NodeJS version from 14.x to 18.x
13+
### AWS.Deploy.Recipes.CDK.Common (2.0.0)
14+
### AWS.Deploy.ServerMode.Client (2.0.0)
15+
116
## Release 2025-06-05
217

318
### AWS.Deploy.CLI (1.30.1)

src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
2323
<RollForward>Major</RollForward>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
25-
<Version>1.30.1</Version>
25+
<Version>2.0.0</Version>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<Version>1.30.1</Version>
16+
<Version>2.0.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
15-
<Version>1.30.1</Version>
15+
<Version>2.0.0</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)