Skip to content

Commit 523b578

Browse files
Bump version to 2.31.30
1 parent 80de66f commit 523b578

13 files changed

+59
-45
lines changed

.changes/2.31.30.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``fsx``",
9+
"description": "Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``cloudfront``",
14+
"description": "This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``s3``",
19+
"description": "Launch IPv6 dual-stack support for S3 Express",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``groundstation``",
24+
"description": "Introduce CreateDataflowEndpointGroupV2 action",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``datazone``",
34+
"description": "Added support for Project Resource Tags",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-cloudfront-85140.json

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

.changes/next-release/api-change-datazone-80171.json

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

.changes/next-release/api-change-ec2-40378.json

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

.changes/next-release/api-change-fsx-89274.json

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

.changes/next-release/api-change-groundstation-29885.json

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

.changes/next-release/api-change-s3-82266.json

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

.changes/next-release/api-change-sagemaker-45735.json

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

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.31.30
6+
=======
7+
8+
* api-change:``ec2``: This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.
9+
* api-change:``fsx``: Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.
10+
* api-change:``cloudfront``: This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts
11+
* api-change:``s3``: Launch IPv6 dual-stack support for S3 Express
12+
* api-change:``groundstation``: Introduce CreateDataflowEndpointGroupV2 action
13+
* api-change:``sagemaker``: Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .
14+
* api-change:``datazone``: Added support for Project Resource Tags
15+
16+
517
2.31.29
618
=======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.31.29'
23+
__version__ = '2.31.30'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)