From 3a7909e4ae4adca4cf6983a7fbf6e7cf83090aac Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 8 Feb 2024 19:11:11 +0000 Subject: [PATCH] Release 2024-02-08 --- .changelog/0e7a2859c07546f9bf14ebba10d23642.json | 8 -------- .changelog/6fca6f088aa84feaa66337d6338f4c3f.json | 8 -------- .changelog/964ad0862b46451095e75752aff0215e.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/codepipeline/CHANGELOG.md | 4 ++++ service/codepipeline/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/quicksight/CHANGELOG.md | 4 ++++ service/quicksight/go_module_metadata.go | 2 +- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 11 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 .changelog/0e7a2859c07546f9bf14ebba10d23642.json delete mode 100644 .changelog/6fca6f088aa84feaa66337d6338f4c3f.json delete mode 100644 .changelog/964ad0862b46451095e75752aff0215e.json diff --git a/.changelog/0e7a2859c07546f9bf14ebba10d23642.json b/.changelog/0e7a2859c07546f9bf14ebba10d23642.json deleted file mode 100644 index 7e75e6755a6..00000000000 --- a/.changelog/0e7a2859c07546f9bf14ebba10d23642.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0e7a2859-c075-46f9-bf14-ebba10d23642", - "type": "feature", - "description": "Add ability to execute pipelines with new parallel \u0026 queued execution modes and add support for triggers with filtering on branches and file paths.", - "modules": [ - "service/codepipeline" - ] -} \ No newline at end of file diff --git a/.changelog/6fca6f088aa84feaa66337d6338f4c3f.json b/.changelog/6fca6f088aa84feaa66337d6338f4c3f.json deleted file mode 100644 index b0c03c0343d..00000000000 --- a/.changelog/6fca6f088aa84feaa66337d6338f4c3f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6fca6f08-8aa8-4fea-a663-37d6338f4c3f", - "type": "feature", - "description": "This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter \"WorkspaceName\".", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/964ad0862b46451095e75752aff0215e.json b/.changelog/964ad0862b46451095e75752aff0215e.json deleted file mode 100644 index 9ed3d929008..00000000000 --- a/.changelog/964ad0862b46451095e75752aff0215e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "964ad086-2b46-4510-95e7-5752aff0215e", - "type": "feature", - "description": "General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update", - "modules": [ - "service/quicksight" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e16202ed78f..278aa9e41dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2024-02-08) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/codepipeline`: [v1.23.0](service/codepipeline/CHANGELOG.md#v1230-2024-02-08) + * **Feature**: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.56.0](service/quicksight/CHANGELOG.md#v1560-2024-02-08) + * **Feature**: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.36.0](service/workspaces/CHANGELOG.md#v1360-2024-02-08) + * **Feature**: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName". + # Release (2024-02-07) ## Module Highlights diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index b8f58e06542..c2316676308 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2024-02-08) + +* **Feature**: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths. + # v1.22.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 694d705330e..3d0d379dd8a 100644 --- a/service/codepipeline/go_module_metadata.go +++ b/service/codepipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package codepipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.6" +const goModuleVersion = "1.23.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 96449afb839..7cb80ac56b6 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -21,7 +21,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.6 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.23.0 github.com/aws/aws-sdk-go-v2/service/codestar v1.19.6 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.33.0 github.com/aws/aws-sdk-go-v2/service/configservice v1.44.0 @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.18.6 github.com/aws/aws-sdk-go-v2/service/wafregional v1.19.6 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.44.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.35.9 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.36.0 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index e31fa92b6e4..bdb36e6a809 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.56.0 (2024-02-08) + +* **Feature**: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update + # v1.55.2 (2024-01-29) * No change notes available for this release. diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 64849428455..f98fdda395c 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.2" +const goModuleVersion = "1.56.0" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 8fa1f8429a7..f52926ce889 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.0 (2024-02-08) + +* **Feature**: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName". + # v1.35.9 (2024-02-05) * **Documentation**: Added definitions of various WorkSpace states diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index c53e96eb3e7..2ae74a9889e 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.35.9" +const goModuleVersion = "1.36.0"