From 75ab304c25eba31c17317ed8a831f067d6504654 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 31 May 2024 18:39:36 +0000 Subject: [PATCH] Release 2024-05-31 --- .changelog/1d5b802fa7324634a9fd73d60386bb5a.json | 8 -------- .changelog/34ab2ec0286743a794652eb7f45a03e8.json | 8 -------- .changelog/482dd1983c2c4751a909cf038b01cd7f.json | 8 -------- .changelog/b8ac093bcd40487186b6717e2d848eab.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/codebuild/CHANGELOG.md | 4 ++++ service/codebuild/go_module_metadata.go | 2 +- service/codegurusecurity/CHANGELOG.md | 4 ++++ service/codegurusecurity/go_module_metadata.go | 2 +- service/elasticache/CHANGELOG.md | 4 ++++ service/elasticache/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/launchwizard/CHANGELOG.md | 4 ++++ service/launchwizard/go_module_metadata.go | 2 +- 14 files changed, 34 insertions(+), 38 deletions(-) delete mode 100644 .changelog/1d5b802fa7324634a9fd73d60386bb5a.json delete mode 100644 .changelog/34ab2ec0286743a794652eb7f45a03e8.json delete mode 100644 .changelog/482dd1983c2c4751a909cf038b01cd7f.json delete mode 100644 .changelog/b8ac093bcd40487186b6717e2d848eab.json diff --git a/.changelog/1d5b802fa7324634a9fd73d60386bb5a.json b/.changelog/1d5b802fa7324634a9fd73d60386bb5a.json deleted file mode 100644 index e790b15c307..00000000000 --- a/.changelog/1d5b802fa7324634a9fd73d60386bb5a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1d5b802f-a732-4634-a9fd-73d60386bb5a", - "type": "feature", - "description": "This release includes minor model updates and documentation updates.", - "modules": [ - "service/codegurusecurity" - ] -} \ No newline at end of file diff --git a/.changelog/34ab2ec0286743a794652eb7f45a03e8.json b/.changelog/34ab2ec0286743a794652eb7f45a03e8.json deleted file mode 100644 index 06a65dc7dc7..00000000000 --- a/.changelog/34ab2ec0286743a794652eb7f45a03e8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "34ab2ec0-2867-43a7-9465-2eb7f45a03e8", - "type": "documentation", - "description": "AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/.changelog/482dd1983c2c4751a909cf038b01cd7f.json b/.changelog/482dd1983c2c4751a909cf038b01cd7f.json deleted file mode 100644 index 2345cc55b75..00000000000 --- a/.changelog/482dd1983c2c4751a909cf038b01cd7f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "482dd198-3c2c-4751-a909-cf038b01cd7f", - "type": "feature", - "description": "This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.", - "modules": [ - "service/launchwizard" - ] -} \ No newline at end of file diff --git a/.changelog/b8ac093bcd40487186b6717e2d848eab.json b/.changelog/b8ac093bcd40487186b6717e2d848eab.json deleted file mode 100644 index a15e4ea0c4a..00000000000 --- a/.changelog/b8ac093bcd40487186b6717e2d848eab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b8ac093b-cd40-4871-86b6-717e2d848eab", - "type": "documentation", - "description": "Update to attributes of TestFailover and minor revisions.", - "modules": [ - "service/elasticache" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a72770e47e..edb2b88f713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-05-31) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.37.1](service/codebuild/CHANGELOG.md#v1371-2024-05-31) + * **Documentation**: AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise +* `github.com/aws/aws-sdk-go-v2/service/codegurusecurity`: [v1.8.0](service/codegurusecurity/CHANGELOG.md#v180-2024-05-31) + * **Feature**: This release includes minor model updates and documentation updates. +* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.38.6](service/elasticache/CHANGELOG.md#v1386-2024-05-31) + * **Documentation**: Update to attributes of TestFailover and minor revisions. +* `github.com/aws/aws-sdk-go-v2/service/launchwizard`: [v1.4.0](service/launchwizard/CHANGELOG.md#v140-2024-05-31) + * **Feature**: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. + # Release (2024-05-30) ## Module Highlights diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 6368a5b3865..61f33f18fc8 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.1 (2024-05-31) + +* **Documentation**: AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise + # v1.37.0 (2024-05-29) * **Feature**: AWS CodeBuild now supports manually creating GitHub webhooks diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 8176e2bc77c..f1946352657 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.0" +const goModuleVersion = "1.37.1" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index 734b215a59d..0e12d10f846 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.0 (2024-05-31) + +* **Feature**: This release includes minor model updates and documentation updates. + # v1.7.8 (2024-05-23) * No change notes available for this release. diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index f392f7e1489..78f76674c97 100644 --- a/service/codegurusecurity/go_module_metadata.go +++ b/service/codegurusecurity/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurusecurity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.8" +const goModuleVersion = "1.8.0" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 23df733d493..df0a77b93f5 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.6 (2024-05-31) + +* **Documentation**: Update to attributes of TestFailover and minor revisions. + # v1.38.5 (2024-05-23) * No change notes available for this release. diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index dd2ae62eecb..1f9dd9399e5 100644 --- a/service/elasticache/go_module_metadata.go +++ b/service/elasticache/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticache // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.5" +const goModuleVersion = "1.38.6" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 4532f5eef90..4f67690e43e 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -18,7 +18,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.8 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.40.0 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.4 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.37.0 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.37.1 github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.8 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.8 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.27.4 @@ -36,7 +36,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ecr v1.28.3 github.com/aws/aws-sdk-go-v2/service/ecs v1.41.11 github.com/aws/aws-sdk-go-v2/service/efs v1.28.8 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.5 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.6 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.8 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.8 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.31.1 diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index 1fb5f7a78fb..84ac9fa011f 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.0 (2024-05-31) + +* **Feature**: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. + # v1.3.8 (2024-05-23) * No change notes available for this release. diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index 17005de77b6..92e3f8a0151 100644 --- a/service/launchwizard/go_module_metadata.go +++ b/service/launchwizard/go_module_metadata.go @@ -3,4 +3,4 @@ package launchwizard // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.8" +const goModuleVersion = "1.4.0"