From 977989a4b5a0c1551e93129a0c06dc619ba477e4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Oct 2024 18:05:53 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-codepipeline-85685.json | 5 +++++ .changes/next-release/api-change-connect-30317.json | 5 +++++ .changes/next-release/api-change-ec2-71237.json | 5 +++++ .changes/next-release/api-change-iot-20288.json | 5 +++++ .../next-release/api-change-marketplacereporting-88887.json | 5 +++++ .changes/next-release/api-change-mediapackagev2-44652.json | 5 +++++ .changes/next-release/api-change-quicksight-31312.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-codepipeline-85685.json create mode 100644 .changes/next-release/api-change-connect-30317.json create mode 100644 .changes/next-release/api-change-ec2-71237.json create mode 100644 .changes/next-release/api-change-iot-20288.json create mode 100644 .changes/next-release/api-change-marketplacereporting-88887.json create mode 100644 .changes/next-release/api-change-mediapackagev2-44652.json create mode 100644 .changes/next-release/api-change-quicksight-31312.json diff --git a/.changes/next-release/api-change-codepipeline-85685.json b/.changes/next-release/api-change-codepipeline-85685.json new file mode 100644 index 000000000000..0d3529345be5 --- /dev/null +++ b/.changes/next-release/api-change-codepipeline-85685.json @@ -0,0 +1,5 @@ +{ + "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-30317.json b/.changes/next-release/api-change-connect-30317.json new file mode 100644 index 000000000000..61c56ad89cf5 --- /dev/null +++ b/.changes/next-release/api-change-connect-30317.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "Public GetMetricDataV2 Grouping increase from 3 to 4" +} diff --git a/.changes/next-release/api-change-ec2-71237.json b/.changes/next-release/api-change-ec2-71237.json new file mode 100644 index 000000000000..420745721700 --- /dev/null +++ b/.changes/next-release/api-change-ec2-71237.json @@ -0,0 +1,5 @@ +{ + "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-20288.json b/.changes/next-release/api-change-iot-20288.json new file mode 100644 index 000000000000..396726afe329 --- /dev/null +++ b/.changes/next-release/api-change-iot-20288.json @@ -0,0 +1,5 @@ +{ + "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-88887.json b/.changes/next-release/api-change-marketplacereporting-88887.json new file mode 100644 index 000000000000..25904260f5c9 --- /dev/null +++ b/.changes/next-release/api-change-marketplacereporting-88887.json @@ -0,0 +1,5 @@ +{ + "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-44652.json b/.changes/next-release/api-change-mediapackagev2-44652.json new file mode 100644 index 000000000000..3d11f08e236c --- /dev/null +++ b/.changes/next-release/api-change-mediapackagev2-44652.json @@ -0,0 +1,5 @@ +{ + "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-31312.json b/.changes/next-release/api-change-quicksight-31312.json new file mode 100644 index 000000000000..38772c1f3eee --- /dev/null +++ b/.changes/next-release/api-change-quicksight-31312.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "QuickSight: Add support for exporting and importing folders in AssetBundle APIs" +} From 0bbfd112e901881204e35dd25132b16923988b42 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Oct 2024 18:07:26 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.33 --- .changes/1.34.33.json | 37 +++++++++++++++++++ .../api-change-codepipeline-85685.json | 5 --- .../api-change-connect-30317.json | 5 --- .../next-release/api-change-ec2-71237.json | 5 --- .../next-release/api-change-iot-20288.json | 5 --- ...api-change-marketplacereporting-88887.json | 5 --- .../api-change-mediapackagev2-44652.json | 5 --- .../api-change-quicksight-31312.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.34.33.json delete mode 100644 .changes/next-release/api-change-codepipeline-85685.json delete mode 100644 .changes/next-release/api-change-connect-30317.json delete mode 100644 .changes/next-release/api-change-ec2-71237.json delete mode 100644 .changes/next-release/api-change-iot-20288.json delete mode 100644 .changes/next-release/api-change-marketplacereporting-88887.json delete mode 100644 .changes/next-release/api-change-mediapackagev2-44652.json delete mode 100644 .changes/next-release/api-change-quicksight-31312.json diff --git a/.changes/1.34.33.json b/.changes/1.34.33.json new file mode 100644 index 000000000000..8eddc8abe88a --- /dev/null +++ b/.changes/1.34.33.json @@ -0,0 +1,37 @@ +[ + { + "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": "``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": "``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" + }, + { + "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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codepipeline-85685.json b/.changes/next-release/api-change-codepipeline-85685.json deleted file mode 100644 index 0d3529345be5..000000000000 --- a/.changes/next-release/api-change-codepipeline-85685.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-30317.json b/.changes/next-release/api-change-connect-30317.json deleted file mode 100644 index 61c56ad89cf5..000000000000 --- a/.changes/next-release/api-change-connect-30317.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-71237.json b/.changes/next-release/api-change-ec2-71237.json deleted file mode 100644 index 420745721700..000000000000 --- a/.changes/next-release/api-change-ec2-71237.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-20288.json b/.changes/next-release/api-change-iot-20288.json deleted file mode 100644 index 396726afe329..000000000000 --- a/.changes/next-release/api-change-iot-20288.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-88887.json b/.changes/next-release/api-change-marketplacereporting-88887.json deleted file mode 100644 index 25904260f5c9..000000000000 --- a/.changes/next-release/api-change-marketplacereporting-88887.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-44652.json b/.changes/next-release/api-change-mediapackagev2-44652.json deleted file mode 100644 index 3d11f08e236c..000000000000 --- a/.changes/next-release/api-change-mediapackagev2-44652.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-31312.json b/.changes/next-release/api-change-quicksight-31312.json deleted file mode 100644 index 38772c1f3eee..000000000000 --- a/.changes/next-release/api-change-quicksight-31312.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 09f51817f0b8..aaa6c732c29f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.33 +======= + +* api-change:``codepipeline``: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. +* 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:``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. +* 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 + + 1.34.32 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 27d989337350..c842ff8f3e8f 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.32' +__version__ = '1.34.33' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 19cec5140b10..488036c4b86c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.32' +release = '1.34.33' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 0d215d986df2..220c1c961c8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.32 + botocore==1.35.33 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index abc6af17cdc3..1b5ea44ce68a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.32', + 'botocore==1.35.33', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',