diff --git a/.autover/changes/2685eba0-7e2e-4bb7-aa6c-4a237434d388.json b/.autover/changes/2685eba0-7e2e-4bb7-aa6c-4a237434d388.json deleted file mode 100644 index 5ab99c476..000000000 --- a/.autover/changes/2685eba0-7e2e-4bb7-aa6c-4a237434d388.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "SnapshotRestore.Registry", - "Type": "Patch", - "ChangelogMessages": [ - "Added License URL to project" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/27878e75-1d65-4334-b3cc-fb79a84f9456.json b/.autover/changes/27878e75-1d65-4334-b3cc-fb79a84f9456.json deleted file mode 100644 index cfbbed4f9..000000000 --- a/.autover/changes/27878e75-1d65-4334-b3cc-fb79a84f9456.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.RuntimeSupport", - "Type": "Patch", - "ChangelogMessages": [ - "Updated project to support building the .NET 9 Lambda custom runtime image" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/40379e2a-29d6-4e86-a7c8-af98eacf5dd9.json b/.autover/changes/40379e2a-29d6-4e86-a7c8-af98eacf5dd9.json deleted file mode 100644 index 3e568add4..000000000 --- a/.autover/changes/40379e2a-29d6-4e86-a7c8-af98eacf5dd9.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Annotations", - "Type": "Patch", - "ChangelogMessages": [ - "Added License URL to project" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/b9c57497-1ab4-4d26-8cc6-6aa945f7ac96.json b/.autover/changes/b9c57497-1ab4-4d26-8cc6-6aa945f7ac96.json deleted file mode 100644 index e8b42a71f..000000000 --- a/.autover/changes/b9c57497-1ab4-4d26-8cc6-6aa945f7ac96.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "SnapshotRestore.Registry", - "Type": "Patch", - "ChangelogMessages": [ - "Updated project to support building the .NET 9 Lambda custom runtime image" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3e13622..55b114fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Release 2024-11-30 + +### SnapshotRestore.Registry (1.0.1) +* Added License URL to project +* Updated project to support building the .NET 9 Lambda custom runtime image +### Amazon.Lambda.RuntimeSupport (1.12.2) +* Updated project to support building the .NET 9 Lambda custom runtime image +### Amazon.Lambda.Annotations (1.6.2) +* Added License URL to project + ## Release 2024-11-26 ### Amazon.Lambda.AspNetCoreServer (9.0.3) diff --git a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj index d240015a0..63892bc04 100644 --- a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj +++ b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj @@ -20,7 +20,7 @@ true false - 1.6.1 + 1.6.2 diff --git a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj index 9649188ee..867d89dc3 100644 --- a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj +++ b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj @@ -11,7 +11,7 @@ ..\..\..\buildtools\public.snk true - 1.6.1 + 1.6.2 diff --git a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj index c99cf3ff0..d052fce7b 100644 --- a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj +++ b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj @@ -4,7 +4,7 @@ netstandard2.0;net6.0;net8.0;net9.0 - 1.12.1 + 1.12.2 Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes. Amazon.Lambda.RuntimeSupport Amazon.Lambda.RuntimeSupport diff --git a/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj b/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj index 2b40be3f2..3c7d3f2c0 100644 --- a/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj +++ b/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj @@ -1,10 +1,10 @@ - + net8.0;net9.0 - 1.0.0 + 1.0.1 Provides a Restore Hooks library to help you register before snapshot and after restore hooks. SnapshotRestore.Registry SnapshotRestore.Registry @@ -22,6 +22,6 @@ - + diff --git a/Libraries/test/TestExecutableServerlessApp/serverless.template b/Libraries/test/TestExecutableServerlessApp/serverless.template index a7b5e3bb4..951772fa9 100644 --- a/Libraries/test/TestExecutableServerlessApp/serverless.template +++ b/Libraries/test/TestExecutableServerlessApp/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).", + "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.2.0).", "Parameters": { "ArchitectureTypeParameter": { "Type": "String", diff --git a/Libraries/test/TestServerlessApp.NET8/serverless.template b/Libraries/test/TestServerlessApp.NET8/serverless.template index 1d1e21c3c..914646a9d 100644 --- a/Libraries/test/TestServerlessApp.NET8/serverless.template +++ b/Libraries/test/TestServerlessApp.NET8/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).", + "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.6.2.0).", "Resources": { "TestServerlessAppNET8FunctionsToUpperGenerated": { "Type": "AWS::Serverless::Function", diff --git a/Libraries/test/TestServerlessApp/serverless.template b/Libraries/test/TestServerlessApp/serverless.template index 26f98e4da..34dbe2b3b 100644 --- a/Libraries/test/TestServerlessApp/serverless.template +++ b/Libraries/test/TestServerlessApp/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).", + "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.2.0).", "Parameters": { "ArchitectureTypeParameter": { "Type": "String",