8000 Release 2025-09-22 · aws/aws-sdk-go-v2@f26b32c · GitHub
[go: up one dir, main page]

Skip to content

Commit f26b32c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-09-22
1 parent 820fa2e commit f26b32c

File tree

36 files changed

+92
-83
lines changed

36 files changed

+92
-83
lines changed

.changelog/41575353444b40ffbf474f4155544f00.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/769098c250554b56b7a3678b6800c8a2.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/81b2a6f212ac497ba1e0d60489a07939.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/ed9110f1a7b1417a81852173129cf796.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2025-09-22)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.57.8](service/batch/CHANGELOG.md#v1578-2025-09-22)
8+
* **Documentation**: Starting in JAN 2026, AWS Batch will change the default AMI for new Amazon ECS compute environments from Amazon Linux 2 to Amazon Linux 2023. We recommend migrating AWS Batch Amazon ECS compute environments to Amazon Linux 2023 to maintain optimal performance and security.
9+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.74.0](service/eks/CHANGELOG.md#v1740-2025-09-22)
10+
* **Feature**: Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups.
11+
* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.47.0](service/imagebuilder/CHANGELOG.md#v1470-2025-09-22)
12+
* **Feature**: Version ARNs are no longer required for the EC2 Image Builder list-image-build-version, list-component-build-version, and list-workflow-build-version APIs. Calling these APIs without the ARN returns all build versions for the given resource type in the requesting account.
13+
114
# Release (2025-09-19)
215

316
## Module Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.9 (2025-09-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.31.8 (2025-09-10)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

config/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.18.12
7+
github.com/aws/aws-sdk-go-v2/credentials v1.18.13
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.7
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.29.3
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.4
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.5
1212
github.com/aws/aws-sdk-go-v2/service/sts v1.38.4
1313
github.com/aws/smithy-go v1.23.0
1414
)

config/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.13 (2025-09-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.18.12 (2025-09-10)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

credentials/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.39.0
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.7
88
github.com/aws/aws-sdk-go-v2/service/sso v1.29.3
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.4
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.5
1010
github.com/aws/aws-sdk-go-v2/service/sts v1.38.4
1111
github.com/aws/smithy-go v1.23.0
1212
)

0 commit comments

Comments
 (0)
0