Skip to content

Commit

Permalink
Release 2022-05-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 11, 2022
1 parent 2788990 commit a1320cb
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changelog/3341e93bdffa464e8306dbc3f61da7da.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/51745e5fbc354979a95ffd4c8c5a9bf4.json

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release (2022-05-11)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.42.0](service/ec2/CHANGELOG.md#v1420-2022-05-11)
* **Feature**: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.15.7](service/secretsmanager/CHANGELOG.md#v1157-2022-05-11)
* **Documentation**: Doc only update for Secrets Manager that fixes several customer-reported issues.

# Release (2022-05-10)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.42.0 (2022-05-11)

* **Feature**: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.

# v1.41.0 (2022-05-10)

* **Feature**: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.41.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.42.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.4
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.6
github.com/aws/aws-sdk-go-v2/service/efs v1.17.2
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.7
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1
github.com/aws/aws-sdk-go-v2/service/ses v1.14.4
github.com/aws/aws-sdk-go-v2/service/sfn v1.13.4
Expand Down
4 changes: 4 additions & 0 deletions service/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.7 (2022-05-11)

* **Documentation**: Doc only update for Secrets Manager that fixes several customer-reported issues.

# v1.15.6 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/secretsmanager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1320cb

Please sign in to comment.