Skip to content

Commit

Permalink
Release 2021-09-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Sep 10, 2021
1 parent 5990156 commit a1be727
Show file tree
Hide file tree
Showing 60 changed files with 185 additions and 81 deletions.
8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

27 changes: 0 additions & 27 deletions .changelog/8f837f19caba4c6faaf88577e5e9a00e.json

This file was deleted.

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

This file was deleted.

50 changes: 50 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,53 @@
# Release (2021-09-10)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/credentials`: [v1.4.1](credentials/CHANGELOG.md#v141-2021-09-10)
* **Documentation**: Fixes the AssumeRoleProvider's documentation for using custom TokenProviders.
* `github.com/aws/aws-sdk-go-v2/service/amp`: [v1.5.0](service/amp/CHANGELOG.md#v150-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/braket`: [v1.7.0](service/braket/CHANGELOG.md#v170-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/chimesdkidentity`: [v1.2.0](service/chimesdkidentity/CHANGELOG.md#v120-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging`: [v1.2.0](service/chimesdkmessaging/CHANGELOG.md#v120-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/codegurureviewer`: [v1.7.0](service/codegurureviewer/CHANGELOG.md#v170-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.10.0](service/eks/CHANGELOG.md#v1100-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.11.0](service/elasticache/CHANGELOG.md#v1110-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.9.0](service/emr/CHANGELOG.md#v190-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.10.0](service/forecast/CHANGELOG.md#v1100-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/frauddetector`: [v1.9.0](service/frauddetector/CHANGELOG.md#v190-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.7.0](service/kafka/CHANGELOG.md#v170-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.4.0](service/lookoutequipment/CHANGELOG.md#v140-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/mediapackage`: [v1.8.0](service/mediapackage/CHANGELOG.md#v180-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.0.0](service/opensearch/CHANGELOG.md#v100-2021-09-10)
* **Release**: New AWS service client module
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.8.0](service/outposts/CHANGELOG.md#v180-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/ram`: [v1.7.0](service/ram/CHANGELOG.md#v170-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.14.0](service/sagemaker/CHANGELOG.md#v1140-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/servicediscovery`: [v1.9.0](service/servicediscovery/CHANGELOG.md#v190-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/ssmcontacts`: [v1.5.0](service/ssmcontacts/CHANGELOG.md#v150-2021-09-10)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/xray`: [v1.6.0](service/xray/CHANGELOG.md#v160-2021-09-10)
* **Feature**: API client updated

# Release (2021-09-02)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.8.1 (2021-09-10)

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

# v1.8.0 (2021-09-02)

* **Feature**: Add support for S3 Multi-Region Access Point ARNs.
Expand Down
2 changes: 1 addition & 1 deletion config/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.9.0
github.com/aws/aws-sdk-go-v2/credentials v1.4.0
github.com/aws/aws-sdk-go-v2/credentials v1.4.1
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.0
github.com/aws/aws-sdk-go-v2/internal/ini v1.2.2
github.com/aws/aws-sdk-go-v2/service/sso v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion config/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 credentials/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.4.1 (2021-09-10)

* **Documentation**: Fixes the AssumeRoleProvider's documentation for using custom TokenProviders.

# v1.4.0 (2021-08-27)

* **Feature**: Adds support for Tags and TransitiveTagKeys to stscreds.AssumeRoleProvider. Closes https://github.com/aws/aws-sdk-go-v2/issues/723
Expand Down
2 changes: 1 addition & 1 deletion credentials/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 example/service/s3/listObjects/go.mod
Expand Up @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.1
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.9.0
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.11.0
)

Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.0
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.5.2 (2021-09-10)

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

# v1.5.1 (2021-09-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/s3/manager/go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.9.0
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.1
github.com/aws/smithy-go v1.8.0
github.com/google/go-cmp v0.5.6
)
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.

2 changes: 1 addition & 1 deletion internal/configsources/configtesting/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.0.4
)

Expand Down
4 changes: 4 additions & 0 deletions service/amp/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.5.0 (2021-09-10)

* **Feature**: API client updated

# v1.4.0 (2021-08-27)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/amp/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/braket/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-10)

* **Feature**: API client updated

# v1.6.0 (2021-08-27)

* **Feature**: Updated API model to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/braket/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.2.0 (2021-09-10)

* **Feature**: API client updated

# v1.1.0 (2021-08-27)

* **Feature**: Updated API model to latest revision.
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.2.0 (2021-09-10)

* **Feature**: API client updated

# v1.1.0 (2021-08-27)

* **Feature**: Updated API model to latest revision.
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/codegurureviewer/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-10)

* **Feature**: API client updated

# v1.6.0 (2021-08-27)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/codegurureviewer/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/eks/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.0 (2021-09-10)

* **Feature**: API client updated

# v1.9.0 (2021-08-27)

* **Feature**: Updated API model to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/eks/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/elasticache/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.0 (2021-09-10)

* **Feature**: API client updated

# v1.10.0 (2021-08-27)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/elasticache/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/emr/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.0 (2021-09-10)

* **Feature**: API client updated

# v1.8.0 (2021-09-02)

* **Feature**: API client updated
Expand Down
2 changes: 1 addition & 1 deletion service/emr/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/forecast/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.0 (2021-09-10)

* **Feature**: API client updated

# v1.9.0 (2021-08-27)

* **Feature**: Updated API model to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/forecast/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/frauddetector/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.0 (2021-09-10)

* **Feature**: API client updated

# v1.8.0 (2021-09-02)

* **Feature**: API client updated
Expand Down
2 changes: 1 addition & 1 deletion service/frauddetector/go_module_metadata.go

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

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.9.0
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/config v1.8.1
github.com/aws/aws-sdk-go-v2/service/acm v1.6.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.7.0
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.6.0
Expand Down Expand Up @@ -35,13 +35,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.5.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.9.0
github.com/aws/aws-sdk-go-v2/service/efs v1.7.0
github.com/aws/aws-sdk-go-v2/service/elasticache v1.10.0
github.com/aws/aws-sdk-go-v2/service/elasticache v1.11.0
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.6.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.6.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.7.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.6.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.5.0
github.com/aws/aws-sdk-go-v2/service/emr v1.8.0
github.com/aws/aws-sdk-go-v2/service/emr v1.9.0
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.7.0
github.com/aws/aws-sdk-go-v2/service/firehose v1.6.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.6.0
Expand All @@ -66,7 +66,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.11.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.4.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.7.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.11.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.6.0
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.5.0
Expand Down
4 changes: 4 additions & 0 deletions service/kafka/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-10)

* **Feature**: API client updated

# v1.6.0 (2021-08-27)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/kafka/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 a1be727

Please sign in to comment.