From d24a5cc7667d7cda74825994776900b865ba437f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 25 Jan 2024 19:20:32 +0000 Subject: [PATCH] Bumping version to 1.34.28 --- .changes/1.34.28.json | 12 ++++++++++++ .changes/next-release/api-change-acmpca-2101.json | 5 ----- .changes/next-release/api-change-lightsail-8657.json | 5 ----- CHANGELOG.rst | 7 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 6 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 .changes/1.34.28.json delete mode 100644 .changes/next-release/api-change-acmpca-2101.json delete mode 100644 .changes/next-release/api-change-lightsail-8657.json diff --git a/.changes/1.34.28.json b/.changes/1.34.28.json new file mode 100644 index 0000000000..714df0b502 --- /dev/null +++ b/.changes/1.34.28.json @@ -0,0 +1,12 @@ +[ + { + "category": "``acm-pca``", + "description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.", + "type": "api-change" + }, + { + "category": "``lightsail``", + "description": "This release adds support for IPv6-only instance plans.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-2101.json b/.changes/next-release/api-change-acmpca-2101.json deleted file mode 100644 index 44963bc66a..0000000000 --- a/.changes/next-release/api-change-acmpca-2101.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled." -} diff --git a/.changes/next-release/api-change-lightsail-8657.json b/.changes/next-release/api-change-lightsail-8657.json deleted file mode 100644 index 96b25106a7..0000000000 --- a/.changes/next-release/api-change-lightsail-8657.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lightsail``", - "description": "This release adds support for IPv6-only instance plans." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19287034ce..3daa73d02f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.34.28 +======= + +* api-change:``acm-pca``: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. +* api-change:``lightsail``: This release adds support for IPv6-only instance plans. + + 1.34.27 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1bfd09b3ec..44907d408d 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.27' +__version__ = '1.34.28' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index cb84826a5a..fe34147562 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.27' +release = '1.34.28' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.