From a86beba126393fdecee20c8d3fc6ef21064121f5 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 9 May 2023 18:16:06 +0000 Subject: [PATCH] Release 2023-05-09 --- .changelog/004484bcdd4a426fa58d6030592683d9.json | 8 -------- .changelog/61a086d0e39b40ad801c2725cc918b95.json | 8 -------- .changelog/624d3829be8548e68f098bc815a51ee5.json | 8 -------- CHANGELOG.md | 13 +++++++++++++ config/CHANGELOG.md | 4 ++++ config/go.mod | 2 +- config/go_module_metadata.go | 2 +- credentials/CHANGELOG.md | 4 ++++ credentials/go_module_metadata.go | 2 +- example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 2 +- example/service/s3/listObjects/go.mod | 2 +- example/service/s3/usingPrivateLink/go.mod | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/ec2/imds/internal/configtesting/go.mod | 2 +- feature/s3/manager/CHANGELOG.md | 4 ++++ feature/s3/manager/go.mod | 2 +- feature/s3/manager/go_module_metadata.go | 2 +- internal/configsources/configtesting/go.mod | 2 +- service/amp/CHANGELOG.md | 4 ++++ service/amp/go_module_metadata.go | 2 +- service/applicationautoscaling/CHANGELOG.md | 4 ++++ .../applicationautoscaling/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 ++++ service/glue/go_module_metadata.go | 2 +- service/internal/eventstreamtesting/CHANGELOG.md | 4 ++++ service/internal/eventstreamtesting/go.mod | 2 +- .../eventstreamtesting/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/kinesis/internal/testing/go.mod | 2 +- service/s3/internal/configtesting/go.mod | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- service/transcribestreaming/internal/testing/go.mod | 2 +- 34 files changed, 72 insertions(+), 47 deletions(-) delete mode 100644 .changelog/004484bcdd4a426fa58d6030592683d9.json delete mode 100644 .changelog/61a086d0e39b40ad801c2725cc918b95.json delete mode 100644 .changelog/624d3829be8548e68f098bc815a51ee5.json diff --git a/.changelog/004484bcdd4a426fa58d6030592683d9.json b/.changelog/004484bcdd4a426fa58d6030592683d9.json deleted file mode 100644 index 2e352e3c8c8..00000000000 --- a/.changelog/004484bcdd4a426fa58d6030592683d9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "004484bc-dd4a-426f-a58d-6030592683d9", - "type": "feature", - "description": "This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/61a086d0e39b40ad801c2725cc918b95.json b/.changelog/61a086d0e39b40ad801c2725cc918b95.json deleted file mode 100644 index d0f375e011a..00000000000 --- a/.changelog/61a086d0e39b40ad801c2725cc918b95.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "61a086d0-e39b-40ad-801c-2725cc918b95", - "type": "feature", - "description": "With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.", - "modules": [ - "service/applicationautoscaling" - ] -} \ No newline at end of file diff --git a/.changelog/624d3829be8548e68f098bc815a51ee5.json b/.changelog/624d3829be8548e68f098bc815a51ee5.json deleted file mode 100644 index 899c12ea8c8..00000000000 --- a/.changelog/624d3829be8548e68f098bc815a51ee5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "624d3829-be85-48e6-8f09-8bc815a51ee5", - "type": "feature", - "description": "This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c18613b8e..489aa7b39e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2023-05-09) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.20.0](service/applicationautoscaling/CHANGELOG.md#v1200-2023-05-09) + * **Feature**: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.47.0](service/glue/CHANGELOG.md#v1470-2023-05-09) + * **Feature**: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.78.0](service/sagemaker/CHANGELOG.md#v1780-2023-05-09) + * **Feature**: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints. + # Release (2023-05-08) ## General Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 88e6d5a9526..e870fd1a5c2 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.25 (2023-05-09) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.24 (2023-05-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 865385bf4de..6f84fb231ac 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/credentials v1.13.23 + github.com/aws/aws-sdk-go-v2/credentials v1.13.24 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index c94444eae28..70d3314246e 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.18.24" +const goModuleVersion = "1.18.25" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 44e6463b817..dd1b122138b 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.24 (2023-05-09) + +* No change notes available for this release. + # v1.13.23 (2023-05-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 37e16250e52..4bd7f6708bc 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.23" +const goModuleVersion = "1.13.24" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 3558f5554a7..9cecc072b37 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7 ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 8e9ed9c3141..da7f170347f 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.25 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7 ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index e0aa50969ad..c92d1413e7b 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1 ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index ca52e06e05b..081a408f9ad 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.31.5 ) diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 10309f11d21..08af337572f 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.25 (2023-05-09) + +* No change notes available for this release. + # v1.10.24 (2023-05-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index ccec06d3e82..e3d652ce363 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index f9c9b1c361f..1a97c5189e5 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.67 (2023-05-09) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.66 (2023-05-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index f05fffcf7c2..b5e16ffa85f 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index a682b33cac0..6a28270167e 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.11.66" +const goModuleVersion = "1.11.67" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index c2f36889112..e92040043a1 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 ) diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 69901fe53ab..bd3f4829ec9 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.11 (2023-05-09) + +* No change notes available for this release. + # v1.16.10 (2023-05-04) * No change notes available for this release. diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index be33f1ec15a..d2bbb6630fe 100644 --- a/service/amp/go_module_metadata.go +++ b/service/amp/go_module_metadata.go @@ -3,4 +3,4 @@ package amp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.10" +const goModuleVersion = "1.16.11" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 9312c749ac8..c00ba32c055 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-05-09) + +* **Feature**: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints. + # v1.19.6 (2023-05-04) * No change notes available for this release. diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index e6ae33fde7d..d9ec8f119d7 100644 --- a/service/applicationautoscaling/go_module_metadata.go +++ b/service/applicationautoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationautoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.6" +const goModuleVersion = "1.20.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 56df783eed5..c44fa7a8d69 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.0 (2023-05-09) + +* **Feature**: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas + # v1.46.0 (2023-05-08) * **Feature**: Support large worker types G.4x and G.8x for Glue Spark diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index bd5a4a1ed21..087643c4c58 100644 --- a/service/glue/go_module_metadata.go +++ b/service/glue/go_module_metadata.go @@ -3,4 +3,4 @@ package glue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.0" +const goModuleVersion = "1.47.0" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 03d91cb960b..0d21793931e 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.63 (2023-05-09) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.62 (2023-05-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 86e19071abd..4c247572c7c 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/credentials v1.13.23 + github.com/aws/aws-sdk-go-v2/credentials v1.13.24 golang.org/x/net v0.1.0 ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index ef346449fa0..ea4cbaab276 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.62" +const goModuleVersion = "1.0.63" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 6db671ba87a..81ddf029d19 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,10 +2,10 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.18.0 - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/acm v1.17.11 github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.11 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.19.6 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.20.0 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.10 github.com/aws/aws-sdk-go-v2/service/appstream v1.20.11 github.com/aws/aws-sdk-go-v2/service/athena v1.26.1 @@ -46,7 +46,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.16.12 github.com/aws/aws-sdk-go-v2/service/gamelift v1.18.2 github.com/aws/aws-sdk-go-v2/service/glacier v1.14.11 - github.com/aws/aws-sdk-go-v2/service/glue v1.46.0 + github.com/aws/aws-sdk-go-v2/service/glue v1.47.0 github.com/aws/aws-sdk-go-v2/service/health v1.16.10 github.com/aws/aws-sdk-go-v2/service/iam v1.19.12 github.com/aws/aws-sdk-go-v2/service/inspector v1.13.10 diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 76aa54639b8..9c6db9d0c91 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.62 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.63 github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.12 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index a8e29c517c1..76c5bda2c86 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.24 + github.com/aws/aws-sdk-go-v2/config v1.18.25 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.2 ) diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 0f3bc055088..14d775513cc 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.78.0 (2023-05-09) + +* **Feature**: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints. + # v1.77.0 (2023-05-04) * **Feature**: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index da4cab9f55e..6f1e2883f6b 100644 --- a/service/sagemaker/go_module_metadata.go +++ b/service/sagemaker/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.77.0" +const goModuleVersion = "1.78.0" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 8d0ecacafab..ca1483d9bfe 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.62 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.63 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.10 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8