Skip to content

Commit dfdbafd

Browse files
Merge branch 'release-1.45.20'
* release-1.45.20: Bumping version to 1.45.20 Update changelog based on model updates Bump actions/stale from 10.2.0 to 10.3.0 (#10364)
2 parents 0379c76 + b579de4 commit dfdbafd

7 files changed

Lines changed: 80 additions & 7 deletions

File tree

.changes/1.45.20.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Amazon EC2 now supports self-service cancellation of future-dated Capacity Reservations. A cancellation charge applies based on remaining commitment. Customers can generate a cancellation quote to review charges before confirming.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``elasticache``",
9+
"description": "Amazon ElastiCache for Valkey now supports durability. This new capability is enabled through a Multi-AZ transactional log, enabling fast recovery and restart during failures.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``endpoint-rules``",
14+
"description": "Update endpoint-rules command to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``geo-routes``",
19+
"description": "Added Transit and Intermodal travel modes to CalculateRoutes. Plan routes using public transit (bus, subway, train, ferry) or combine transit with driving, taxi, and rental car segments in a single multi-modal route.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "Amazon GuardDuty Runtime Monitoring now supports 3 new SensitiveFileModified finding types (Persistence, PrivilegeEscalation, DefenseEvasion) that detect when security-sensitive system files are modified on EC2 instances or containers, indicating potential compromise through file tampering.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``iot``",
29+
"description": "Fleet indexing documentation update",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``keyspacesstreams``",
34+
"description": "Added iterator description to the GetRecords API response for Amazon Keyspaces Change Data Capture (CDC) streams, enabling consumers to track their current position within the stream.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``lambda``",
39+
"description": "Adds configuration for tag propagation to Lambda-managed resources.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sagemaker``",
44+
"description": "Amazon SageMaker Job is a new service to help you manage various workloads related to model fine tuning, evaluation etc. Two job categories are supported today, AgentRFT for multi-turn agentic reinforcement fine tuning, and AgentRFTEvaluation for evaluating base model or trained model from AgentRFT.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sagemakerjobruntime``",
49+
"description": "Amazon SageMaker Job Runtime is a new service for managing trajectory data during multi-turn customization jobs. It provides APIs to send inference requests to models during job execution, mark rollouts as complete, and submit reward values for training trajectories.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``transcribe``",
54+
"description": "Release new Language locales including am-ET, es-MX, fa-AF, ht-HT, jv-ID, km-KH, my-MM, sq-AL, ne-NP. The commit shows past locales that have already been release which include cy-gb, ga-ie, gd-gb.",
55+
"type": "api-change"
56+
}
57+
]

.github/workflows/stale_community_prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
pull-requests: write
1111
steps:
12-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
12+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
1313
with:
1414
debug-only: true
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -31,7 +31,7 @@ jobs:
3131
permissions:
3232
pull-requests: write
3333
steps:
34-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
34+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
3535
with:
3636
debug-only: true
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
labels-to-add-when-unstale: responded
5050
exempt-pr-labels: responded,maintainers # Forces PRs to be skipped if these are not removed by maintainers.
5151
close-pr-label: DONTUSE
52-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
52+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
5353
with:
5454
debug-only: true
5555
repo-token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.rst

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

5+
1.45.20
6+
=======
7+
8+
* api-change:``ec2``: Amazon EC2 now supports self-service cancellation of future-dated Capacity Reservations. A cancellation charge applies based on remaining commitment. Customers can generate a cancellation quote to review charges before confirming.
9+
* api-change:``elasticache``: Amazon ElastiCache for Valkey now supports durability. This new capability is enabled through a Multi-AZ transactional log, enabling fast recovery and restart during failures.
10+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
11+
* api-change:``geo-routes``: Added Transit and Intermodal travel modes to CalculateRoutes. Plan routes using public transit (bus, subway, train, ferry) or combine transit with driving, taxi, and rental car segments in a single multi-modal route.
12+
* api-change:``guardduty``: Amazon GuardDuty Runtime Monitoring now supports 3 new SensitiveFileModified finding types (Persistence, PrivilegeEscalation, DefenseEvasion) that detect when security-sensitive system files are modified on EC2 instances or containers, indicating potential compromise through file tampering.
13+
* api-change:``iot``: Fleet indexing documentation update
14+
* api-change:``keyspacesstreams``: Added iterator description to the GetRecords API response for Amazon Keyspaces Change Data Capture (CDC) streams, enabling consumers to track their current position within the stream.
15+
* api-change:``lambda``: Adds configuration for tag propagation to Lambda-managed resources.
16+
* api-change:``sagemaker``: Amazon SageMaker Job is a new service to help you manage various workloads related to model fine tuning, evaluation etc. Two job categories are supported today, AgentRFT for multi-turn agentic reinforcement fine tuning, and AgentRFTEvaluation for evaluating base model or trained model from AgentRFT.
17+
* api-change:``sagemakerjobruntime``: Amazon SageMaker Job Runtime is a new service for managing trajectory data during multi-turn customization jobs. It provides APIs to send inference requests to models during job execution, mark rollouts as complete, and submit reward values for training trajectories.
18+
* api-change:``transcribe``: Release new Language locales including am-ET, es-MX, fa-AF, ht-HT, jv-ID, km-KH, my-MM, sq-AL, ne-NP. The commit shows past locales that have already been release which include cy-gb, ga-ie, gd-gb.
19+
20+
521
1.45.19
622
=======
723

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.19'
21+
__version__ = '1.45.20'
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.19'
55+
release = '1.45.20'
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.19
6+
botocore==1.43.20
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.18.0,<0.19.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.19',
27+
'botocore==1.43.20',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.18.0,<0.19.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)