Skip to content

Commit

Permalink
Release 2024-08-23
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 23, 2024
1 parent 93f8d22 commit 87cea8b
Show file tree
Hide file tree
Showing 35 changed files with 77 additions and 76 deletions.
8 changes: 0 additions & 8 deletions .changelog/03fdc157d2b84ce18860a5d84dd62314.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/0510421b8307482594861345faf7afcb.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3ddb265e427047bea4b15251acbcd270.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7729b9ba246c44ca82b603574148b880.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2024-08-23)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/config`: [v1.27.30](config/CHANGELOG.md#v12730-2024-08-23)
* **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.17.0](service/bedrockagent/CHANGELOG.md#v1170-2024-08-23)
* **Feature**: Releasing the support for Action User Confirmation.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.17.0](service/bedrockagentruntime/CHANGELOG.md#v1170-2024-08-23)
* **Feature**: Releasing the support for Action User Confirmation.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.42.1](service/codebuild/CHANGELOG.md#v1421-2024-08-23)
* **Documentation**: Added support for the MAC_ARM environment type for CodeBuild fleets.
* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.31.0](service/organizations/CHANGELOG.md#v1310-2024-08-23)
* **Feature**: Releasing minor partitional endpoint updates.
* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.11.0](service/qbusiness/CHANGELOG.md#v1110-2024-08-23)
* **Feature**: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.5.5](service/supplychain/CHANGELOG.md#v155-2024-08-23)
* **Documentation**: Update API documentation to clarify the event SLA as well as the data model expectations

# Release (2024-08-22)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.30 (2024-08-23)

* **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file

# v1.27.29 (2024-08-22)

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

2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.5
)
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.71 (2024-08-23)

* No change notes available for this release.

# v1.13.70 (2024-08-22)

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

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

2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.14 (2024-08-23)

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

# v1.17.13 (2024-08-22)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/smithy-go v1.20.4
)
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16
)

Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2024-08-23)

* **Feature**: Releasing the support for Action User Confirmation.

# v1.16.1 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagent/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/bedrockagentruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2024-08-23)

* **Feature**: Releasing the support for Action User Confirmation.

# v1.16.1 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagentruntime/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/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.42.1 (2024-08-23)

* **Documentation**: Added support for the MAC_ARM environment type for CodeBuild fleets.

# v1.42.0 (2024-08-19)

* **Feature**: AWS CodeBuild now supports creating fleets with macOS platform for running builds.
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.13
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.14
github.com/aws/aws-sdk-go-v2/service/acm v1.28.6
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.6
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.2
Expand All @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.25.3
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.42.5
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.40.5
github.com/aws/aws-sdk-go-v2/service/codebuild v1.42.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.42.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.25.1
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.5
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.1
Expand Down
4 changes: 4 additions & 0 deletions service/organizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2024-08-23)

* **Feature**: Releasing minor partitional endpoint updates.

# v1.30.3 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/organizations/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/qbusiness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.0 (2024-08-23)

* **Feature**: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.

# v1.10.4 (2024-08-22)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/qbusiness/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/s3/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.29
github.com/aws/aws-sdk-go-v2/config v1.27.30
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16
)

Expand Down
4 changes: 4 additions & 0 deletions service/supplychain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.5.5 (2024-08-23)

* **Documentation**: Update API documentation to clarify the event SLA as well as the data model expectations

# v1.5.4 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/supplychain/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 87cea8b

Please sign in to comment.