Skip to content

Commit 2baa4c8

Browse files
Merge branch 'release-1.44.69' into develop
* release-1.44.69: Bumping version to 1.44.69 Update changelog based on model updates Merge customizations for DevOps Agent
2 parents 42dfac5 + 672ebbd commit 2baa4c8

8 files changed

Lines changed: 99 additions & 9 deletions

File tree

.changes/1.44.69.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "Add support for URL Redirection",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore``",
14+
"description": "Adds Ground Truth support for AgentCore Evaluations (Evaluate)",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``deadline``",
19+
"description": "AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``devops-agent``",
24+
"description": "AWS DevOps Agent General Availability.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ecs``",
29+
"description": "Adding Local Storage support for ECS Managed Instances by introducing a new field \"localStorageConfiguration\" for CreateCapacityProvider and UpdateCapacityProvider APIs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``endpoint-rules``",
34+
"description": "Update endpoint-rules command to latest version",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``gamelift``",
39+
"description": "Update CreateScript API documentation.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``lakeformation``",
44+
"description": "Add setSourceIdentity to DataLakeSettings Parameters",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``logs``",
49+
"description": "Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``opensearch``",
54+
"description": "Added Cluster Insights API's In OpenSearch Service SDK.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``partnercentral-account``",
59+
"description": "KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``sagemaker``",
64+
"description": "Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``s3``",
69+
"description": "Added support for opting out of Amazon S3 Express session authentication via the new ``AWS_S3_DISABLE_EXPRESS_SESSION_AUTH`` environment variable, or the ``s3_disable_express_session_auth`` shared configuration setting.",
70+
"type": "enhancement"
71+
}
72+
]

.changes/next-release/enhancement-s3-17094.json

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

CHANGELOG.rst

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

5+
1.44.69
6+
=======
7+
8+
* api-change:``appstream``: Add support for URL Redirection
9+
* api-change:``autoscaling``: Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.
10+
* api-change:``bedrock-agentcore``: Adds Ground Truth support for AgentCore Evaluations (Evaluate)
11+
* api-change:``deadline``: AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.
12+
* api-change:``devops-agent``: AWS DevOps Agent General Availability.
13+
* api-change:``ecs``: Adding Local Storage support for ECS Managed Instances by introducing a new field "localStorageConfiguration" for CreateCapacityProvider and UpdateCapacityProvider APIs.
14+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
15+
* api-change:``gamelift``: Update CreateScript API documentation.
16+
* api-change:``lakeformation``: Add setSourceIdentity to DataLakeSettings Parameters
17+
* api-change:``logs``: Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support.
18+
* api-change:``opensearch``: Added Cluster Insights API's In OpenSearch Service SDK.
19+
* api-change:``partnercentral-account``: KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.
20+
* api-change:``sagemaker``: Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization.
21+
* enhancement:``s3``: Added support for opting out of Amazon S3 Express session authentication via the new ``AWS_S3_DISABLE_EXPRESS_SESSION_AUTH`` environment variable, or the ``s3_disable_express_session_auth`` shared configuration setting.
22+
23+
524
1.44.68
625
=======
726

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.44.68'
21+
__version__ = '1.44.69'
2222

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

awscli/customizations/removals.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ def register_removals(event_handler):
7575
)
7676
cmd_remover.remove(on_event='building-command-table.polly',
7777
remove_commands=['start-speech-synthesis-stream'])
78+
cmd_remover.remove(
79+
on_event='building-command-table.devops-agent',
80+
remove_commands=['send-message'],
81+
)
7882

7983

8084
class CommandRemover(object):

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.44.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.44.68'
55+
release = '1.44.69'
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.42.78
6+
botocore==1.42.79
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.16.0,<0.17.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.42.78',
27+
'botocore==1.42.79',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.16.0,<0.17.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)