diff --git a/.changes/2.17.59.json b/.changes/2.17.59.json new file mode 100644 index 000000000000..849ac86514c3 --- /dev/null +++ b/.changes/2.17.59.json @@ -0,0 +1,17 @@ +[ + { + "category": "``cloudtrail``", + "description": "Doc-only update for CloudTrail network activity events release (in preview)", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "Doc-only update to address Lustre S3 hard-coded names.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Updates to documentation for the transit gateway security group referencing feature.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-94475.json b/.changes/next-release/api-change-cloudtrail-94475.json deleted file mode 100644 index 8858f12e138d..000000000000 --- a/.changes/next-release/api-change-cloudtrail-94475.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "Doc-only update for CloudTrail network activity events release (in preview)" -} diff --git a/.changes/next-release/api-change-ec2-44908.json b/.changes/next-release/api-change-ec2-44908.json deleted file mode 100644 index 05c988a5863d..000000000000 --- a/.changes/next-release/api-change-ec2-44908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Updates to documentation for the transit gateway security group referencing feature." -} diff --git a/.changes/next-release/api-change-fsx-55627.json b/.changes/next-release/api-change-fsx-55627.json deleted file mode 100644 index 8b5854791ff0..000000000000 --- a/.changes/next-release/api-change-fsx-55627.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "Doc-only update to address Lustre S3 hard-coded names." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4709cd06bfa1..81a458f3c9fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +2.17.59 +======= + +* api-change:``cloudtrail``: Doc-only update for CloudTrail network activity events release (in preview) +* api-change:``fsx``: Doc-only update to address Lustre S3 hard-coded names. +* api-change:``ec2``: Updates to documentation for the transit gateway security group referencing feature. + + 2.17.58 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index d2c69e9dc708..891cf109be19 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.17.58' +__version__ = '2.17.59' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index 1e8a488090ba..eff6f091cf51 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.58. +# Generated by GNU Autoconf 2.71 for awscli 2.17.59. # # # 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.58' -PACKAGE_STRING='awscli 2.17.58' +PACKAGE_VERSION='2.17.59' +PACKAGE_STRING='awscli 2.17.59' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.17.58 +awscli configure 2.17.59 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.58, which was +It was created by awscli $as_me 2.17.59, 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.58, which was +This file was extended by awscli $as_me 2.17.59, 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.58 +awscli config.status 2.17.59 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d2f9bccbb5ac..0ceab33eb2a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.17.58]) +AC_INIT([awscli], [2.17.59]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 64d44ded7b19..f85824c0ae36 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.58' +release = '2.17.59' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.