Skip to content

Commit

Permalink
Release 2024-12-23
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 23, 2024
1 parent 11ce965 commit 37d3ebb
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 40 deletions.
8 changes: 0 additions & 8 deletions .changelog/9e37a23d516042b0a52c51ef07be0f52.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e7bada8873a84995990f5a2f0dbb348b.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-12-23)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.36.9](service/ecr/CHANGELOG.md#v1369-2024-12-23)
* **Documentation**: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
* `github.com/aws/aws-sdk-go-v2/service/ecrpublic`: [v1.28.0](service/ecrpublic/CHANGELOG.md#v1280-2024-12-23)
* **Feature**: Add support for Dualstack endpoints
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.56.0](service/eks/CHANGELOG.md#v1560-2024-12-23)
* **Feature**: This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.105.0](service/glue/CHANGELOG.md#v11050-2024-12-23)
* **Feature**: Add IncludeRoot parameters to GetCatalogs API to return root catalog.

# Release (2024-12-20)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/ecr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.9 (2024-12-23)

* **Documentation**: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.

# v1.36.8 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ecr/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/ecrpublic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2024-12-23)

* **Feature**: Add support for Dualstack endpoints

# v1.27.8 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ecrpublic/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/eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.56.0 (2024-12-23)

* **Feature**: This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates

# v1.55.0 (2024-12-20)

* **Feature**: This release expands the catalog of upgrade insight checks
Expand Down
2 changes: 1 addition & 1 deletion service/eks/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/glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.105.0 (2024-12-23)

* **Feature**: Add IncludeRoot parameters to GetCatalogs API to return root catalog.

# v1.104.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/glue/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 @@ -30,7 +30,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.8
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.9
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.1
github.com/aws/aws-sdk-go-v2/service/efs v1.34.2
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.2
Expand All @@ -43,7 +43,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.35.3
github.com/aws/aws-sdk-go-v2/service/gamelift v1.37.3
github.com/aws/aws-sdk-go-v2/service/glacier v1.26.8
github.com/aws/aws-sdk-go-v2/service/glue v1.104.1
github.com/aws/aws-sdk-go-v2/service/glue v1.105.0
github.com/aws/aws-sdk-go-v2/service/health v1.29.2
github.com/aws/aws-sdk-go-v2/service/iam v1.38.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.25.8
Expand Down
4 changes: 4 additions & 0 deletions service/macie2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.1 (2024-12-23)

* No change notes available for this release.

# v1.44.0 (2024-12-20)

* **Feature**: This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
Expand Down
2 changes: 1 addition & 1 deletion service/macie2/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/mediaconvert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.64.1 (2024-12-23)

* No change notes available for this release.

# v1.64.0 (2024-12-19)

* **Feature**: This release adds support for inserting timecode tracks into MP4 container outputs.
Expand Down
2 changes: 1 addition & 1 deletion service/mediaconvert/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 37d3ebb

Please sign in to comment.