From d6cae4104ba8375317c4e1f03a24aba65aad10e0 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 15 Jul 2025 21:08:13 +0000 Subject: [PATCH 1/2] release_2025-07-15 --- src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj | 2 +- .../AWS.Deploy.Recipes.CDK.Common.csproj | 2 +- .../AWS.Deploy.ServerMode.Client.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj index e49e5f3b..d1f92890 100644 --- a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj +++ b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj @@ -22,7 +22,7 @@ $(NoWarn);1570;1591;ASP0000 Major README.md - 2.0.1 + 2.0.2 diff --git a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj index cd037aa6..e40fdb8a 100644 --- a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj +++ b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj @@ -13,7 +13,7 @@ icon.png https://github.com/aws/aws-dotnet-deploy README.md - 2.0.1 + 2.0.2 diff --git a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj index 45b119b4..92740083 100644 --- a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj +++ b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj @@ -12,7 +12,7 @@ https://github.com/aws/aws-dotnet-deploy true ..\..\public.snk - 2.0.1 + 2.0.2 From 8b24f670a8817281d1e4eac0be62702988aef502 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 15 Jul 2025 21:08:13 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json | 11 ----------- CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json diff --git a/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json b/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json deleted file mode 100644 index c90f806f..00000000 --- a/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Patch", - "ChangelogMessages": [ - "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." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 95aed5ac..d677c801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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 ### AWS.Deploy.CLI (2.0.1)