Skip to content

Commit b20ea4e

Browse files
Commit version number update changes
1 parent c153083 commit b20ea4e

File tree

16 files changed

+37
-29
lines changed

16 files changed

+37
-29
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.96.0 (2025-09-22 18:22 UTC)
2+
* Batch (4.0.2.11)
3+
* 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.
4+
* EKS (4.0.6.0)
5+
* Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups.
6+
* Imagebuilder (4.0.2.0)
7+
* 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.
8+
* S3 (4.0.7.3)
9+
* Fixed a bug where PutObject was failing when sending zero-byte InputStream with DisablePayloadSigning set to true.
10+
111
### 4.0.95.0 (2025-09-19 18:45 UTC)
212
* BedrockAgentCoreControl (4.0.2.0)
313
* Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.96.0 (2025-09-22 18:22 UTC)
2+
* Batch (4.0.2.11)
3+
* 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.
4+
* EKS (4.0.6.0)
5+
* Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups.
6+
* Imagebuilder (4.0.2.0)
7+
* 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.
8+
* S3 (4.0.7.3)
9+
* Fixed a bug where PutObject was failing when sending zero-byte InputStream with DisablePayloadSigning set to true.
10+
111
### 4.0.95.0 (2025-09-19 18:45 UTC)
212
* BedrockAgentCoreControl (4.0.2.0)
313
* Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names.

generator/.DevConfigs/e1581368-00fb-4a1a-b674-d98b961314f3.json

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

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.95.0",
4+
"ProductVersion" : "4.0.96.0",
55
"CoreVersion" : "4.0.0.28",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "4.0.7.2",
311+
"Version" : "4.0.7.3",
312312
"AssemblyVersionOverride" : "4.0",
313313
"Dependencies" : {
314314
"Core" : "4.0.0.28"
@@ -684,7 +684,7 @@
684684
"InPreview" : false
685685
},
686686
"Batch" : {
687-
"Version" : "4.0.2.10",
687+
"Version" : "4.0.2.11",
688688
"AssemblyVersionOverride" : "4.0",
689689
"Dependencies" : {
690690
"Core" : "4.0.0.28"
@@ -1084,7 +1084,7 @@
10841084
"InPreview" : false
10851085
},
10861086
"EKS" : {
1087-
"Version" : "4.0.5.2",
1087+
"Version" : "4.0.6.0",
10881088
"AssemblyVersionOverride" : "4.0",
10891089
"Dependencies" : {
10901090
"Core" : "4.0.0.28"
@@ -1564,7 +1564,7 @@
15641564
"InPreview" : false
15651565
},
15661566
"Imagebuilder" : {
1567-
"Version" : "4.0.1.2",
1567+
"Version" : "4.0.2.0",
15681568
"AssemblyVersionOverride" : "4.0",
15691569
"Dependencies" : {
15701570
"Core" : "4.0.0.28"

sdk/code-analysis/ServiceAnalysis/Batch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.2.10")]
32+
[assembly: AssemblyFileVersion("4.0.2.11")]

sdk/code-analysis/ServiceAnalysis/EKS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.5.2")]
32+
[assembly: AssemblyFileVersion("4.0.6.0")]

sdk/code-analysis/ServiceAnalysis/Imagebuilder/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.2")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.7.2")]
32+
[assembly: AssemblyFileVersion("4.0.7.3")]

sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.Batch
3333
public partial class AmazonBatchConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Batch", "4.0.2.10");
36+
InternalSDKUtils.BuildUserAgentString("Batch", "4.0.2.11");
3737

3838
private static readonly AmazonBatchEndpointResolver EndpointResolver =
3939
new AmazonBatchEndpointResolver();

sdk/src/Services/Batch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.2.10")]
45+
[assembly: AssemblyFileVersion("4.0.2.11")]

0 commit comments

Comments
 (0)