From 1cb8dd2caf4baddc414ca73b38492d52f1f1fc91 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 13 Aug 2024 18:04:32 +0000 Subject: [PATCH] Bump version to 2.17.29 --- .changes/2.17.29.json | 27 +++++++++++++++++++ .../api-change-amplify-76271.json | 5 ---- .../api-change-appstream-67251.json | 5 ---- .../next-release/api-change-fis-57159.json | 5 ---- .../next-release/api-change-glue-37169.json | 5 ---- .../api-change-neptunegraph-67557.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- configure | 14 +++++----- configure.ac | 2 +- doc/source/conf.py | 2 +- 11 files changed, 47 insertions(+), 35 deletions(-) create mode 100644 .changes/2.17.29.json delete mode 100644 .changes/next-release/api-change-amplify-76271.json delete mode 100644 .changes/next-release/api-change-appstream-67251.json delete mode 100644 .changes/next-release/api-change-fis-57159.json delete mode 100644 .changes/next-release/api-change-glue-37169.json delete mode 100644 .changes/next-release/api-change-neptunegraph-67557.json diff --git a/.changes/2.17.29.json b/.changes/2.17.29.json new file mode 100644 index 000000000000..d2c2ecb48b20 --- /dev/null +++ b/.changes/2.17.29.json @@ -0,0 +1,27 @@ +[ + { + "category": "``glue``", + "description": "Add AttributesToGet parameter support for Glue GetTables", + "type": "api-change" + }, + { + "category": "``fis``", + "description": "This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.", + "type": "api-change" + }, + { + "category": "``amplify``", + "description": "Add a new field \"cacheConfig\" that enables users to configure the CDN cache settings for an App", + "type": "api-change" + }, + { + "category": "``neptune-graph``", + "description": "Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter.", + "type": "api-change" + }, + { + "category": "``appstream``", + "description": "This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-76271.json b/.changes/next-release/api-change-amplify-76271.json deleted file mode 100644 index 90fd7e3e0f35..000000000000 --- a/.changes/next-release/api-change-amplify-76271.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "Add a new field \"cacheConfig\" that enables users to configure the CDN cache settings for an App" -} diff --git a/.changes/next-release/api-change-appstream-67251.json b/.changes/next-release/api-change-appstream-67251.json deleted file mode 100644 index c69bc0828640..000000000000 --- a/.changes/next-release/api-change-appstream-67251.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appstream``", - "description": "This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically." -} diff --git a/.changes/next-release/api-change-fis-57159.json b/.changes/next-release/api-change-fis-57159.json deleted file mode 100644 index 87dc4a777df3..000000000000 --- a/.changes/next-release/api-change-fis-57159.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fis``", - "description": "This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses." -} diff --git a/.changes/next-release/api-change-glue-37169.json b/.changes/next-release/api-change-glue-37169.json deleted file mode 100644 index 049c59e05475..000000000000 --- a/.changes/next-release/api-change-glue-37169.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Add AttributesToGet parameter support for Glue GetTables" -} diff --git a/.changes/next-release/api-change-neptunegraph-67557.json b/.changes/next-release/api-change-neptunegraph-67557.json deleted file mode 100644 index e16fa8affee6..000000000000 --- a/.changes/next-release/api-change-neptunegraph-67557.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune-graph``", - "description": "Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c91d4b84dd4..937230a27931 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +2.17.29 +======= + +* api-change:``glue``: Add AttributesToGet parameter support for Glue GetTables +* api-change:``fis``: This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses. +* api-change:``amplify``: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App +* api-change:``neptune-graph``: Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter. +* api-change:``appstream``: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically. + + 2.17.28 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index af92885dd5d2..d3453858c0f5 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.17.28' +__version__ = '2.17.29' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index bd75464e3e62..e0f65a68c933 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.28. +# Generated by GNU Autoconf 2.71 for awscli 2.17.29. # # # 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.28' -PACKAGE_STRING='awscli 2.17.28' +PACKAGE_VERSION='2.17.29' +PACKAGE_STRING='awscli 2.17.29' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.17.28 +awscli configure 2.17.29 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.28, which was +It was created by awscli $as_me 2.17.29, 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.28, which was +This file was extended by awscli $as_me 2.17.29, 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.28 +awscli config.status 2.17.29 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ee3e5ce41ef5..cd0f8c593136 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.17.28]) +AC_INIT([awscli], [2.17.29]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 14001f052351..55e2fc6629ac 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.28' +release = '2.17.29' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.