Skip to content

Commit 7de26d9

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-03-01
1 parent 66143f5 commit 7de26d9

11 files changed

+27
-29
lines changed

.changelog/77f31ee1afb8496e8c0007dcebf0ca0a.json

-8
This file was deleted.

.changelog/d7786da33cf94228bc194f2756d1dc8f.json

-8
This file was deleted.

.changelog/e7fa02fa4b8a4718971447f14e9eb266.json

-8
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2024-03-01)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.28.2](service/accessanalyzer/CHANGELOG.md#v1282-2024-03-01)
5+
* **Documentation**: Fixed a typo in description field.
6+
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.40.2](service/autoscaling/CHANGELOG.md#v1402-2024-03-01)
7+
* **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.
8+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.149.2](service/ec2/CHANGELOG.md#v11492-2024-03-01)
9+
* **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.
10+
111
# Release (2024-02-29)
212

313
## Module Highlights

service/accessanalyzer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.2 (2024-03-01)
2+
3+
* **Documentation**: Fixed a typo in description field.
4+
15
# v1.28.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/accessanalyzer/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/autoscaling/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.2 (2024-03-01)
2+
3+
* **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.
4+
15
# v1.40.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/autoscaling/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.149.2 (2024-03-01)
2+
3+
* **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.
4+
15
# v1.149.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/ec2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.24.1
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.34.1
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.40.1
13-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.1
13+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.2
1414
github.com/aws/aws-sdk-go-v2/service/batch v1.34.0
1515
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.46.1
1616
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.1
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.1
3333
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.1
3434
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.1
35-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.149.1
35+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.149.2
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.1
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.1
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.28.1

0 commit comments

Comments
 (0)