From 769e2169c0e849d80d75e5ed9b558f25bcea293a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 23 Dec 2024 19:13:56 +0000 Subject: [PATCH] Bumping version to 1.35.87 --- .changes/1.35.87.json | 22 +++++++++++++++++++ .../next-release/api-change-ecr-95956.json | 5 ----- .../api-change-ecrpublic-32669.json | 5 ----- .../next-release/api-change-eks-28462.json | 5 ----- .../next-release/api-change-glue-41136.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.35.87.json delete mode 100644 .changes/next-release/api-change-ecr-95956.json delete mode 100644 .changes/next-release/api-change-ecrpublic-32669.json delete mode 100644 .changes/next-release/api-change-eks-28462.json delete mode 100644 .changes/next-release/api-change-glue-41136.json diff --git a/.changes/1.35.87.json b/.changes/1.35.87.json new file mode 100644 index 0000000000..c3153f7f8a --- /dev/null +++ b/.changes/1.35.87.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ecr``", + "description": "Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.", + "type": "api-change" + }, + { + "category": "``ecr-public``", + "description": "Add support for Dualstack endpoints", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Add IncludeRoot parameters to GetCatalogs API to return root catalog.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ecr-95956.json b/.changes/next-release/api-change-ecr-95956.json deleted file mode 100644 index ef163217ff..0000000000 --- a/.changes/next-release/api-change-ecr-95956.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "Documentation update for ECR GetAccountSetting and PutAccountSetting APIs." -} diff --git a/.changes/next-release/api-change-ecrpublic-32669.json b/.changes/next-release/api-change-ecrpublic-32669.json deleted file mode 100644 index 381fb9bd1d..0000000000 --- a/.changes/next-release/api-change-ecrpublic-32669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr-public``", - "description": "Add support for Dualstack endpoints" -} diff --git a/.changes/next-release/api-change-eks-28462.json b/.changes/next-release/api-change-eks-28462.json deleted file mode 100644 index 0081a57c69..0000000000 --- a/.changes/next-release/api-change-eks-28462.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates" -} diff --git a/.changes/next-release/api-change-glue-41136.json b/.changes/next-release/api-change-glue-41136.json deleted file mode 100644 index f73aeea55c..0000000000 --- a/.changes/next-release/api-change-glue-41136.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Add IncludeRoot parameters to GetCatalogs API to return root catalog." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 634a45a772..6dfea9b8ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.87 +======= + +* api-change:``ecr``: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs. +* api-change:``ecr-public``: Add support for Dualstack endpoints +* api-change:``eks``: This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates +* api-change:``glue``: Add IncludeRoot parameters to GetCatalogs API to return root catalog. + + 1.35.86 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index c72a49c9fa..90bfa3a343 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.86' +__version__ = '1.35.87' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 654b1940fe..5f83bd436c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.86' +release = '1.35.87' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.