From a1a13eb394c82e576d5da33e90de06143f44ac71 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Oct 2024 18:07:05 +0000 Subject: [PATCH] Bump version to 2.17.65 --- .changes/2.17.65.json | 37 +++++++++++++++++++ .../api-change-codepipeline-50156.json | 5 --- .../next-release/api-change-connect-1634.json | 5 --- .../next-release/api-change-ec2-75525.json | 5 --- .../next-release/api-change-iot-41522.json | 5 --- ...api-change-marketplacereporting-12842.json | 5 --- .../api-change-mediapackagev2-76168.json | 5 --- .../api-change-quicksight-11660.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- configure | 14 +++---- configure.ac | 2 +- doc/source/conf.py | 2 +- 13 files changed, 59 insertions(+), 45 deletions(-) create mode 100644 .changes/2.17.65.json delete mode 100644 .changes/next-release/api-change-codepipeline-50156.json delete mode 100644 .changes/next-release/api-change-connect-1634.json delete mode 100644 .changes/next-release/api-change-ec2-75525.json delete mode 100644 .changes/next-release/api-change-iot-41522.json delete mode 100644 .changes/next-release/api-change-marketplacereporting-12842.json delete mode 100644 .changes/next-release/api-change-mediapackagev2-76168.json delete mode 100644 .changes/next-release/api-change-quicksight-11660.json diff --git a/.changes/2.17.65.json b/.changes/2.17.65.json new file mode 100644 index 000000000000..ca393d460eb8 --- /dev/null +++ b/.changes/2.17.65.json @@ -0,0 +1,37 @@ +[ + { + "category": "``mediapackagev2``", + "description": "Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "QuickSight: Add support for exporting and importing folders in AssetBundle APIs", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Public GetMetricDataV2 Grouping increase from 3 to 4", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release includes a new API for modifying instance cpu-options after launch.", + "type": "api-change" + }, + { + "category": "``codepipeline``", + "description": "AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.", + "type": "api-change" + }, + { + "category": "``marketplace-reporting``", + "description": "The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codepipeline-50156.json b/.changes/next-release/api-change-codepipeline-50156.json deleted file mode 100644 index 0d3529345be5..000000000000 --- a/.changes/next-release/api-change-codepipeline-50156.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution." -} diff --git a/.changes/next-release/api-change-connect-1634.json b/.changes/next-release/api-change-connect-1634.json deleted file mode 100644 index 61c56ad89cf5..000000000000 --- a/.changes/next-release/api-change-connect-1634.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Public GetMetricDataV2 Grouping increase from 3 to 4" -} diff --git a/.changes/next-release/api-change-ec2-75525.json b/.changes/next-release/api-change-ec2-75525.json deleted file mode 100644 index 420745721700..000000000000 --- a/.changes/next-release/api-change-ec2-75525.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release includes a new API for modifying instance cpu-options after launch." -} diff --git a/.changes/next-release/api-change-iot-41522.json b/.changes/next-release/api-change-iot-41522.json deleted file mode 100644 index 396726afe329..000000000000 --- a/.changes/next-release/api-change-iot-41522.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations." -} diff --git a/.changes/next-release/api-change-marketplacereporting-12842.json b/.changes/next-release/api-change-marketplacereporting-12842.json deleted file mode 100644 index 25904260f5c9..000000000000 --- a/.changes/next-release/api-change-marketplacereporting-12842.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-reporting``", - "description": "The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization." -} diff --git a/.changes/next-release/api-change-mediapackagev2-76168.json b/.changes/next-release/api-change-mediapackagev2-76168.json deleted file mode 100644 index 3d11f08e236c..000000000000 --- a/.changes/next-release/api-change-mediapackagev2-76168.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackagev2``", - "description": "Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists." -} diff --git a/.changes/next-release/api-change-quicksight-11660.json b/.changes/next-release/api-change-quicksight-11660.json deleted file mode 100644 index 38772c1f3eee..000000000000 --- a/.changes/next-release/api-change-quicksight-11660.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "QuickSight: Add support for exporting and importing folders in AssetBundle APIs" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 239a2b2b1035..804fe80b5a32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +2.17.65 +======= + +* api-change:``mediapackagev2``: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. +* api-change:``quicksight``: QuickSight: Add support for exporting and importing folders in AssetBundle APIs +* api-change:``connect``: Public GetMetricDataV2 Grouping increase from 3 to 4 +* api-change:``ec2``: This release includes a new API for modifying instance cpu-options after launch. +* api-change:``codepipeline``: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. +* api-change:``iot``: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. +* api-change:``marketplace-reporting``: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. + + 2.17.64 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 3a8e6f2a6205..d980162c7e6c 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -19,7 +19,7 @@ import importlib.abc import sys -__version__ = '2.17.64' +__version__ = '2.17.65' # # Get our data path to be added to botocore's search path diff --git a/configure b/configure index 44ddec73420a..3c6a5bcf79c0 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.64. +# Generated by GNU Autoconf 2.71 for awscli 2.17.65. # # # 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.64' -PACKAGE_STRING='awscli 2.17.64' +PACKAGE_VERSION='2.17.65' +PACKAGE_STRING='awscli 2.17.65' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1255,7 +1255,7 @@ _ACEOF fi if $ac_init_version; then cat <<\_ACEOF -awscli configure 2.17.64 +awscli configure 2.17.65 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.64, which was +It was created by awscli $as_me 2.17.65, 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.64, which was +This file was extended by awscli $as_me 2.17.65, 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.64 +awscli config.status 2.17.65 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 817ea6a474e3..d405c730fc74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIRS([m4]) -AC_INIT([awscli], [2.17.64]) +AC_INIT([awscli], [2.17.65]) AC_CONFIG_SRCDIR([bin/aws]) AM_PATH_PYTHON([3.8]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 83622a930e8b..599c5902d1d2 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.64' +release = '2.17.65' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.