From 72300510dccb28b8f3952df34c1c6284517754f0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation <github-aws-sdk-python-automation@amazon.com> Date: Fri, 26 Jan 2024 17:36:32 +0000 Subject: [PATCH] Bump version to 2.15.15 --- .changes/2.15.15.json | 37 +++++++++++++++++++ .../next-release/apichange-acmpca-41635.json | 5 --- .../next-release/apichange-ec2-68071.json | 5 --- .../next-release/apichange-ecs-65084.json | 5 --- .../apichange-lightsail-81317.json | 5 --- .../apichange-outposts-79081.json | 5 --- .../next-release/apichange-rds-23447.json | 5 --- .../apichange-storagegateway-78897.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- configure | 14 +++---- configure.ac | 2 +- doc/source/conf.py | 2 +- 13 files changed, 59 insertions(+), 45 deletions(-) create mode 100644 .changes/2.15.15.json delete mode 100644 .changes/next-release/apichange-acmpca-41635.json delete mode 100644 .changes/next-release/apichange-ec2-68071.json delete mode 100644 .changes/next-release/apichange-ecs-65084.json delete mode 100644 .changes/next-release/apichange-lightsail-81317.json delete mode 100644 .changes/next-release/apichange-outposts-79081.json delete mode 100644 .changes/next-release/apichange-rds-23447.json delete mode 100644 .changes/next-release/apichange-storagegateway-78897.json diff --git a/.changes/2.15.15.json b/.changes/2.15.15.json new file mode 100644 index 000000000000..1d86b9187aa3 --- /dev/null +++ b/.changes/2.15.15.json @@ -0,0 +1,37 @@ +[ + { + "category": "``rds``", + "description": "This release adds support for Aurora Limitless Database.", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "Add DeprecationDate and SoftwareVersion to response of ListGateways.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.", + "type": "api-change" + }, + { + "category": "``acm-pca``", + "description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.", + "type": "api-change" + }, + { + "category": "``lightsail``", + "description": "This release adds support for IPv6-only instance plans.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "DeviceSerialNumber parameter is now optional in StartConnection API", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "Documentation updates for Amazon ECS.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/apichange-acmpca-41635.json b/.changes/next-release/apichange-acmpca-41635.json deleted file mode 100644 index e47e0e7fd4b3..000000000000 --- a/.changes/next-release/apichange-acmpca-41635.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``acm-pca``", - "description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-ec2-68071.json b/.changes/next-release/apichange-ec2-68071.json deleted file mode 100644 index 02a8dbb678f2..000000000000 --- a/.changes/next-release/apichange-ec2-68071.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-ecs-65084.json b/.changes/next-release/apichange-ecs-65084.json deleted file mode 100644 index 173c893815d4..000000000000 --- a/.changes/next-release/apichange-ecs-65084.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ecs``", - "description": "Documentation updates for Amazon ECS.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-lightsail-81317.json b/.changes/next-release/apichange-lightsail-81317.json deleted file mode 100644 index 85df2c1a604e..000000000000 --- a/.changes/next-release/apichange-lightsail-81317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lightsail``", - "description": "This release adds support for IPv6-only instance plans.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-outposts-79081.json b/.changes/next-release/apichange-outposts-79081.json deleted file mode 100644 index edd704441862..000000000000 --- a/.changes/next-release/apichange-outposts-79081.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``outposts``", - "description": "DeviceSerialNumber parameter is now optional in StartConnection API", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-rds-23447.json b/.changes/next-release/apichange-rds-23447.json deleted file mode 100644 index 010489411c6d..000000000000 --- a/.changes/next-release/apichange-rds-23447.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``rds``", - "description": "This release adds support for Aurora Limitless Database.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-storagegateway-78897.json b/.changes/next-release/apichange-storagegateway-78897.json deleted file mode 100644 index ffd086231886..000000000000 --- a/.changes/next-release/apichange-storagegateway-78897.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``storagegateway``", - "description": "Add DeprecationDate and SoftwareVersion to response of ListGateways.", - "type": "api-change" -} \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3613c0816c9..291da6dc2446 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +2.15.15 +======= + +* api-change:``rds``: This release adds support for Aurora Limitless Database. +* api-change:``storagegateway``: Add DeprecationDate and SoftwareVersion to response of ListGateways. +* api-change:``ec2``: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. +* api-change:``acm-pca``: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. +* api-change:``lightsail``: This release adds support for IPv6-only instance plans. +* api-change:``outposts``: DeviceSerialNumber parameter is now optional in StartConnection API +* api-change:``ecs``: Documentation updates for Amazon ECS. + + 2.15.14 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index d764543dd6c5..e36914c2e95f 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.15.14' +__version__ = '2.15.15' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index 938f34123378..5f196bdeaa32 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.15.14. +# Generated by GNU Autoconf 2.71 for awscli 2.15.15. # # # 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.15.14' -PACKAGE_STRING='awscli 2.15.14' +PACKAGE_VERSION='2.15.15' +PACKAGE_STRING='awscli 2.15.15' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.15.14 +awscli configure 2.15.15 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.15.14, which was +It was created by awscli $as_me 2.15.15, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2668,7 +2668,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.15.14, which was +This file was extended by awscli $as_me 2.15.15, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2723,7 +2723,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.15.14 +awscli config.status 2.15.15 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 1f0ca2f781a4..a167a1ef7499 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.15.14]) +AC_INIT([awscli], [2.15.15]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1dc978f78e82..28a2772aa2d5 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.15.14' +release = '2.15.15' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.