diff --git a/.changes/2.17.48.json b/.changes/2.17.48.json new file mode 100644 index 000000000000..1eee38280c6d --- /dev/null +++ b/.changes/2.17.48.json @@ -0,0 +1,22 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.", + "type": "api-change" + }, + { + "category": "``cognito-identity``", + "description": "This release adds sensitive trait to some required shapes.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Documentation update for Security Hub", + "type": "api-change" + }, + { + "category": "``pipes``", + "description": "This release adds support for customer managed KMS keys in Amazon EventBridge Pipe", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkvoice-56438.json b/.changes/next-release/api-change-chimesdkvoice-56438.json deleted file mode 100644 index 38801e74a631..000000000000 --- a/.changes/next-release/api-change-chimesdkvoice-56438.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-voice``", - "description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs." -} diff --git a/.changes/next-release/api-change-cognitoidentity-47387.json b/.changes/next-release/api-change-cognitoidentity-47387.json deleted file mode 100644 index 4bce39ffa6e2..000000000000 --- a/.changes/next-release/api-change-cognitoidentity-47387.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-identity``", - "description": "This release adds sensitive trait to some required shapes." -} diff --git a/.changes/next-release/api-change-pipes-11477.json b/.changes/next-release/api-change-pipes-11477.json deleted file mode 100644 index 68c0a3c20f9a..000000000000 --- a/.changes/next-release/api-change-pipes-11477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pipes``", - "description": "This release adds support for customer managed KMS keys in Amazon EventBridge Pipe" -} diff --git a/.changes/next-release/api-change-securityhub-34948.json b/.changes/next-release/api-change-securityhub-34948.json deleted file mode 100644 index 7b688a190633..000000000000 --- a/.changes/next-release/api-change-securityhub-34948.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Documentation update for Security Hub" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0d27de9bf95..6efb07c8d0b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +2.17.48 +======= + +* api-change:``chime-sdk-voice``: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. +* api-change:``cognito-identity``: This release adds sensitive trait to some required shapes. +* api-change:``securityhub``: Documentation update for Security Hub +* api-change:``pipes``: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe + + 2.17.47 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index daaf24138ce7..ed2c0d8b5c9f 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.17.47' +__version__ = '2.17.48' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index 1dbefc58fa78..4fdaa0678f53 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.17.47. +# Generated by GNU Autoconf 2.71 for awscli 2.17.48. # # # 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.17.47' -PACKAGE_STRING='awscli 2.17.47' +PACKAGE_VERSION='2.17.48' +PACKAGE_STRING='awscli 2.17.48' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.17.47 +awscli configure 2.17.48 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.17.47, which was +It was created by awscli $as_me 2.17.48, 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.17.47, which was +This file was extended by awscli $as_me 2.17.48, 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.17.47 +awscli config.status 2.17.48 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 937990e2e504..86e80e975c67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.17.47]) +AC_INIT([awscli], [2.17.48]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index dd3469a699c4..0d2dce758434 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.17.47' +release = '2.17.48' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.