From 50d82a9979e506d66de709e10c053d576a069ce7 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 17 Feb 2023 19:11:25 +0000 Subject: [PATCH] Release 2023-02-17 --- .changelog/99369b69351e4f30a227c837aacea321.json | 8 -------- .changelog/ef9c1342e75c45c99d7cce04448cb7ff.json | 8 -------- CHANGELOG.md | 11 +++++++++++ example/service/dynamodb/scanItems/go.mod | 2 +- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 2 +- feature/dynamodb/expression/go_module_metadata.go | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/apprunner/CHANGELOG.md | 4 ++++ service/apprunner/go_module_metadata.go | 2 +- service/efs/CHANGELOG.md | 4 ++++ service/efs/go_module_metadata.go | 2 +- service/elasticbeanstalk/CHANGELOG.md | 4 ++++ service/elasticbeanstalk/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 ++++ service/glue/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- 20 files changed, 51 insertions(+), 28 deletions(-) delete mode 100644 .changelog/99369b69351e4f30a227c837aacea321.json delete mode 100644 .changelog/ef9c1342e75c45c99d7cce04448cb7ff.json diff --git a/.changelog/99369b69351e4f30a227c837aacea321.json b/.changelog/99369b69351e4f30a227c837aacea321.json deleted file mode 100644 index d1d62f93084..00000000000 --- a/.changelog/99369b69351e4f30a227c837aacea321.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "99369b69-351e-4f30-a227-c837aacea321", - "type": "feature", - "description": "Release of Delta Lake Data Lake Format for Glue Studio Service", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/ef9c1342e75c45c99d7cce04448cb7ff.json b/.changelog/ef9c1342e75c45c99d7cce04448cb7ff.json deleted file mode 100644 index b890014b7c6..00000000000 --- a/.changelog/ef9c1342e75c45c99d7cce04448cb7ff.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ef9c1342-e75c-45c9-9d7c-ce04448cb7ff", - "type": "feature", - "description": "This release supports removing MaxSize limit for AutoScalingConfiguration.", - "modules": [ - "service/apprunner" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 05739d6ebd8..0e71c138d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release (2023-02-17) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/apprunner`: [v1.17.0](service/apprunner/CHANGELOG.md#v1170-2023-02-17) + * **Feature**: This release supports removing MaxSize limit for AutoScalingConfiguration. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.43.0](service/glue/CHANGELOG.md#v1430-2023-02-17) + * **Feature**: Release of Delta Lake Data Lake Format for Glue Studio Service + # Release (2023-02-16) ## Module Highlights diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 1ac713cc484..edd442a7df5 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.4 github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.12 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 ) diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 0a6acaf4850..c75d1b2bac5 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.13 (2023-02-17) + +* No change notes available for this release. + # v1.10.12 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 4020b751f74..9919b0a0dec 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.12" +const goModuleVersion = "1.10.13" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index ed8afba6c48..48faeda9a8f 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.40 (2023-02-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.39 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 31b970a0e57..64ff29e7e41 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.12 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 1f35a6c3536..a1b408f68a6 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.39" +const goModuleVersion = "1.4.40" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index f5de845e8b3..3cf9d2b7569 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.13 (2023-02-17) + +* No change notes available for this release. + # v1.10.12 (2023-02-15) * **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 4020b751f74..9919b0a0dec 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.10.12" +const goModuleVersion = "1.10.13" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 50808052ee4..7d9726f2d84 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2023-02-17) + +* **Feature**: This release supports removing MaxSize limit for AutoScalingConfiguration. + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index b5738b4bf73..2c40626218d 100644 --- a/service/apprunner/go_module_metadata.go +++ b/service/apprunner/go_module_metadata.go @@ -3,4 +3,4 @@ package apprunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.17.0" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 34b209a5afc..752789241d8 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2023-02-17) + +* No change notes available for this release. + # v1.19.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index ac2f3f94be0..768f76ebc01 100644 --- a/service/efs/go_module_metadata.go +++ b/service/efs/go_module_metadata.go @@ -3,4 +3,4 @@ package efs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.4" +const goModuleVersion = "1.19.5" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index e7c50ce7ff9..60eba497026 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2023-02-17) + +* No change notes available for this release. + # v1.15.1 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 72ef644aad0..cacdf7cb8b0 100644 --- a/service/elasticbeanstalk/go_module_metadata.go +++ b/service/elasticbeanstalk/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticbeanstalk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.1" +const goModuleVersion = "1.15.2" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 443c0a8806c..3acb8f730ea 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2023-02-17) + +* **Feature**: Release of Delta Lake Data Lake Format for Glue Studio Service + # v1.42.0 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 03c962e65e0..626c26d58b5 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.42.0" +const goModuleVersion = "1.43.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 4349e97b334..84afcb1e0c1 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -34,9 +34,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/ec2 v1.86.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.18.3 github.com/aws/aws-sdk-go-v2/service/ecs v1.23.3 - github.com/aws/aws-sdk-go-v2/service/efs v1.19.4 + github.com/aws/aws-sdk-go-v2/service/efs v1.19.5 github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.2 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.1 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.2 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.2 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.3 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.3 @@ -46,7 +46,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.16.3 github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.2 github.com/aws/aws-sdk-go-v2/service/glacier v1.14.3 - github.com/aws/aws-sdk-go-v2/service/glue v1.42.0 + github.com/aws/aws-sdk-go-v2/service/glue v1.43.0 github.com/aws/aws-sdk-go-v2/service/health v1.16.2 github.com/aws/aws-sdk-go-v2/service/iam v1.19.2 github.com/aws/aws-sdk-go-v2/service/inspector v1.13.2