From 7ded9baca3799700046c92819a9e73e028ca6873 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Jun 2024 18:09:28 +0000 Subject: [PATCH] Bump version to 2.16.2 --- .changes/2.16.2.json | 22 +++++++++++++++++++ .../api-change-globalaccelerator-8072.json | 5 ----- .../next-release/api-change-glue-55095.json | 5 ----- .changes/next-release/api-change-s3-712.json | 5 ----- .../bugfix-emrcustomization-2712.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- configure | 14 ++++++------ configure.ac | 2 +- doc/source/conf.py | 2 +- 10 files changed, 41 insertions(+), 30 deletions(-) create mode 100644 .changes/2.16.2.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-8072.json delete mode 100644 .changes/next-release/api-change-glue-55095.json delete mode 100644 .changes/next-release/api-change-s3-712.json delete mode 100644 .changes/next-release/bugfix-emrcustomization-2712.json diff --git a/.changes/2.16.2.json b/.changes/2.16.2.json new file mode 100644 index 000000000000..6d04b0ac301a --- /dev/null +++ b/.changes/2.16.2.json @@ -0,0 +1,22 @@ +[ + { + "category": "``s3``", + "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now", + "type": "api-change" + }, + { + "category": "emr customization", + "description": "Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com.", + "type": "bugfix" + }, + { + "category": "``globalaccelerator``", + "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-globalaccelerator-8072.json b/.changes/next-release/api-change-globalaccelerator-8072.json deleted file mode 100644 index e417aee19663..000000000000 --- a/.changes/next-release/api-change-globalaccelerator-8072.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input." -} diff --git a/.changes/next-release/api-change-glue-55095.json b/.changes/next-release/api-change-glue-55095.json deleted file mode 100644 index 8ed6af82426f..000000000000 --- a/.changes/next-release/api-change-glue-55095.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now" -} diff --git a/.changes/next-release/api-change-s3-712.json b/.changes/next-release/api-change-s3-712.json deleted file mode 100644 index 0f4b5f4716bf..000000000000 --- a/.changes/next-release/api-change-s3-712.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality." -} diff --git a/.changes/next-release/bugfix-emrcustomization-2712.json b/.changes/next-release/bugfix-emrcustomization-2712.json deleted file mode 100644 index 8b5a6eb07314..000000000000 --- a/.changes/next-release/bugfix-emrcustomization-2712.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "emr customization", - "description": "Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84fe081ecc35..e1ed5c4db49f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +2.16.2 +====== + +* api-change:``s3``: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. +* api-change:``glue``: AWS Glue now supports native SaaS connectivity: Salesforce connector available now +* bugfix:emr customization: Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com. +* api-change:``globalaccelerator``: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. + + 2.16.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index b67b79ce9690..61f7008af16c 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.16.1' +__version__ = '2.16.2' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index d8ad0bc341f1..296ee298c76a 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.16.1. +# Generated by GNU Autoconf 2.71 for awscli 2.16.2. # # # 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.16.1' -PACKAGE_STRING='awscli 2.16.1' +PACKAGE_VERSION='2.16.2' +PACKAGE_STRING='awscli 2.16.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.16.1 +awscli configure 2.16.2 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.16.1, which was +It was created by awscli $as_me 2.16.2, 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.16.1, which was +This file was extended by awscli $as_me 2.16.2, 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.16.1 +awscli config.status 2.16.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4f9343ef6869..10f22a66f6d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.16.1]) +AC_INIT([awscli], [2.16.2]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5cb94963daa6..8bf37db8437b 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.16.1' +release = '2.16.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.