From 9fa6b960d598b691af70ce3fc37c50c74aa8b368 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 11 Apr 2022 18:13:06 +0000 Subject: [PATCH] Release 2022-04-11 --- .changelog/33acf03e34454c308b8698dd895025f3.json | 8 -------- .changelog/d79851d06ef64c9e8fa9b1d11177a7fa.json | 8 -------- .changelog/e162840bffec4565ba1a897a90435ce8.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/amplifyuibuilder/CHANGELOG.md | 4 ++++ service/amplifyuibuilder/go_module_metadata.go | 2 +- service/apprunner/CHANGELOG.md | 4 ++++ service/apprunner/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/servicecatalogappregistry/CHANGELOG.md | 4 ++++ .../servicecatalogappregistry/go_module_metadata.go | 2 +- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 13 files changed, 31 insertions(+), 29 deletions(-) delete mode 100644 .changelog/33acf03e34454c308b8698dd895025f3.json delete mode 100644 .changelog/d79851d06ef64c9e8fa9b1d11177a7fa.json delete mode 100644 .changelog/e162840bffec4565ba1a897a90435ce8.json diff --git a/.changelog/33acf03e34454c308b8698dd895025f3.json b/.changelog/33acf03e34454c308b8698dd895025f3.json deleted file mode 100644 index d99332f62b1..00000000000 --- a/.changelog/33acf03e34454c308b8698dd895025f3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "33acf03e-3445-4c30-8b86-98dd895025f3", - "type": "feature", - "description": "This release adds tracing for App Runner services with X-Ray using AWS Distro for OpenTelemetry. New APIs: CreateObservabilityConfiguration, DescribeObservabilityConfiguration, ListObservabilityConfigurations, and DeleteObservabilityConfiguration. Updated APIs: CreateService and UpdateService.", - "modules": [ - "service/apprunner" - ] -} \ No newline at end of file diff --git a/.changelog/d79851d06ef64c9e8fa9b1d11177a7fa.json b/.changelog/d79851d06ef64c9e8fa9b1d11177a7fa.json deleted file mode 100644 index e3b79bdba5b..00000000000 --- a/.changelog/d79851d06ef64c9e8fa9b1d11177a7fa.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d79851d0-6ef6-4c9e-8fa9-b1d11177a7fa", - "type": "feature", - "description": "In this release, we have added the ability to bind events to component level actions.", - "modules": [ - "service/amplifyuibuilder" - ] -} \ No newline at end of file diff --git a/.changelog/e162840bffec4565ba1a897a90435ce8.json b/.changelog/e162840bffec4565ba1a897a90435ce8.json deleted file mode 100644 index e3c9bb59d81..00000000000 --- a/.changelog/e162840bffec4565ba1a897a90435ce8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e162840b-ffec-4565-ba1a-897a90435ce8", - "type": "feature", - "description": "Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6b3fa591c..77997a9e2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2022-04-11) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder`: [v1.6.0](service/amplifyuibuilder/CHANGELOG.md#v160-2022-04-11) + * **Feature**: In this release, we have added the ability to bind events to component level actions. +* `github.com/aws/aws-sdk-go-v2/service/apprunner`: [v1.12.0](service/apprunner/CHANGELOG.md#v1120-2022-04-11) + * **Feature**: This release adds tracing for App Runner services with X-Ray using AWS Distro for OpenTelemetry. New APIs: CreateObservabilityConfiguration, DescribeObservabilityConfiguration, ListObservabilityConfigurations, and DeleteObservabilityConfiguration. Updated APIs: CreateService and UpdateService. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.18.0](service/workspaces/CHANGELOG.md#v1180-2022-04-11) + * **Feature**: Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances. + # Release (2022-04-08) ## Module Highlights diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 4258cb5bb1d..afdefea85fe 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.0 (2022-04-11) + +* **Feature**: In this release, we have added the ability to bind events to component level actions. + # v1.5.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 7df40caf5f1..67d7b6ea0ef 100644 --- a/service/amplifyuibuilder/go_module_metadata.go +++ b/service/amplifyuibuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifyuibuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.3" +const goModuleVersion = "1.6.0" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 4adac1e8c65..a3dbba2e05f 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.0 (2022-04-11) + +* **Feature**: This release adds tracing for App Runner services with X-Ray using AWS Distro for OpenTelemetry. New APIs: CreateObservabilityConfiguration, DescribeObservabilityConfiguration, ListObservabilityConfigurations, and DeleteObservabilityConfiguration. Updated APIs: CreateService and UpdateService. + # v1.11.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 264cc54393b..0fc433897a2 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.11.3" +const goModuleVersion = "1.12.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e819e65831a..9efd08d83db 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.11.3 github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.3 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.19.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.17.0 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.0 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 77546975df3..b41d765d655 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.4 (2022-04-11) + +* No change notes available for this release. + # v1.12.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index c8932262379..61434036390 100644 --- a/service/servicecatalogappregistry/go_module_metadata.go +++ b/service/servicecatalogappregistry/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalogappregistry // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.3" +const goModuleVersion = "1.12.4" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 2a11ca4253e..0665272a721 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-04-11) + +* **Feature**: Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances. + # v1.17.0 (2022-03-31) * **Feature**: Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 3e91e453722..f932828ce4c 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.18.0"