Skip to content

Commit

Permalink
Release 2022-03-25
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 25, 2022
1 parent 5b5095d commit c54830e
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changelog/3baab5dc1e2e42e78e6d30820ea4d04f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5babe442c5184946957231dbaa8b38f7.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a0d2cef242c141ba9898d8488589ccbd.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# Release (2022-03-25)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.17.0](service/batch/CHANGELOG.md#v1170-2022-03-25)
* **Feature**: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.33.0](service/ec2/CHANGELOG.md#v1330-2022-03-25)
* **Feature**: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.24.0](service/ssm/CHANGELOG.md#v1240-2022-03-25)
* **Feature**: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.

# Release (2022-03-24)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/batch/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.0 (2022-03-25)

* **Feature**: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.

# v1.16.2 (2022-03-24)

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

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

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.33.0 (2022-03-25)

* **Feature**: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.

# v1.32.2 (2022-03-24)

* **Dependency Update**: Updated to the latest SDK module versions
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/appstream v1.15.2
github.com/aws/aws-sdk-go-v2/service/athena v1.14.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.22.3
github.com/aws/aws-sdk-go-v2/service/batch v1.16.2
github.com/aws/aws-sdk-go-v2/service/batch v1.17.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.2
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.16.2
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.2
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.17.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.32.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.33.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.4
github.com/aws/aws-sdk-go-v2/service/efs v1.16.2
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.2
github.com/aws/aws-sdk-go-v2/service/sns v1.17.3
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.2
github.com/aws/aws-sdk-go-v2/service/ssm v1.23.1
github.com/aws/aws-sdk-go-v2/service/ssm v1.24.0
github.com/aws/aws-sdk-go-v2/service/sts v1.16.2
github.com/aws/aws-sdk-go-v2/service/support v1.13.2
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.2
Expand Down
4 changes: 4 additions & 0 deletions service/ssm/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.24.0 (2022-03-25)

* **Feature**: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.

# v1.23.1 (2022-03-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ssm/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 c54830e

Please sign in to comment.