From 7692b7d55b0c3a5ab4bf59fb536e6c694d69d7e0 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 11 Sep 2023 18:18:28 +0000 Subject: [PATCH] Release 2023-09-11 --- .changelog/05d1d0c0151d4d439725fcb7b27f4646.json | 8 -------- .changelog/2028471ad40640eabf9427fd27c1e9b2.json | 8 -------- .changelog/780aa1b3c4a7482887eaef6e49d3f39c.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/ecr/CHANGELOG.md | 4 ++++ service/ecr/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/medialive/CHANGELOG.md | 4 ++++ service/medialive/go_module_metadata.go | 2 +- service/quicksight/CHANGELOG.md | 4 ++++ service/quicksight/go_module_metadata.go | 2 +- 11 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 .changelog/05d1d0c0151d4d439725fcb7b27f4646.json delete mode 100644 .changelog/2028471ad40640eabf9427fd27c1e9b2.json delete mode 100644 .changelog/780aa1b3c4a7482887eaef6e49d3f39c.json diff --git a/.changelog/05d1d0c0151d4d439725fcb7b27f4646.json b/.changelog/05d1d0c0151d4d439725fcb7b27f4646.json deleted file mode 100644 index 4deb7628edb..00000000000 --- a/.changelog/05d1d0c0151d4d439725fcb7b27f4646.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "05d1d0c0-151d-4d43-9725-fcb7b27f4646", - "type": "feature", - "description": "This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.", - "modules": [ - "service/ecr" - ] -} \ No newline at end of file diff --git a/.changelog/2028471ad40640eabf9427fd27c1e9b2.json b/.changelog/2028471ad40640eabf9427fd27c1e9b2.json deleted file mode 100644 index 1a2111ed157..00000000000 --- a/.changelog/2028471ad40640eabf9427fd27c1e9b2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2028471a-d406-40ea-bf94-27fd27c1e9b2", - "type": "feature", - "description": "This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.", - "modules": [ - "service/quicksight" - ] -} \ No newline at end of file diff --git a/.changelog/780aa1b3c4a7482887eaef6e49d3f39c.json b/.changelog/780aa1b3c4a7482887eaef6e49d3f39c.json deleted file mode 100644 index e51f162ca70..00000000000 --- a/.changelog/780aa1b3c4a7482887eaef6e49d3f39c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "780aa1b3-c4a7-4828-87ea-ef6e49d3f39c", - "type": "feature", - "description": "AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e514241b19..ff92d8ae209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-09-11) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.20.0](service/ecr/CHANGELOG.md#v1200-2023-09-11) + * **Feature**: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.37.0](service/medialive/CHANGELOG.md#v1370-2023-09-11) + * **Feature**: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.43.0](service/quicksight/CHANGELOG.md#v1430-2023-09-11) + * **Feature**: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules. + # Release (2023-09-08) ## Module Highlights diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 8e23f213a2b..9da23023d2c 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-09-11) + +* **Feature**: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. + # v1.19.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index 43982e0c61d..b8586c3fe1b 100644 --- a/service/ecr/go_module_metadata.go +++ b/service/ecr/go_module_metadata.go @@ -3,4 +3,4 @@ package ecr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.5" +const goModuleVersion = "1.20.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index b490d397d9d..31ab13cbc8c 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -32,7 +32,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/docdb v1.23.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 github.com/aws/aws-sdk-go-v2/service/ec2 v1.117.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.19.5 + github.com/aws/aws-sdk-go-v2/service/ecr v1.20.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.30.1 github.com/aws/aws-sdk-go-v2/service/efs v1.21.6 github.com/aws/aws-sdk-go-v2/service/elasticache v1.29.3 diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 23da8fdf416..fde7146a5f6 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.0 (2023-09-11) + +* **Feature**: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. + # v1.36.0 (2023-09-06) * **Feature**: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index dc057b778c1..1d678767aac 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.0" +const goModuleVersion = "1.37.0" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 58dda3dcdd3..e9cb8bf5d38 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2023-09-11) + +* **Feature**: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules. + # v1.42.0 (2023-08-24) * **Feature**: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support. diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index ffb02986eba..a69482357f7 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.42.0" +const goModuleVersion = "1.43.0"