From 7de26d9546fb9feb2bdae75368b6185cf771c2db Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 1 Mar 2024 19:12:44 +0000 Subject: [PATCH] Release 2024-03-01 --- .changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json | 8 -------- .changelog/d7786da33cf94228bc194f2756d1dc8f.json | 8 -------- .changelog/e7fa02fa4b8a4718971447f14e9eb266.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/accessanalyzer/CHANGELOG.md | 4 ++++ service/accessanalyzer/go_module_metadata.go | 2 +- service/autoscaling/CHANGELOG.md | 4 ++++ service/autoscaling/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- 11 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 .changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json delete mode 100644 .changelog/d7786da33cf94228bc194f2756d1dc8f.json delete mode 100644 .changelog/e7fa02fa4b8a4718971447f14e9eb266.json diff --git a/.changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json b/.changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json deleted file mode 100644 index b2ad0156dbd..00000000000 --- a/.changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "77f31ee1-afb8-496e-8c00-07dcebf0ca0a", - "type": "documentation", - "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/d7786da33cf94228bc194f2756d1dc8f.json b/.changelog/d7786da33cf94228bc194f2756d1dc8f.json deleted file mode 100644 index d8aa47e488c..00000000000 --- a/.changelog/d7786da33cf94228bc194f2756d1dc8f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d7786da3-3cf9-4228-bc19-4f2756d1dc8f", - "type": "documentation", - "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.", - "modules": [ - "service/autoscaling" - ] -} \ No newline at end of file diff --git a/.changelog/e7fa02fa4b8a4718971447f14e9eb266.json b/.changelog/e7fa02fa4b8a4718971447f14e9eb266.json deleted file mode 100644 index 2501b978b25..00000000000 --- a/.changelog/e7fa02fa4b8a4718971447f14e9eb266.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e7fa02fa-4b8a-4718-9714-47f14e9eb266", - "type": "documentation", - "description": "Fixed a typo in description field.", - "modules": [ - "service/accessanalyzer" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ec5559b17..d0dad57f0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2024-03-01) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.28.2](service/accessanalyzer/CHANGELOG.md#v1282-2024-03-01) + * **Documentation**: Fixed a typo in description field. +* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.40.2](service/autoscaling/CHANGELOG.md#v1402-2024-03-01) + * **Documentation**: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.149.2](service/ec2/CHANGELOG.md#v11492-2024-03-01) + * **Documentation**: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. + # Release (2024-02-29) ## Module Highlights diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index a678f97efae..323480b1c6a 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2024-03-01) + +* **Documentation**: Fixed a typo in description field. + # v1.28.1 (2024-02-23) * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future. diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index ba4e66a15c6..cc87d3051fd 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 2dabd48fb63..7aadbe3bfd5 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.2 (2024-03-01) + +* **Documentation**: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. + # v1.40.1 (2024-02-23) * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future. diff --git a/service/autoscaling/go_module_metadata.go b/service/autoscaling/go_module_metadata.go index 61d72bc88c1..dcaa13221b3 100644 --- a/service/autoscaling/go_module_metadata.go +++ b/service/autoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.1" +const goModuleVersion = "1.40.2" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 85be3263202..8320296c7bb 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.149.2 (2024-03-01) + +* **Documentation**: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. + # v1.149.1 (2024-02-23) * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index a0b23401def..79bf2124227 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.149.1" +const goModuleVersion = "1.149.2" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 565aba81ba0..97ea14f40e7 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.24.1 github.com/aws/aws-sdk-go-v2/service/appstream v1.34.1 github.com/aws/aws-sdk-go-v2/service/athena v1.40.1 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.1 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.2 github.com/aws/aws-sdk-go-v2/service/batch v1.34.0 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.46.1 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.1 @@ -32,7 +32,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.1 github.com/aws/aws-sdk-go-v2/service/docdb v1.33.1 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.1 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.149.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.149.2 github.com/aws/aws-sdk-go-v2/service/ecr v1.27.1 github.com/aws/aws-sdk-go-v2/service/ecs v1.41.1 github.com/aws/aws-sdk-go-v2/service/efs v1.28.1