diff --git a/.changelog/03fdc157d2b84ce18860a5d84dd62314.json b/.changelog/03fdc157d2b84ce18860a5d84dd62314.json deleted file mode 100644 index 2834f8cc172..00000000000 --- a/.changelog/03fdc157d2b84ce18860a5d84dd62314.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "03fdc157-d2b8-4ce1-8860-a5d84dd62314", - "type": "feature", - "description": "Releasing minor partitional endpoint updates.", - "modules": [ - "service/organizations" - ] -} \ No newline at end of file diff --git a/.changelog/0510421b8307482594861345faf7afcb.json b/.changelog/0510421b8307482594861345faf7afcb.json deleted file mode 100644 index 1977f9e0979..00000000000 --- a/.changelog/0510421b8307482594861345faf7afcb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0510421b-8307-4825-9486-1345faf7afcb", - "type": "documentation", - "description": "Update API documentation to clarify the event SLA as well as the data model expectations", - "modules": [ - "service/supplychain" - ] -} \ No newline at end of file diff --git a/.changelog/3ddb265e427047bea4b15251acbcd270.json b/.changelog/3ddb265e427047bea4b15251acbcd270.json deleted file mode 100644 index 06404c6dd51..00000000000 --- a/.changelog/3ddb265e427047bea4b15251acbcd270.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3ddb265e-4270-47be-a4b1-5251acbcd270", - "type": "bugfix", - "description": "Don't fail credentials unit tests if credentials are found on a file", - "modules": [ - "config" - ] -} \ No newline at end of file diff --git a/.changelog/7729b9ba246c44ca82b603574148b880.json b/.changelog/7729b9ba246c44ca82b603574148b880.json deleted file mode 100644 index 19cdd3e298c..00000000000 --- a/.changelog/7729b9ba246c44ca82b603574148b880.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7729b9ba-246c-44ca-82b6-03574148b880", - "type": "feature", - "description": "Releasing the support for Action User Confirmation.", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/ae1b8eaa92bd493892cacda2dd1db2a0.json b/.changelog/ae1b8eaa92bd493892cacda2dd1db2a0.json deleted file mode 100644 index a6b1c4390f4..00000000000 --- a/.changelog/ae1b8eaa92bd493892cacda2dd1db2a0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ae1b8eaa-92bd-4938-92ca-cda2dd1db2a0", - "type": "documentation", - "description": "Added support for the MAC_ARM environment type for CodeBuild fleets.", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/.changelog/c330829d18ce419f9dbbbdecf642765e.json b/.changelog/c330829d18ce419f9dbbbdecf642765e.json deleted file mode 100644 index a23584b409b..00000000000 --- a/.changelog/c330829d18ce419f9dbbbdecf642765e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c330829d-18ce-419f-9dbb-bdecf642765e", - "type": "feature", - "description": "Releasing the support for Action User Confirmation.", - "modules": [ - "service/bedrockagentruntime" - ] -} \ No newline at end of file diff --git a/.changelog/fce5c73ba58d4ee1bab751ff0999f077.json b/.changelog/fce5c73ba58d4ee1bab751ff0999f077.json deleted file mode 100644 index fbea11019e9..00000000000 --- a/.changelog/fce5c73ba58d4ee1bab751ff0999f077.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fce5c73b-a58d-4ee1-bab7-51ff0999f077", - "type": "feature", - "description": "Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.", - "modules": [ - "service/qbusiness" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e231e0d30b5..d5eae295cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 2108cd82da1..0c1b3a1b398 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -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 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 695b23a3ca5..c978d2d92d0 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.29" +const goModuleVersion = "1.27.30" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 095c2a63c99..228814085a3 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -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 ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 540b32b020f..466a2e93e0b 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -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 ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 6ccd3161e7a..798238a40a8 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -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 ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 62ad924ebb2..3559615fc2c 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -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 ) diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 2f92c5b04c3..e19b751c42e 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -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 diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index fe01ee88a8e..e44c359c409 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.12" +const goModuleVersion = "1.13.71" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 65a367a8312..6d640acf4cc 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -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 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 3b127a79213..9af54a455c1 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -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 diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 0bfca4724f5..9ba2f551917 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -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 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index e01c711fd9e..47d5562b5c6 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.13" +const goModuleVersion = "1.17.14" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index ede673f60cf..4e76c2ab74c 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -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 ) diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 20dca5a73f5..31b4ce04ad7 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -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. diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 1fff985df9d..5f676fd068a 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.1" +const goModuleVersion = "1.17.0" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index df34ca32df0..b31c8ed059d 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -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. diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index b19357a200d..db2e7bb64b1 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.1" +const goModuleVersion = "1.17.0" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 87de230f31b..2b47ddd936b 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -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. diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index a60ac65e764..e8b720e3d51 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.0" +const goModuleVersion = "1.42.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e49cd7441ee..3a69b4e9e42 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -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 @@ -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 diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 3634aacb4d5..5528489dfa5 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -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. diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 85ed2cb8115..dbbf1a422ba 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.3" +const goModuleVersion = "1.31.0" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index 893597783b2..68d5c675c27 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -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. diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index e8016a108a6..354447cf0f5 100644 --- a/service/qbusiness/go_module_metadata.go +++ b/service/qbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package qbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.4" +const goModuleVersion = "1.11.0" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 1d0df8316cf..87120fd5d17 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -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 ) diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index 863465e4364..155b1f06abc 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -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. diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 1f69d187856..bc72679a10d 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.4" +const goModuleVersion = "1.5.5"