Skip to content

Commit eb46f48

Browse files
committedFeb 28, 2025
Bump version to 2.24.15
1 parent 4b4195f commit eb46f48

15 files changed

+71
-55
lines changed
 

‎.changes/2.24.15.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``pricing``",
4+
"description": "Update GetProducts and DescribeServices API request input validations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-data-automation``",
9+
"description": "Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dms``",
14+
"description": "Add skipped status to the Result Statistics of an Assessment Run",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ssm``",
19+
"description": "Systems Manager doc-only updates for Feb. 2025.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``bedrock-data-automation-runtime``",
24+
"description": "Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``eks``",
29+
"description": "Adding licenses to EKS Anywhere Subscription operations response.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "dependency",
34+
"description": "Revert PyInstaller from 6.11.1 back to 5.13.2 due to `#9331 <https://github.com/aws/aws-cli/issues/9331>`__.",
35+
"type": "bugfix"
36+
},
37+
{
38+
"category": "``bedrock-agent``",
39+
"description": "This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``mediaconvert``",
44+
"description": "The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.",
45+
"type": "api-change"
46+
}
47+
]

‎.changes/next-release/api-change-bedrockagent-98331.json

-5
This file was deleted.

‎.changes/next-release/api-change-bedrockdataautomation-752.json

-5
This file was deleted.

‎.changes/next-release/api-change-bedrockdataautomationruntime-76471.json

-5
This file was deleted.

‎.changes/next-release/api-change-dms-3578.json

-5
This file was deleted.

‎.changes/next-release/api-change-eks-28717.json

-5
This file was deleted.

‎.changes/next-release/api-change-mediaconvert-96585.json

-5
This file was deleted.

‎.changes/next-release/api-change-pricing-11982.json

-5
This file was deleted.

‎.changes/next-release/api-change-ssm-6477.json

-5
This file was deleted.

‎.changes/next-release/bugfix-dependency-32268.json

-5
This file was deleted.

‎CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
2.24.15
6+
=======
7+
8+
* api-change:``pricing``: Update GetProducts and DescribeServices API request input validations.
9+
* api-change:``bedrock-data-automation``: Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
10+
* api-change:``dms``: Add skipped status to the Result Statistics of an Assessment Run
11+
* api-change:``ssm``: Systems Manager doc-only updates for Feb. 2025.
12+
* api-change:``bedrock-data-automation-runtime``: Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
13+
* api-change:``eks``: Adding licenses to EKS Anywhere Subscription operations response.
14+
* bugfix:dependency: Revert PyInstaller from 6.11.1 back to 5.13.2 due to `#9331 <https://github.com/aws/aws-cli/issues/9331>`__.
15+
* api-change:``bedrock-agent``: This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
16+
* api-change:``mediaconvert``: The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
17+
18+
519
2.24.14
620
=======
721

‎awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib.abc
2020
import sys
2121

22-
__version__ = '2.24.14'
22+
__version__ = '2.24.15'
2323

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

‎configure

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for awscli 2.24.14.
3+
# Generated by GNU Autoconf 2.71 for awscli 2.24.15.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='awscli'
609609
PACKAGE_TARNAME='awscli'
610-
PACKAGE_VERSION='2.24.14'
611-
PACKAGE_STRING='awscli 2.24.14'
610+
PACKAGE_VERSION='2.24.15'
611+
PACKAGE_STRING='awscli 2.24.15'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1255,7 +1255,7 @@ _ACEOF
12551255
fi
12561256
if $ac_init_version; then
12571257
cat <<\_ACEOF
1258-
awscli configure 2.24.14
1258+
awscli configure 2.24.15
12591259
generated by GNU Autoconf 2.71
12601260
12611261
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1292,7 +1292,7 @@ cat >config.log <<_ACEOF
12921292
This file contains any messages produced by compilers while
12931293
running configure, to aid debugging if configure makes a mistake.
12941294
1295-
It was created by awscli $as_me 2.24.14, which was
1295+
It was created by awscli $as_me 2.24.15, which was
12961296
generated by GNU Autoconf 2.71. Invocation command line was
12971297
12981298
$ $0$ac_configure_args_raw
@@ -2668,7 +2668,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26682668
# report actual input values of CONFIG_FILES etc. instead of their
26692669
# values after options handling.
26702670
ac_log="
2671-
This file was extended by awscli $as_me 2.24.14, which was
2671+
This file was extended by awscli $as_me 2.24.15, which was
26722672
generated by GNU Autoconf 2.71. Invocation command line was
26732673
26742674
CONFIG_FILES = $CONFIG_FILES
@@ -2723,7 +2723,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
27232723
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27242724
ac_cs_config='$ac_cs_config_escaped'
27252725
ac_cs_version="\\
2726-
awscli config.status 2.24.14
2726+
awscli config.status 2.24.15
27272727
configured by $0, generated by GNU Autoconf 2.71,
27282728
with options \\"\$ac_cs_config\\"
27292729

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_CONFIG_MACRO_DIRS([m4])
2-
AC_INIT([awscli], [2.24.14])
2+
AC_INIT([awscli], [2.24.15])
33
AC_CONFIG_SRCDIR([bin/aws])
44
AM_PATH_PYTHON([3.8])
55

‎doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '2.0'
7373
# The full version, including alpha/beta/rc tags.
74-
release = '2.24.14'
74+
release = '2.24.15'
7575

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

0 commit comments

Comments
 (0)
Failed to load comments.