From 53ba329b1b87221ac680bcc584018eb3aa222147 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Jun 2024 18:07:28 +0000 Subject: [PATCH] Bumping version to 1.34.134 --- .changes/1.34.134.json | 27 +++++++++++++++++++ .../api-change-controltower-84475.json | 5 ---- .../next-release/api-change-eks-53063.json | 5 ---- .../api-change-ivsrealtime-18064.json | 5 ---- .../api-change-kinesisanalyticsv2-11381.json | 5 ---- .../api-change-opensearch-88533.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.34.134.json delete mode 100644 .changes/next-release/api-change-controltower-84475.json delete mode 100644 .changes/next-release/api-change-eks-53063.json delete mode 100644 .changes/next-release/api-change-ivsrealtime-18064.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-11381.json delete mode 100644 .changes/next-release/api-change-opensearch-88533.json diff --git a/.changes/1.34.134.json b/.changes/1.34.134.json new file mode 100644 index 0000000000..ddc52d381f --- /dev/null +++ b/.changes/1.34.134.json @@ -0,0 +1,27 @@ +[ + { + "category": "``controltower``", + "description": "Added ListLandingZoneOperations API.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "Added support for disabling unmanaged addons during cluster creation.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-controltower-84475.json b/.changes/next-release/api-change-controltower-84475.json deleted file mode 100644 index dc6723a836..0000000000 --- a/.changes/next-release/api-change-controltower-84475.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "Added ListLandingZoneOperations API." -} diff --git a/.changes/next-release/api-change-eks-53063.json b/.changes/next-release/api-change-eks-53063.json deleted file mode 100644 index 5467679b22..0000000000 --- a/.changes/next-release/api-change-eks-53063.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Added support for disabling unmanaged addons during cluster creation." -} diff --git a/.changes/next-release/api-change-ivsrealtime-18064.json b/.changes/next-release/api-change-ivsrealtime-18064.json deleted file mode 100644 index e7b93e9a6e..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-18064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json b/.changes/next-release/api-change-kinesisanalyticsv2-11381.json deleted file mode 100644 index cbcb1e239d..0000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs." -} diff --git a/.changes/next-release/api-change-opensearch-88533.json b/.changes/next-release/api-change-opensearch-88533.json deleted file mode 100644 index 861c639b06..0000000000 --- a/.changes/next-release/api-change-opensearch-88533.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9442cc299c..d9f2044fd7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.134 +======== + +* api-change:``controltower``: Added ListLandingZoneOperations API. +* api-change:``eks``: Added support for disabling unmanaged addons during cluster creation. +* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens. +* api-change:``kinesisanalyticsv2``: This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs. +* api-change:``opensearch``: This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. + + 1.34.133 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 30b0b7f1e1..21c6f82a75 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.133' +__version__ = '1.34.134' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 09d1a29ba1..44c53979b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.133' +release = '1.34.134' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.