Skip to content

Commit 581813a

Browse files
Merge branch 'release-1.38.22' into develop
* release-1.38.22: Bumping version to 1.38.22 Update changelog based on model updates
2 parents be65b09 + 74edc0a commit 581813a

File tree

6 files changed

+71
-4
lines changed

6 files changed

+71
-4
lines changed

.changes/1.38.22.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``batch``",
4+
"description": "This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bcm-pricing-calculator``",
9+
"description": "Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agent-runtime``",
14+
"description": "bedrock flow now support node action trace.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudformation``",
19+
"description": "Adding support for the new parameter \"ScanFilters\" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datazone``",
24+
"description": "This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``eks``",
29+
"description": "Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``gamelift``",
34+
"description": "Amazon GameLift Servers add support for additional instance types.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iam``",
39+
"description": "Update IAM dual-stack endpoints for BJS, IAD and PDT partitions",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sagemaker``",
44+
"description": "add: recovery mode for SageMaker Studio apps",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sso-oidc``",
49+
"description": "This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

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

5+
1.38.22
6+
=======
7+
8+
* api-change:``batch``: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
9+
* api-change:``bcm-pricing-calculator``: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
10+
* api-change:``bedrock-agent-runtime``: bedrock flow now support node action trace.
11+
* api-change:``cloudformation``: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.
12+
* api-change:``datazone``: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
13+
* api-change:``eks``: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.
14+
* api-change:``gamelift``: Amazon GameLift Servers add support for additional instance types.
15+
* api-change:``iam``: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions
16+
* api-change:``sagemaker``: add: recovery mode for SageMaker Studio apps
17+
* api-change:``sso-oidc``: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
18+
19+
520
1.38.21
621
=======
722

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.38.21'
21+
__version__ = '1.38.22'
2222

2323
#
2424
# 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.38.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.38.21'
55+
release = '1.38.22'
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.37.21
6+
botocore==1.37.22
77
docutils>=0.10,<0.17
88
s3transfer>=0.11.0,<0.12.0
99
PyYAML>=3.10,<6.1

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.37.21',
27+
'botocore==1.37.22',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.11.0,<0.12.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)