From 19b06553f119ea88f9c09454984aff5cba394c92 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 26 Jun 2023 18:10:20 +0000 Subject: [PATCH] Bumping version to 1.29.161 --- .changes/1.29.161.json | 27 +++++++++++++++++++ .../api-change-connect-26797.json | 5 ---- .../next-release/api-change-glue-76094.json | 5 ---- .../api-change-guardduty-15863.json | 5 ---- .../next-release/api-change-iam-62666.json | 5 ---- .../api-change-pinpoint-78917.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.29.161.json delete mode 100644 .changes/next-release/api-change-connect-26797.json delete mode 100644 .changes/next-release/api-change-glue-76094.json delete mode 100644 .changes/next-release/api-change-guardduty-15863.json delete mode 100644 .changes/next-release/api-change-iam-62666.json delete mode 100644 .changes/next-release/api-change-pinpoint-78917.json diff --git a/.changes/1.29.161.json b/.changes/1.29.161.json new file mode 100644 index 0000000000..e196674e52 --- /dev/null +++ b/.changes/1.29.161.json @@ -0,0 +1,27 @@ +[ + { + "category": "``connect``", + "description": "This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Add support for user.extra.sessionName in Kubernetes Audit Logs Findings.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Support for a new API \"GetMFADevice\" to present MFA device metadata such as device certifications", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "Added time zone estimation support for journeys", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-26797.json b/.changes/next-release/api-change-connect-26797.json deleted file mode 100644 index 6ec86e6589..0000000000 --- a/.changes/next-release/api-change-connect-26797.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs." -} diff --git a/.changes/next-release/api-change-glue-76094.json b/.changes/next-release/api-change-glue-76094.json deleted file mode 100644 index 20e302fbbb..0000000000 --- a/.changes/next-release/api-change-glue-76094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job" -} diff --git a/.changes/next-release/api-change-guardduty-15863.json b/.changes/next-release/api-change-guardduty-15863.json deleted file mode 100644 index ca64153ee7..0000000000 --- a/.changes/next-release/api-change-guardduty-15863.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Add support for user.extra.sessionName in Kubernetes Audit Logs Findings." -} diff --git a/.changes/next-release/api-change-iam-62666.json b/.changes/next-release/api-change-iam-62666.json deleted file mode 100644 index 7c618beb8e..0000000000 --- a/.changes/next-release/api-change-iam-62666.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Support for a new API \"GetMFADevice\" to present MFA device metadata such as device certifications" -} diff --git a/.changes/next-release/api-change-pinpoint-78917.json b/.changes/next-release/api-change-pinpoint-78917.json deleted file mode 100644 index 5ced10c99c..0000000000 --- a/.changes/next-release/api-change-pinpoint-78917.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "Added time zone estimation support for journeys" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8fe2b0827..75802006f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.29.161 +======== + +* api-change:``connect``: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs. +* api-change:``glue``: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job +* api-change:``guardduty``: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings. +* api-change:``iam``: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications +* api-change:``pinpoint``: Added time zone estimation support for journeys + + 1.29.160 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 566b02e867..6f445f4eb8 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.29.160' +__version__ = '1.29.161' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 1206fb95fa..9fc147a1b3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.29.1' # The full version, including alpha/beta/rc tags. -release = '1.29.160' +release = '1.29.161' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.