Skip to content

Commit a1ee3be

Browse files
Merge branch 'release-1.25.30' into develop
* release-1.25.30: Bumping version to 1.25.30 Update changelog based on model updates
2 parents 2c3207d + eda0ed8 commit a1ee3be

File tree

6 files changed

+77
-4
lines changed

6 files changed

+77
-4
lines changed

.changes/1.25.30.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``athena``",
4+
"description": "This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codeartifact``",
9+
"description": "This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``config``",
14+
"description": "Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``fms``",
24+
"description": "Adds support for strict ordering in stateful rule groups in Network Firewall policies.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``glue``",
29+
"description": "This release adds an additional worker type for Glue Streaming jobs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``inspector2``",
34+
"description": "This release adds support for Inspector V2 scan configurations through the get and update configuration APIs. Currently this allows configuring ECR automated re-scan duration to lifetime or 180 days or 30 days.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``kendra``",
39+
"description": "This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``nimble``",
44+
"description": "Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``outposts``",
49+
"description": "This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``sagemaker``",
54+
"description": "This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning",
55+
"type": "api-change"
56+
}
57+
]

CHANGELOG.rst

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

5+
1.25.30
6+
=======
7+
8+
* api-change:``athena``: This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
9+
* api-change:``codeartifact``: This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.
10+
* api-change:``config``: Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types
11+
* api-change:``ec2``: This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
12+
* api-change:``fms``: Adds support for strict ordering in stateful rule groups in Network Firewall policies.
13+
* api-change:``glue``: This release adds an additional worker type for Glue Streaming jobs.
14+
* api-change:``inspector2``: This release adds support for Inspector V2 scan configurations through the get and update configuration APIs. Currently this allows configuring ECR automated re-scan duration to lifetime or 180 days or 30 days.
15+
* api-change:``kendra``: This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
16+
* api-change:``nimble``: Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
17+
* api-change:``outposts``: This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.
18+
* api-change:``sagemaker``: This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
19+
20+
521
1.25.29
622
=======
723

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.25.29'
20+
__version__ = '1.25.30'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.25.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.25.29'
55+
release = '1.25.30'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.27.29
6+
botocore==1.27.30
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.27.29',
27+
'botocore==1.27.30',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.6.0,<0.7.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)