Skip to content

Commit abe82d6

Browse files
Merge branch 'release-1.45.25' into develop
* release-1.45.25: Bumping version to 1.45.25 Update changelog based on model updates
2 parents bb8fa8c + 456e0e8 commit abe82d6

6 files changed

Lines changed: 65 additions & 4 deletions

File tree

.changes/1.45.25.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``compute-optimizer``",
4+
"description": "Adds new Idle Recommendation Resource types in the AWS Compute Optimizer API",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cost-optimization-hub``",
9+
"description": "Adds new Idle Recommendation types in the Cost Optimization Hub API",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``deadline``",
14+
"description": "Added optional identityCenterRegion parameter to AssociateMember APIs to allow managing memberships for users and groups in other regions.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``devops-agent``",
19+
"description": "Add Asset APIs for managing versioned assets and asset files in AWS DevOps Agent agent spaces.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediapackagev2``",
24+
"description": "Adds support for DASH Audio Timeline Patternization. This enables your DASH manifests to templatize the repeating patterns that emerge in audio segment timelines. This compacts the total timeline length, utilizing the repeat notation, such that manifests don't grow indefinitely long.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``mgn``",
29+
"description": "AWS Transform discovery tool now supported as network migration input source. You can now use the AWS Transform Discovery tool as a source for network migration alongside modelizeIT, enabling hybrid network migrations for environments running both VMware and non-VMware workloads.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``observabilityadmin``",
34+
"description": "CloudWatch Observability Admin extends CentralizationRuleForOrganization APIs to support metrics, enabling centralization of metrics across accounts and Regions alongside logs.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``omics``",
39+
"description": "StartRunBatch API - Add EngineSettings",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``taxsettings``",
44+
"description": "Adds support for additional tax information fields for Philippines, Belgium, Chile, France, Poland, and Italy in the Tax Settings API.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.45.25
6+
=======
7+
8+
* api-change:``compute-optimizer``: Adds new Idle Recommendation Resource types in the AWS Compute Optimizer API
9+
* api-change:``cost-optimization-hub``: Adds new Idle Recommendation types in the Cost Optimization Hub API
10+
* api-change:``deadline``: Added optional identityCenterRegion parameter to AssociateMember APIs to allow managing memberships for users and groups in other regions.
11+
* api-change:``devops-agent``: Add Asset APIs for managing versioned assets and asset files in AWS DevOps Agent agent spaces.
12+
* api-change:``mediapackagev2``: Adds support for DASH Audio Timeline Patternization. This enables your DASH manifests to templatize the repeating patterns that emerge in audio segment timelines. This compacts the total timeline length, utilizing the repeat notation, such that manifests don't grow indefinitely long.
13+
* api-change:``mgn``: AWS Transform discovery tool now supported as network migration input source. You can now use the AWS Transform Discovery tool as a source for network migration alongside modelizeIT, enabling hybrid network migrations for environments running both VMware and non-VMware workloads.
14+
* api-change:``observabilityadmin``: CloudWatch Observability Admin extends CentralizationRuleForOrganization APIs to support metrics, enabling centralization of metrics across accounts and Regions alongside logs.
15+
* api-change:``omics``: StartRunBatch API - Add EngineSettings
16+
* api-change:``taxsettings``: Adds support for additional tax information fields for Philippines, Belgium, Chile, France, Poland, and Italy in the Tax Settings API.
17+
18+
519
1.45.24
620
=======
721

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.45.24'
21+
__version__ = '1.45.25'
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.45.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.45.24'
55+
release = '1.45.25'
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.43.24
6+
botocore==1.43.25
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.18.0,<0.19.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.43.24',
27+
'botocore==1.43.25',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.18.0,<0.19.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)