Skip to content

Commit

Permalink
Release 2022-05-06
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 6, 2022
1 parent 6335237 commit 6074cb3
Show file tree
Hide file tree
Showing 32 changed files with 77 additions and 66 deletions.
8 changes: 0 additions & 8 deletions .changelog/05d3a7ddda634737aeb28a21b91cd69b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1c6b4f567f4449518d4e81a2926fa9e2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4fd32c410e00483b81e036bab3258623.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/97d794e016194a088a9732f1934a4a77.json

This file was deleted.

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

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# Release (2022-05-06)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.40.0](service/ec2/CHANGELOG.md#v1400-2022-05-06)
* **Feature**: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.17.0](service/location/CHANGELOG.md#v1170-2022-05-06)
* **Feature**: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.
* `github.com/aws/aws-sdk-go-v2/service/mediapackage`: [v1.16.0](service/mediapackage/CHANGELOG.md#v1160-2022-05-06)
* **Feature**: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.21.1](service/rds/CHANGELOG.md#v1211-2022-05-06)
* **Documentation**: Various documentation improvements.
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.24.0](service/redshift/CHANGELOG.md#v1240-2022-05-06)
* **Feature**: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.21.1](service/securityhub/CHANGELOG.md#v1211-2022-05-06)
* **Documentation**: Documentation updates for Security Hub API reference

# Release (2022-05-05)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.9 (2022-05-06)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.11.8 (2022-05-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
)
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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/chimesdkidentity/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.5 (2022-05-06)

* No change notes available for this release.

# v1.9.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkidentity/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/chimesdkmessaging/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.5 (2022-05-06)

* No change notes available for this release.

# v1.9.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkmessaging/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.40.0 (2022-05-06)

* **Feature**: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.

# v1.39.0 (2022-05-05)

* **Feature**: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
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.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4
github.com/aws/smithy-go v1.11.2
)
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
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.39.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.40.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 @@ -60,13 +60,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.4
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.4
github.com/aws/aws-sdk-go-v2/service/polly v1.15.1
github.com/aws/aws-sdk-go-v2/service/rds v1.21.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.23.1
github.com/aws/aws-sdk-go-v2/service/rds v1.21.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.24.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
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/servicecatalog v1.14.1
Expand Down
4 changes: 4 additions & 0 deletions service/location/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.0 (2022-05-06)

* **Feature**: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.

# v1.16.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/location/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/mediapackage/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-05-06)

* **Feature**: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.

# v1.15.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/mediapackage/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/rds/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.21.1 (2022-05-06)

* **Documentation**: Various documentation improvements.

# v1.21.0 (2022-04-29)

* **Feature**: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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/redshift/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.24.0 (2022-05-06)

* **Feature**: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.

# v1.23.1 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/redshift/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/s3/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.26.9 (2022-05-06)

* No change notes available for this release.

# v1.26.8 (2022-05-03)

* **Documentation**: Documentation only update for doc bug fixes for the S3 API docs.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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/securityhub/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.21.1 (2022-05-06)

* **Documentation**: Documentation updates for Security Hub API reference

# v1.21.0 (2022-04-25)

* **Feature**: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
Expand Down
2 changes: 1 addition & 1 deletion service/securityhub/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 6074cb3

Please sign in to comment.