Skip to content

Commit 75ab304

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-05-31
1 parent 3e8a5ac commit 75ab304

14 files changed

+34
-38
lines changed

.changelog/1d5b802fa7324634a9fd73d60386bb5a.json

-8
This file was deleted.

.changelog/34ab2ec0286743a794652eb7f45a03e8.json

-8
This file was deleted.

.changelog/482dd1983c2c4751a909cf038b01cd7f.json

-8
This file was deleted.

.changelog/b8ac093bcd40487186b6717e2d848eab.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-05-31)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.37.1](service/codebuild/CHANGELOG.md#v1371-2024-05-31)
5+
* **Documentation**: AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
6+
* `github.com/aws/aws-sdk-go-v2/service/codegurusecurity`: [v1.8.0](service/codegurusecurity/CHANGELOG.md#v180-2024-05-31)
7+
* **Feature**: This release includes minor model updates and documentation updates.
8+
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.38.6](service/elasticache/CHANGELOG.md#v1386-2024-05-31)
9+
* **Documentation**: Update to attributes of TestFailover and minor revisions.
10+
* `github.com/aws/aws-sdk-go-v2/service/launchwizard`: [v1.4.0](service/launchwizard/CHANGELOG.md#v140-2024-05-31)
11+
* **Feature**: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.
12+
113
# Release (2024-05-30)
214

315
## Module Highlights

service/codebuild/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.1 (2024-05-31)
2+
3+
* **Documentation**: AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
4+
15
# v1.37.0 (2024-05-29)
26

37
* **Feature**: AWS CodeBuild now supports manually creating GitHub webhooks

service/codebuild/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/codegurusecurity/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2024-05-31)
2+
3+
* **Feature**: This release includes minor model updates and documentation updates.
4+
15
# v1.7.8 (2024-05-23)
26

37
* No change notes available for this release.

service/codegurusecurity/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/elasticache/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.6 (2024-05-31)
2+
3+
* **Documentation**: Update to attributes of TestFailover and minor revisions.
4+
15
# v1.38.5 (2024-05-23)
26

37
* No change notes available for this release.

service/elasticache/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.8
1919
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.40.0
2020
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.4
21-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.37.0
21+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.37.1
2222
github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.8
2323
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.8
2424
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.27.4
@@ -36,7 +36,7 @@ require (
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.3
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.11
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.28.8
39-
github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.5
39+
github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.6
4040
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.8
4141
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.8
4242
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.31.1

service/launchwizard/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.0 (2024-05-31)
2+
3+
* **Feature**: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.
4+
15
# v1.3.8 (2024-05-23)
26

37
* No change notes available for this release.

service/launchwizard/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)