Skip to content

Commit 305c68e

Browse files
Bump version to 2.35.21
1 parent 5c80f82 commit 305c68e

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.35.21.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": "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.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lambda``",
9+
"description": "Added TelemetryConfig support for Managed Instances Capacity Provider, enabling customers to configure system log level and custom log group for managed instance logging.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``license-manager``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``inspector2``",
19+
"description": "Support for 3 day and 7 day ECR re-scan durations",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``quicksight``",
24+
"description": "Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Release support for g4d, c6g, c7g, c8g instance types for SageMaker HyperPod",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``cloudwatch``",
34+
"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.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-cloudwatch-1573.json

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

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

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

.changes/next-release/api-change-inspector2-81714.json

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

.changes/next-release/api-change-lambda-7967.json

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

.changes/next-release/api-change-licensemanager-35265.json

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

.changes/next-release/api-change-quicksight-44987.json

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

.changes/next-release/api-change-sagemaker-66368.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.35.21
6+
=======
7+
8+
* 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.
9+
* 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.
10+
* 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.
11+
* api-change:``inspector2``: Support for 3 day and 7 day ECR re-scan durations
12+
* api-change:``quicksight``: Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs
13+
* api-change:``sagemaker``: Release support for g4d, c6g, c7g, c8g instance types for SageMaker HyperPod
14+
* 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.
15+
16+
517
2.35.20
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.35.20'
23+
__version__ = '2.35.21'
2424

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

0 commit comments

Comments
 (0)