From bf3709f9838141c5eae99621bbec9114f6a1ed19 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 1 Aug 2024 18:13:55 +0000 Subject: [PATCH] Bump version to 2.17.21 --- .changes/2.17.21.json | 47 +++++++++++++++++++ .../api-change-bedrock-83980.json | 5 -- .../api-change-controlcatalog-39637.json | 5 -- .../api-change-controltower-71367.json | 5 -- .../next-release/api-change-iam-41453.json | 5 -- .../api-change-memorydb-44666.json | 5 -- .../next-release/api-change-rds-14218.json | 5 -- .../api-change-sagemaker-17491.json | 5 -- .../api-change-ssmquicksetup-15290.json | 5 -- .../api-change-support-66115.json | 5 -- CHANGELOG.rst | 14 ++++++ awscli/__init__.py | 2 +- configure | 14 +++--- configure.ac | 2 +- doc/source/conf.py | 2 +- 15 files changed, 71 insertions(+), 55 deletions(-) create mode 100644 .changes/2.17.21.json delete mode 100644 .changes/next-release/api-change-bedrock-83980.json delete mode 100644 .changes/next-release/api-change-controlcatalog-39637.json delete mode 100644 .changes/next-release/api-change-controltower-71367.json delete mode 100644 .changes/next-release/api-change-iam-41453.json delete mode 100644 .changes/next-release/api-change-memorydb-44666.json delete mode 100644 .changes/next-release/api-change-rds-14218.json delete mode 100644 .changes/next-release/api-change-sagemaker-17491.json delete mode 100644 .changes/next-release/api-change-ssmquicksetup-15290.json delete mode 100644 .changes/next-release/api-change-support-66115.json diff --git a/.changes/2.17.21.json b/.changes/2.17.21.json new file mode 100644 index 000000000000..c7bfbc8a8135 --- /dev/null +++ b/.changes/2.17.21.json @@ -0,0 +1,47 @@ +[ + { + "category": "``controlcatalog``", + "description": "AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "Doc only update for changes to deletion API.", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs", + "type": "api-change" + }, + { + "category": "``support``", + "description": "Doc only updates to CaseDetails", + "type": "api-change" + }, + { + "category": "``bedrock``", + "description": "API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.", + "type": "api-change" + }, + { + "category": "``ssm-quicksetup``", + "description": "This release adds API support for the QuickSetup feature of AWS Systems Manager", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-83980.json b/.changes/next-release/api-change-bedrock-83980.json deleted file mode 100644 index 39297b113e21..000000000000 --- a/.changes/next-release/api-change-bedrock-83980.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another." -} diff --git a/.changes/next-release/api-change-controlcatalog-39637.json b/.changes/next-release/api-change-controlcatalog-39637.json deleted file mode 100644 index 55a773fb4a14..000000000000 --- a/.changes/next-release/api-change-controlcatalog-39637.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controlcatalog``", - "description": "AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls." -} diff --git a/.changes/next-release/api-change-controltower-71367.json b/.changes/next-release/api-change-controltower-71367.json deleted file mode 100644 index e65469a3e14e..000000000000 --- a/.changes/next-release/api-change-controltower-71367.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs" -} diff --git a/.changes/next-release/api-change-iam-41453.json b/.changes/next-release/api-change-iam-41453.json deleted file mode 100644 index 460f16a87db4..000000000000 --- a/.changes/next-release/api-change-iam-41453.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-memorydb-44666.json b/.changes/next-release/api-change-memorydb-44666.json deleted file mode 100644 index 01d42b337e8e..000000000000 --- a/.changes/next-release/api-change-memorydb-44666.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "Doc only update for changes to deletion API." -} diff --git a/.changes/next-release/api-change-rds-14218.json b/.changes/next-release/api-change-rds-14218.json deleted file mode 100644 index e82c2181d17f..000000000000 --- a/.changes/next-release/api-change-rds-14218.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified." -} diff --git a/.changes/next-release/api-change-sagemaker-17491.json b/.changes/next-release/api-change-sagemaker-17491.json deleted file mode 100644 index 2f2b7d0ca191..000000000000 --- a/.changes/next-release/api-change-sagemaker-17491.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs." -} diff --git a/.changes/next-release/api-change-ssmquicksetup-15290.json b/.changes/next-release/api-change-ssmquicksetup-15290.json deleted file mode 100644 index b6c7e9e38929..000000000000 --- a/.changes/next-release/api-change-ssmquicksetup-15290.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-quicksetup``", - "description": "This release adds API support for the QuickSetup feature of AWS Systems Manager" -} diff --git a/.changes/next-release/api-change-support-66115.json b/.changes/next-release/api-change-support-66115.json deleted file mode 100644 index becf3952939c..000000000000 --- a/.changes/next-release/api-change-support-66115.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``support``", - "description": "Doc only updates to CaseDetails" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f864e664b729..ff106f5a998d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +2.17.21 +======= + +* api-change:``controlcatalog``: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls. +* api-change:``sagemaker``: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs. +* api-change:``memorydb``: Doc only update for changes to deletion API. +* api-change:``controltower``: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs +* api-change:``support``: Doc only updates to CaseDetails +* api-change:``bedrock``: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another. +* api-change:``iam``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``rds``: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified. +* api-change:``ssm-quicksetup``: This release adds API support for the QuickSetup feature of AWS Systems Manager + + 2.17.20 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 8d11dedf6019..df9c22431987 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.17.20' +__version__ = '2.17.21' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index 51178188abd4..c9185e8c0230 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.20. +# Generated by GNU Autoconf 2.71 for awscli 2.17.21. # # # 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.20' -PACKAGE_STRING='awscli 2.17.20' +PACKAGE_VERSION='2.17.21' +PACKAGE_STRING='awscli 2.17.21' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.17.20 +awscli configure 2.17.21 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.20, which was +It was created by awscli $as_me 2.17.21, 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.20, which was +This file was extended by awscli $as_me 2.17.21, 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.20 +awscli config.status 2.17.21 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 611103806393..e102dd81fdc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.17.20]) +AC_INIT([awscli], [2.17.21]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 56b2320d5957..6bcc40f6db4f 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.20' +release = '2.17.21' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.