From 21894b8ce83df9de8ee9fbacc1722d611c505cba Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 4 Oct 2023 16:51:17 +0000 Subject: [PATCH] Bump version to 2.13.24 --- .changes/2.13.24.json | 32 +++++++++++++++++++ .../next-release/apichange-connect-53229.json | 5 --- .../apichange-location-91867.json | 5 --- .../apichange-mediaconvert-67386.json | 5 --- .../next-release/apichange-oam-95200.json | 5 --- .../apichange-sagemaker-98723.json | 5 --- .../apichange-wellarchitected-7083.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- configure | 14 ++++---- configure.ac | 2 +- doc/source/conf.py | 2 +- 12 files changed, 53 insertions(+), 40 deletions(-) create mode 100644 .changes/2.13.24.json delete mode 100644 .changes/next-release/apichange-connect-53229.json delete mode 100644 .changes/next-release/apichange-location-91867.json delete mode 100644 .changes/next-release/apichange-mediaconvert-67386.json delete mode 100644 .changes/next-release/apichange-oam-95200.json delete mode 100644 .changes/next-release/apichange-sagemaker-98723.json delete mode 100644 .changes/next-release/apichange-wellarchitected-7083.json diff --git a/.changes/2.13.24.json b/.changes/2.13.24.json new file mode 100644 index 000000000000..1aca83e25354 --- /dev/null +++ b/.changes/2.13.24.json @@ -0,0 +1,32 @@ +[ + { + "category": "``oam``", + "description": "This release adds support for sharing AWS::ApplicationInsights::Application resources.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.", + "type": "api-change" + }, + { + "category": "``wellarchitected``", + "description": "AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release adds the ability to replace video frames without modifying the audio essence.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/apichange-connect-53229.json b/.changes/next-release/apichange-connect-53229.json deleted file mode 100644 index a51d27727db4..000000000000 --- a/.changes/next-release/apichange-connect-53229.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``connect``", - "description": "GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-location-91867.json b/.changes/next-release/apichange-location-91867.json deleted file mode 100644 index 6fb400a3e0a1..000000000000 --- a/.changes/next-release/apichange-location-91867.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``location``", - "description": "Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-mediaconvert-67386.json b/.changes/next-release/apichange-mediaconvert-67386.json deleted file mode 100644 index 5402c5fe6a74..000000000000 --- a/.changes/next-release/apichange-mediaconvert-67386.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediaconvert``", - "description": "This release adds the ability to replace video frames without modifying the audio essence.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-oam-95200.json b/.changes/next-release/apichange-oam-95200.json deleted file mode 100644 index 3e6f7a6a6f32..000000000000 --- a/.changes/next-release/apichange-oam-95200.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``oam``", - "description": "This release adds support for sharing AWS::ApplicationInsights::Application resources.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-sagemaker-98723.json b/.changes/next-release/apichange-sagemaker-98723.json deleted file mode 100644 index 38ba2b67f401..000000000000 --- a/.changes/next-release/apichange-sagemaker-98723.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sagemaker``", - "description": "This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-wellarchitected-7083.json b/.changes/next-release/apichange-wellarchitected-7083.json deleted file mode 100644 index 532ea82af3c2..000000000000 --- a/.changes/next-release/apichange-wellarchitected-7083.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``wellarchitected``", - "description": "AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.", - "type": "api-change" -} \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 28a94e2b7210..fdcbf9c83dff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +2.13.24 +======= + +* api-change:``oam``: This release adds support for sharing AWS::ApplicationInsights::Application resources. +* api-change:``location``: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response. +* api-change:``sagemaker``: This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps. +* api-change:``wellarchitected``: AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices. +* api-change:``mediaconvert``: This release adds the ability to replace video frames without modifying the audio essence. +* api-change:``connect``: GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range. + + 2.13.23 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index a2834ba48d11..cc5c3b7e9408 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.13.23' +__version__ = '2.13.24' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index cf4f381d608c..58212e0c0086 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for awscli 2.13.23. +# Generated by GNU Autoconf 2.71 for awscli 2.13.24. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -607,8 +607,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='awscli' PACKAGE_TARNAME='awscli' -PACKAGE_VERSION='2.13.23' -PACKAGE_STRING='awscli 2.13.23' +PACKAGE_VERSION='2.13.24' +PACKAGE_STRING='awscli 2.13.24' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.13.23 +awscli configure 2.13.24 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1292,7 +1292,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by awscli $as_me 2.13.23, which was +It was created by awscli $as_me 2.13.24, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2630,7 +2630,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by awscli $as_me 2.13.23, which was +This file was extended by awscli $as_me 2.13.24, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2685,7 +2685,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -awscli config.status 2.13.23 +awscli config.status 2.13.24 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 6179fb8c33f2..d0bdabbcf9f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.13.23]) +AC_INIT([awscli], [2.13.24]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 23a25999169c..335053739ce6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -71,7 +71,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.13.23' +release = '2.13.24' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.