From 0e9721fd7e662a5a0c554249a2e96519258be35b Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 18 Jan 2023 19:11:27 +0000 Subject: [PATCH] Release 2023-01-18 --- .changelog/0d805a2672db41ffbcab26ee1a1db5a6.json | 8 -------- .changelog/9878546cb18449169c9498d0ea374665.json | 8 -------- .changelog/ac99395cb5684be0a100ad0383925443.json | 8 -------- .changelog/ef697b862dd34d168c1333eb62e4868e.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/cloudwatch/CHANGELOG.md | 4 ++++ service/cloudwatch/go_module_metadata.go | 2 +- service/efs/CHANGELOG.md | 4 ++++ service/efs/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/servicecatalogappregistry/CHANGELOG.md | 4 ++++ .../servicecatalogappregistry/go_module_metadata.go | 2 +- service/ssmsap/CHANGELOG.md | 4 ++++ service/ssmsap/go_module_metadata.go | 2 +- service/wafv2/CHANGELOG.md | 4 ++++ service/wafv2/go_module_metadata.go | 2 +- 16 files changed, 38 insertions(+), 40 deletions(-) delete mode 100644 .changelog/0d805a2672db41ffbcab26ee1a1db5a6.json delete mode 100644 .changelog/9878546cb18449169c9498d0ea374665.json delete mode 100644 .changelog/ac99395cb5684be0a100ad0383925443.json delete mode 100644 .changelog/ef697b862dd34d168c1333eb62e4868e.json diff --git a/.changelog/0d805a2672db41ffbcab26ee1a1db5a6.json b/.changelog/0d805a2672db41ffbcab26ee1a1db5a6.json deleted file mode 100644 index 91103e8d607..00000000000 --- a/.changelog/0d805a2672db41ffbcab26ee1a1db5a6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0d805a26-72db-41ff-bcab-26ee1a1db5a6", - "type": "documentation", - "description": "Improved the visibility of the guidance for updating AWS WAF resources, such as web ACLs and rule groups.", - "modules": [ - "service/wafv2" - ] -} \ No newline at end of file diff --git a/.changelog/9878546cb18449169c9498d0ea374665.json b/.changelog/9878546cb18449169c9498d0ea374665.json deleted file mode 100644 index 7098d8eead0..00000000000 --- a/.changelog/9878546cb18449169c9498d0ea374665.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9878546c-b184-4916-9c94-98d0ea374665", - "type": "feature", - "description": "Updates the range for a Chat Room's maximumMessageRatePerSecond field.", - "modules": [ - "service/ivschat" - ] -} \ No newline at end of file diff --git a/.changelog/ac99395cb5684be0a100ad0383925443.json b/.changelog/ac99395cb5684be0a100ad0383925443.json deleted file mode 100644 index 6a54af4f66e..00000000000 --- a/.changelog/ac99395cb5684be0a100ad0383925443.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ac99395c-b568-4be0-a100-ad0383925443", - "type": "documentation", - "description": "Documentation updates for EFS access points limit increase", - "modules": [ - "service/efs" - ] -} \ No newline at end of file diff --git a/.changelog/ef697b862dd34d168c1333eb62e4868e.json b/.changelog/ef697b862dd34d168c1333eb62e4868e.json deleted file mode 100644 index ffc71c8d57e..00000000000 --- a/.changelog/ef697b862dd34d168c1333eb62e4868e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ef697b86-2dd3-4d16-8c13-33eb62e4868e", - "type": "feature", - "description": "Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.", - "modules": [ - "service/cloudwatch" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c499f1ee7..6a662de24c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-01-18) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.25.0](service/cloudwatch/CHANGELOG.md#v1250-2023-01-18) + * **Feature**: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager. +* `github.com/aws/aws-sdk-go-v2/service/efs`: [v1.19.1](service/efs/CHANGELOG.md#v1191-2023-01-18) + * **Documentation**: Documentation updates for EFS access points limit increase +* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.24.2](service/wafv2/CHANGELOG.md#v1242-2023-01-18) + * **Documentation**: Improved the visibility of the guidance for updating AWS WAF resources, such as web ACLs and rule groups. + # Release (2023-01-17) ## Module Highlights diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 7ae53193e51..76f58e6fb9f 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.0 (2023-01-18) + +* **Feature**: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager. + # v1.24.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index 410addce9a7..e2c77b978c5 100644 --- a/service/cloudwatch/go_module_metadata.go +++ b/service/cloudwatch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.0" +const goModuleVersion = "1.25.0" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 073c5d8fb82..2e8332e647c 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2023-01-18) + +* **Documentation**: Documentation updates for EFS access points limit increase + # v1.19.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 86e88b15c19..33e860968a4 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.0" +const goModuleVersion = "1.19.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 911a4f8e5f6..52ad1d2699e 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -16,7 +16,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.0 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.0 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.22.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.24.0 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.0 github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.0 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.0 @@ -34,7 +34,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ec2 v1.78.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.18.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.23.0 - github.com/aws/aws-sdk-go-v2/service/efs v1.19.0 + github.com/aws/aws-sdk-go-v2/service/efs v1.19.1 github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.0 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.0 @@ -84,7 +84,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.0 github.com/aws/aws-sdk-go-v2/service/waf v1.12.0 github.com/aws/aws-sdk-go-v2/service/wafregional v1.13.1 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.24.1 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.24.2 github.com/aws/aws-sdk-go-v2/service/workspaces v1.28.0 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 917596bf54d..2adca89a1a7 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2023-01-18) + +* No change notes available for this release. + # v1.16.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 4dd6e6e0b2b..b7e9647e28d 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index 684e8f903e2..a85fad73d89 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.2 (2023-01-18) + +* No change notes available for this release. + # v1.1.1 (2023-01-10) * No change notes available for this release. diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 52c5da36f6f..4bd7867e313 100644 --- a/service/ssmsap/go_module_metadata.go +++ b/service/ssmsap/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmsap // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.1" +const goModuleVersion = "1.1.2" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 1237c815b4a..c9c61f71a38 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.2 (2023-01-18) + +* **Documentation**: Improved the visibility of the guidance for updating AWS WAF resources, such as web ACLs and rule groups. + # v1.24.1 (2023-01-12) * No change notes available for this release. diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 5c77132e499..3c2f6aa1f9c 100644 --- a/service/wafv2/go_module_metadata.go +++ b/service/wafv2/go_module_metadata.go @@ -3,4 +3,4 @@ package wafv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.1" +const goModuleVersion = "1.24.2"