From aa2b5a29fb4519862134ceb94be6786036e689e8 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 26 Dec 2024 19:32:47 +0000 Subject: [PATCH] Release 2024-12-26 --- .changelog/2667257c33fb4e39a49247f005d4a7bd.json | 8 -------- .changelog/6b65f07812d5478ba262779735a3de23.json | 8 -------- .changelog/d6cfaab304294a4c94b47343e20090a5.json | 8 -------- .changelog/fe1f8a80afac4cd5b6845882fa50f5b7.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/bcmpricingcalculator/CHANGELOG.md | 4 ++++ service/bcmpricingcalculator/go_module_metadata.go | 2 +- service/ecr/CHANGELOG.md | 4 ++++ service/ecr/go_module_metadata.go | 2 +- service/ecrpublic/CHANGELOG.md | 4 ++++ service/ecrpublic/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/networkfirewall/CHANGELOG.md | 4 ++++ service/networkfirewall/go_module_metadata.go | 2 +- service/securityhub/CHANGELOG.md | 4 ++++ service/securityhub/go_module_metadata.go | 2 +- 16 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 .changelog/2667257c33fb4e39a49247f005d4a7bd.json delete mode 100644 .changelog/6b65f07812d5478ba262779735a3de23.json delete mode 100644 .changelog/d6cfaab304294a4c94b47343e20090a5.json delete mode 100644 .changelog/fe1f8a80afac4cd5b6845882fa50f5b7.json diff --git a/.changelog/2667257c33fb4e39a49247f005d4a7bd.json b/.changelog/2667257c33fb4e39a49247f005d4a7bd.json deleted file mode 100644 index e0eb1b53a73..00000000000 --- a/.changelog/2667257c33fb4e39a49247f005d4a7bd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2667257c-33fb-4e39-a492-47f005d4a7bd", - "type": "documentation", - "description": "Documentation updates for AWS Security Hub", - "modules": [ - "service/securityhub" - ] -} \ No newline at end of file diff --git a/.changelog/6b65f07812d5478ba262779735a3de23.json b/.changelog/6b65f07812d5478ba262779735a3de23.json deleted file mode 100644 index 3853a8697e6..00000000000 --- a/.changelog/6b65f07812d5478ba262779735a3de23.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6b65f078-12d5-478b-a262-779735a3de23", - "type": "feature", - "description": "Add support for Dualstack Endpoints", - "modules": [ - "service/ecr" - ] -} \ No newline at end of file diff --git a/.changelog/d6cfaab304294a4c94b47343e20090a5.json b/.changelog/d6cfaab304294a4c94b47343e20090a5.json deleted file mode 100644 index 0d8981452c2..00000000000 --- a/.changelog/d6cfaab304294a4c94b47343e20090a5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d6cfaab3-0429-4a4c-94b4-7343e20090a5", - "type": "documentation", - "description": "Dual-stack endpoints are now supported.", - "modules": [ - "service/networkfirewall" - ] -} \ No newline at end of file diff --git a/.changelog/fe1f8a80afac4cd5b6845882fa50f5b7.json b/.changelog/fe1f8a80afac4cd5b6845882fa50f5b7.json deleted file mode 100644 index 6415829d5ab..00000000000 --- a/.changelog/fe1f8a80afac4cd5b6845882fa50f5b7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fe1f8a80-afac-4cd5-b684-5882fa50f5b7", - "type": "feature", - "description": "Added ConflictException to DeleteBillEstimate.", - "modules": [ - "service/bcmpricingcalculator" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4476f6d28d..d568105b8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-12-26) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator`: [v1.1.0](service/bcmpricingcalculator/CHANGELOG.md#v110-2024-12-26) + * **Feature**: Added ConflictException to DeleteBillEstimate. +* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.37.0](service/ecr/CHANGELOG.md#v1370-2024-12-26) + * **Feature**: Add support for Dualstack Endpoints +* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.44.7](service/networkfirewall/CHANGELOG.md#v1447-2024-12-26) + * **Documentation**: Dual-stack endpoints are now supported. +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.55.2](service/securityhub/CHANGELOG.md#v1552-2024-12-26) + * **Documentation**: Documentation updates for AWS Security Hub + # Release (2024-12-23) ## Module Highlights diff --git a/service/bcmpricingcalculator/CHANGELOG.md b/service/bcmpricingcalculator/CHANGELOG.md index d75a2b788c5..9a8d06bba00 100644 --- a/service/bcmpricingcalculator/CHANGELOG.md +++ b/service/bcmpricingcalculator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.0 (2024-12-26) + +* **Feature**: Added ConflictException to DeleteBillEstimate. + # v1.0.2 (2024-12-19) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bcmpricingcalculator/go_module_metadata.go b/service/bcmpricingcalculator/go_module_metadata.go index 782c9560a2f..f72c64a8120 100644 --- a/service/bcmpricingcalculator/go_module_metadata.go +++ b/service/bcmpricingcalculator/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmpricingcalculator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.1.0" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 7e33538dd41..152b0620603 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.0 (2024-12-26) + +* **Feature**: Add support for Dualstack Endpoints + # v1.36.9 (2024-12-23) * **Documentation**: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs. diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index c8de6735266..ccbbcebde47 100644 --- a/service/ecr/go_module_metadata.go +++ b/service/ecr/go_module_metadata.go @@ -3,4 +3,4 @@ package ecr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.9" +const goModuleVersion = "1.37.0" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 1718df909eb..2df999f43f4 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-12-26) + +* No change notes available for this release. + # v1.28.0 (2024-12-23) * **Feature**: Add support for Dualstack endpoints diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index d33438f06e4..952cd23ce72 100644 --- a/service/ecrpublic/go_module_metadata.go +++ b/service/ecrpublic/go_module_metadata.go @@ -3,4 +3,4 @@ package ecrpublic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 11a89da8bf4..e497a9b176a 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -30,7 +30,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/docdb v1.40.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.1 - github.com/aws/aws-sdk-go-v2/service/ecr v1.36.9 + github.com/aws/aws-sdk-go-v2/service/ecr v1.37.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.53.1 github.com/aws/aws-sdk-go-v2/service/efs v1.34.2 github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.2 diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 54c45c700ff..16c768518fb 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.7 (2024-12-26) + +* **Documentation**: Dual-stack endpoints are now supported. + # v1.44.6 (2024-12-19) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 3f883c9aca7..d49fea6a86b 100644 --- a/service/networkfirewall/go_module_metadata.go +++ b/service/networkfirewall/go_module_metadata.go @@ -3,4 +3,4 @@ package networkfirewall // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.6" +const goModuleVersion = "1.44.7" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 77a3d5e0d5f..ca91f2498f7 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.2 (2024-12-26) + +* **Documentation**: Documentation updates for AWS Security Hub + # v1.55.1 (2024-12-19) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 59822ea2292..19156424e5b 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.1" +const goModuleVersion = "1.55.2"