Skip to content

Commit dad5804

Browse files
Bumping version to 1.41.10
1 parent 22bf1e9 commit dad5804

12 files changed

+48
-35
lines changed

.changes/1.41.10.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``cloudfront``",
4+
"description": "Add dualstack endpoint support",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``deadline``",
9+
"description": "Add support for VPC resource endpoints in Service Managed Fleets",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "This release adds support for C8gn, F2 and P6e-GB200 Instance types",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sagemaker``",
19+
"description": "This release adds 1/ Support for S3FileSystem in CustomFileSystems 2/ The ability for a customer to select their preferred IpAddressType for use with private Workforces 3/ Support for p4de instance type in SageMaker Training Plans",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``timestream-influxdb``",
24+
"description": "Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "cloudfront",
29+
"description": "This release adds automatic pagination to the list-origin-access-controls command. To disable this behavior, please use the --no-paginate flag.",
30+
"type": "enhancement"
31+
}
32+
]

.changes/next-release/api-change-cloudfront-39004.json

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

.changes/next-release/api-change-deadline-7202.json

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

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

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

.changes/next-release/api-change-sagemaker-63240.json

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

.changes/next-release/api-change-timestreaminfluxdb-9547.json

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

.changes/next-release/enhancement-cloudfront-40925.json

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

CHANGELOG.rst

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

5+
1.41.10
6+
=======
7+
8+
* api-change:``cloudfront``: Add dualstack endpoint support
9+
* api-change:``deadline``: Add support for VPC resource endpoints in Service Managed Fleets
10+
* api-change:``ec2``: This release adds support for C8gn, F2 and P6e-GB200 Instance types
11+
* api-change:``sagemaker``: This release adds 1/ Support for S3FileSystem in CustomFileSystems 2/ The ability for a customer to select their preferred IpAddressType for use with private Workforces 3/ Support for p4de instance type in SageMaker Training Plans
12+
* api-change:``timestream-influxdb``: Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs.
13+
* enhancement:cloudfront: This release adds automatic pagination to the list-origin-access-controls command. To disable this behavior, please use the --no-paginate flag.
14+
15+
516
1.41.9
617
======
718

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.41.9'
21+
__version__ = '1.41.10'
2222

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

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.41'
53+
version = '1.41.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.41.9'
55+
release = '1.41.10'
5656

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

0 commit comments

Comments
 (0)