Skip to content

Commit 97bce89

Browse files
Commit version number update changes
1 parent 2f323f4 commit 97bce89

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.85.0 (2025-09-05 18:25 UTC)
2+
* ECS (4.0.4.8)
3+
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
4+
* PCS (4.0.7.2)
5+
* Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
6+
* SageMaker (4.0.24.0)
7+
* Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.
8+
19
### 4.0.84.0 (2025-09-04 18:22 UTC)
210
* CleanRooms (4.0.6.0)
311
* Add support for configurable compute sizes for PySpark jobs.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.85.0 (2025-09-05 18:25 UTC)
2+
* ECS (4.0.4.8)
3+
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
4+
* PCS (4.0.7.2)
5+
* Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
6+
* SageMaker (4.0.24.0)
7+
* Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.
8+
19
### 4.0.84.0 (2025-09-04 18:22 UTC)
210
* CleanRooms (4.0.6.0)
311
* Add support for configurable compute sizes for PySpark jobs.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.84.0",
4+
"ProductVersion" : "4.0.85.0",
55
"CoreVersion" : "4.0.0.26",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -162,7 +162,7 @@
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "4.0.4.7",
165+
"Version" : "4.0.4.8",
166166
"AssemblyVersionOverride" : "4.0",
167167
"Dependencies" : {
168168
"Core" : "4.0.0.26"
@@ -916,7 +916,7 @@
916916
"InPreview" : false
917917
},
918918
"SageMaker" : {
919-
"Version" : "4.0.23.1",
919+
"Version" : "4.0.24.0",
920920
"AssemblyVersionOverride" : "4.0",
921921
"Dependencies" : {
922922
"Core" : "4.0.0.26"
@@ -3036,7 +3036,7 @@
30363036
"InPreview" : false
30373037
},
30383038
"PCS" : {
3039-
"Version" : "4.0.7.1",
3039+
"Version" : "4.0.7.2",
30403040
"AssemblyVersionOverride" : "4.0",
30413041
"Dependencies" : {
30423042
"Core" : "4.0.0.26"

sdk/code-analysis/ServiceAnalysis/ECS/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.4.7")]
32+
[assembly: AssemblyFileVersion("4.0.4.8")]

sdk/code-analysis/ServiceAnalysis/PCS/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.1")]
32+
[assembly: AssemblyFileVersion("4.0.7.2")]

sdk/code-analysis/ServiceAnalysis/SageMaker/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.23.1")]
32+
[assembly: AssemblyFileVersion("4.0.24.0")]

sdk/src/Services/ECS/Generated/AmazonECSConfig.cs

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

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

sdk/src/Services/ECS/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.4.7")]
45+
[assembly: AssemblyFileVersion("4.0.4.8")]

sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs

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

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

sdk/src/Services/PCS/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.7.1")]
45+
[assembly: AssemblyFileVersion("4.0.7.2")]

0 commit comments

Comments
 (0)