Skip to content

Commit 4bffa22

Browse files
Merge branch 'release-1.45.46'
* release-1.45.46: Bumping version to 1.45.46 Update changelog based on model updates
2 parents 66d93cd + 8693642 commit 4bffa22

6 files changed

Lines changed: 53 additions & 4 deletions

File tree

.changes/1.45.46.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``cloudwatch``",
4+
"description": "CloudWatch now assigns a unique identifier to each anomaly detector. PutAnomalyDetector and DescribeAnomalyDetectors return this AnomalyDetectorId, which you can use to describe or delete a specific anomaly detector directly.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "New Amazon EC2 instances. M9g, M9gd, C9g, and C9gd on AWS Graviton5. C8in, M8in, and R8in add 600 Gbps network. C8ib, M8ib, and R8ib add 300 Gbps EBS. C8ine, M8ine, M8idn, R8idn, M8idb, and R8idb round out Intel Xeon 6. Mac-m3ultra with Apple M3 Ultra. G7 with NVIDIA RTX PRO 4500 Blackwell GPUs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``inspector2``",
14+
"description": "Support for 3 day and 7 day ECR re-scan durations",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lambda``",
19+
"description": "Added TelemetryConfig support for Managed Instances Capacity Provider, enabling customers to configure system log level and custom log group for managed instance logging.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``license-manager``",
24+
"description": "Added the ResetUsage field to the CreateLicenseVersion API. When set to true, the entitlement usage counts for the license are reset to 0. If it is false or not specified, entitlement usage is left unchanged.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``quicksight``",
29+
"description": "Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "Release support for g4d, c6g, c7g, c8g instance types for SageMaker HyperPod",
35+
"type": "api-change"
36+
}
37+
]

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+
1.45.46
6+
=======
7+
8+
* api-change:``cloudwatch``: CloudWatch now assigns a unique identifier to each anomaly detector. PutAnomalyDetector and DescribeAnomalyDetectors return this AnomalyDetectorId, which you can use to describe or delete a specific anomaly detector directly.
9+
* api-change:``ec2``: New Amazon EC2 instances. M9g, M9gd, C9g, and C9gd on AWS Graviton5. C8in, M8in, and R8in add 600 Gbps network. C8ib, M8ib, and R8ib add 300 Gbps EBS. C8ine, M8ine, M8idn, R8idn, M8idb, and R8idb round out Intel Xeon 6. Mac-m3ultra with Apple M3 Ultra. G7 with NVIDIA RTX PRO 4500 Blackwell GPUs.
10+
* api-change:``inspector2``: Support for 3 day and 7 day ECR re-scan durations
11+
* api-change:``lambda``: Added TelemetryConfig support for Managed Instances Capacity Provider, enabling customers to configure system log level and custom log group for managed instance logging.
12+
* api-change:``license-manager``: Added the ResetUsage field to the CreateLicenseVersion API. When set to true, the entitlement usage counts for the license are reset to 0. If it is false or not specified, entitlement usage is left unchanged.
13+
* api-change:``quicksight``: Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs
14+
* api-change:``sagemaker``: Release support for g4d, c6g, c7g, c8g instance types for SageMaker HyperPod
15+
16+
517
1.45.45
618
=======
719

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.45'
21+
__version__ = '1.45.46'
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.45'
55+
release = '1.45.46'
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.45
6+
botocore==1.43.46
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.19.0,<0.20.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.45',
27+
'botocore==1.43.46',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.19.0,<0.20.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)