From 4adc32e5860ff8067b19b1d92fc76e4e31b00073 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 Jan 2024 19:10:18 +0000 Subject: [PATCH] Bumping version to 1.34.32 --- .changes/1.34.32.json | 22 +++++++++++++++++++ .../api-change-cloudformation-14502.json | 5 ----- .../next-release/api-change-elbv2-33614.json | 5 ----- .../next-release/api-change-glue-69986.json | 5 ----- .../next-release/api-change-ssm-34198.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.34.32.json delete mode 100644 .changes/next-release/api-change-cloudformation-14502.json delete mode 100644 .changes/next-release/api-change-elbv2-33614.json delete mode 100644 .changes/next-release/api-change-glue-69986.json delete mode 100644 .changes/next-release/api-change-ssm-34198.json diff --git a/.changes/1.34.32.json b/.changes/1.34.32.json new file mode 100644 index 0000000000..6691014e81 --- /dev/null +++ b/.changes/1.34.32.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudformation``", + "description": "CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "Update elbv2 client to latest version", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Update page size limits for GetJobRuns and GetTriggers APIs.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-14502.json b/.changes/next-release/api-change-cloudformation-14502.json deleted file mode 100644 index 4647c4314b..0000000000 --- a/.changes/next-release/api-change-cloudformation-14502.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack." -} diff --git a/.changes/next-release/api-change-elbv2-33614.json b/.changes/next-release/api-change-elbv2-33614.json deleted file mode 100644 index 3f620bf178..0000000000 --- a/.changes/next-release/api-change-elbv2-33614.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "Update elbv2 client to latest version" -} diff --git a/.changes/next-release/api-change-glue-69986.json b/.changes/next-release/api-change-glue-69986.json deleted file mode 100644 index 2c97d2ba6d..0000000000 --- a/.changes/next-release/api-change-glue-69986.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Update page size limits for GetJobRuns and GetTriggers APIs." -} diff --git a/.changes/next-release/api-change-ssm-34198.json b/.changes/next-release/api-change-ssm-34198.json deleted file mode 100644 index ffefab050e..0000000000 --- a/.changes/next-release/api-change-ssm-34198.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a6f2045d6f..e7881b5c3a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.32 +======= + +* api-change:``cloudformation``: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. +* api-change:``elbv2``: Update elbv2 client to latest version +* api-change:``glue``: Update page size limits for GetJobRuns and GetTriggers APIs. +* api-change:``ssm``: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. + + 1.34.31 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index f059509f8b..363a02a149 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.31' +__version__ = '1.34.32' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 59e1cf99ab..9b84514675 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.31' +release = '1.34.32' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.