Skip to content

Commit 3b031a8

Browse files
Merge branch 'release-1.42.42' into develop
* release-1.42.42: Bumping version to 1.42.42 Update changelog based on model updates
2 parents 338ccad + 0e8b19c commit 3b031a8

File tree

7 files changed

+101
-9
lines changed

7 files changed

+101
-9
lines changed

.changes/1.42.42.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "Tagging support for AgentCore Gateway",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``chime-sdk-voice``",
14+
"description": "Added support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connectcases``",
19+
"description": "This release adds support for two new related item types: ConnectCase for linking Amazon Connect cases and Custom for user-defined related items with configurable fields.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``customer-profiles``",
24+
"description": "This release introduces ListProfileHistoryRecords and GetProfileHistoryRecord APIs for comprehensive profile history tracking with complete audit trails of creation, updates, merges, deletions, and data ingestion events.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``datasync``",
29+
"description": "Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``datazone``",
34+
"description": "This release adds support for creation of EMR on EKS Connections in Amazon DataZone.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``ds``",
39+
"description": "AWS Directory service now supports IPv6-native and dual-stack configurations for AWS Managed Microsoft AD, AD Connector, and Simple AD (dual-stack only). Additionally, AWS Managed Microsoft AD Standard Edition directories can be upgraded to Enterprise Edition directories through a single API call.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``ecs``",
44+
"description": "This release adds support for Managed Instances on Amazon ECS.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``fsx``",
49+
"description": "Add Dual-Stack support for Amazon FSx for NetApp ONTAP and Windows File Server",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``mediatailor``",
54+
"description": "Adding TPS Traffic Shaping to Prefetch Schedules",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``quicksight``",
59+
"description": "added warnings to a few CLI pages",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``rds``",
64+
"description": "Enhanced RDS error handling: Added DBProxyEndpointNotFoundFault, DBShardGroupNotFoundFault, KMSKeyNotAccessibleFault for snapshots/restores/backups, NetworkTypeNotSupported, StorageTypeNotSupportedFault for restores, and granular state validation faults. Changed DBInstanceNotReadyFault to HTTP 400.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``transfer``",
69+
"description": "Add support for updating server identity provider type",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``eks``",
74+
"description": "Add ``proxy-url`` to ``aws eks update-kubeconfig``.",
75+
"type": "enhancement"
76+
}
77+
]

.changes/next-release/enhancement-eks-5115.json

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

CHANGELOG.rst

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

5+
1.42.42
6+
=======
7+
8+
* api-change:``application-signals``: Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.
9+
* api-change:``bedrock-agentcore-control``: Tagging support for AgentCore Gateway
10+
* api-change:``chime-sdk-voice``: Added support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API.
11+
* api-change:``connectcases``: This release adds support for two new related item types: ConnectCase for linking Amazon Connect cases and Custom for user-defined related items with configurable fields.
12+
* api-change:``customer-profiles``: This release introduces ListProfileHistoryRecords and GetProfileHistoryRecord APIs for comprehensive profile history tracking with complete audit trails of creation, updates, merges, deletions, and data ingestion events.
13+
* api-change:``datasync``: Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.
14+
* api-change:``datazone``: This release adds support for creation of EMR on EKS Connections in Amazon DataZone.
15+
* api-change:``ds``: AWS Directory service now supports IPv6-native and dual-stack configurations for AWS Managed Microsoft AD, AD Connector, and Simple AD (dual-stack only). Additionally, AWS Managed Microsoft AD Standard Edition directories can be upgraded to Enterprise Edition directories through a single API call.
16+
* api-change:``ecs``: This release adds support for Managed Instances on Amazon ECS.
17+
* api-change:``fsx``: Add Dual-Stack support for Amazon FSx for NetApp ONTAP and Windows File Server
18+
* api-change:``mediatailor``: Adding TPS Traffic Shaping to Prefetch Schedules
19+
* api-change:``quicksight``: added warnings to a few CLI pages
20+
* api-change:``rds``: Enhanced RDS error handling: Added DBProxyEndpointNotFoundFault, DBShardGroupNotFoundFault, KMSKeyNotAccessibleFault for snapshots/restores/backups, NetworkTypeNotSupported, StorageTypeNotSupportedFault for restores, and granular state validation faults. Changed DBInstanceNotReadyFault to HTTP 400.
21+
* api-change:``transfer``: Add support for updating server identity provider type
22+
* enhancement:``eks``: Add ``proxy-url`` to ``aws eks update-kubeconfig``.
23+
24+
525
1.42.41
626
=======
727

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.42.41'
21+
__version__ = '1.42.42'
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.42.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.42.41'
55+
release = '1.42.42'
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.40.41
6+
botocore==1.40.42
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.14.0,<0.15.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.40.41',
27+
'botocore==1.40.42',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.14.0,<0.15.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)