Skip to content

Commit 89e5f1d

Browse files
committed
chore: add change file for major upgrade
1 parent 2097301 commit 89e5f1d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "AWS.Deploy.CLI",
5+
"Type": "Major",
6+
"ChangelogMessages": [
7+
"Upgrade the Deploy Tool from .NET 6 to .NET 8",
8+
"Switch from System.CommandLine to Spectre.CLI for a better CLI experience",
9+
"Update Amazon CDK library to 2.194.0 and CDK CLI to 2.1013.0",
10+
"Update AWS .NET SDK to V4",
11+
"Upgrade Microsoft Templating Engine from .NET 5 to .NET 8",
12+
"Add support for deploying .NET 10 applications across different recipes",
13+
"Add support for Podman in addition to the existing Docker support",
14+
"Update the minimum NodeJS version from 14.x to 18.x"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)