Skip to content

Commit

Permalink
Release 2024-05-31
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 31, 2024
1 parent 3e8a5ac commit 75ab304
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .changelog/1d5b802fa7324634a9fd73d60386bb5a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/34ab2ec0286743a794652eb7f45a03e8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/482dd1983c2c4751a909cf038b01cd7f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b8ac093bcd40487186b6717e2d848eab.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions service/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/codegurusecurity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/codegurusecurity/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/elasticache/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions service/launchwizard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/launchwizard/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75ab304

Please sign in to comment.