From 51e5f1c446bed854a2f4919c045f9eb2c0d40a86 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 26 Sep 2024 18:13:26 +0000 Subject: [PATCH] Bumping version to 1.35.28 --- .changes/1.35.28.json | 32 +++++++++++++++++++ .../api-change-chatbot-75536.json | 5 --- .../next-release/api-change-lambda-98881.json | 5 --- .../api-change-organizations-47877.json | 5 --- .../next-release/api-change-pcs-2690.json | 5 --- .../api-change-rdsdata-97822.json | 5 --- .../api-change-sagemaker-42804.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.35.28.json delete mode 100644 .changes/next-release/api-change-chatbot-75536.json delete mode 100644 .changes/next-release/api-change-lambda-98881.json delete mode 100644 .changes/next-release/api-change-organizations-47877.json delete mode 100644 .changes/next-release/api-change-pcs-2690.json delete mode 100644 .changes/next-release/api-change-rdsdata-97822.json delete mode 100644 .changes/next-release/api-change-sagemaker-42804.json diff --git a/.changes/1.35.28.json b/.changes/1.35.28.json new file mode 100644 index 0000000000..5b9026c80b --- /dev/null +++ b/.changes/1.35.28.json @@ -0,0 +1,32 @@ +[ + { + "category": "``chatbot``", + "description": "Return State and StateReason fields for Chatbot Channel Configurations.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Reverting Lambda resource-based policy and block public access APIs.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "Add support for policy operations on the CHATBOT_POLICY policy type.", + "type": "api-change" + }, + { + "category": "``pcs``", + "description": "AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.", + "type": "api-change" + }, + { + "category": "``rds-data``", + "description": "Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Adding `TagPropagation` attribute to Sagemaker API", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chatbot-75536.json b/.changes/next-release/api-change-chatbot-75536.json deleted file mode 100644 index 80f9853ee8..0000000000 --- a/.changes/next-release/api-change-chatbot-75536.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chatbot``", - "description": "Return State and StateReason fields for Chatbot Channel Configurations." -} diff --git a/.changes/next-release/api-change-lambda-98881.json b/.changes/next-release/api-change-lambda-98881.json deleted file mode 100644 index 314755341b..0000000000 --- a/.changes/next-release/api-change-lambda-98881.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "Reverting Lambda resource-based policy and block public access APIs." -} diff --git a/.changes/next-release/api-change-organizations-47877.json b/.changes/next-release/api-change-organizations-47877.json deleted file mode 100644 index 8485e06591..0000000000 --- a/.changes/next-release/api-change-organizations-47877.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "Add support for policy operations on the CHATBOT_POLICY policy type." -} diff --git a/.changes/next-release/api-change-pcs-2690.json b/.changes/next-release/api-change-pcs-2690.json deleted file mode 100644 index 46bad33268..0000000000 --- a/.changes/next-release/api-change-pcs-2690.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pcs``", - "description": "AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups." -} diff --git a/.changes/next-release/api-change-rdsdata-97822.json b/.changes/next-release/api-change-rdsdata-97822.json deleted file mode 100644 index bdb297ca56..0000000000 --- a/.changes/next-release/api-change-rdsdata-97822.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds-data``", - "description": "Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters." -} diff --git a/.changes/next-release/api-change-sagemaker-42804.json b/.changes/next-release/api-change-sagemaker-42804.json deleted file mode 100644 index 816125f7da..0000000000 --- a/.changes/next-release/api-change-sagemaker-42804.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Adding `TagPropagation` attribute to Sagemaker API" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a0473493c2..f424d77460 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.28 +======= + +* api-change:``chatbot``: Return State and StateReason fields for Chatbot Channel Configurations. +* api-change:``lambda``: Reverting Lambda resource-based policy and block public access APIs. +* api-change:``organizations``: Add support for policy operations on the CHATBOT_POLICY policy type. +* api-change:``pcs``: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups. +* api-change:``rds-data``: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters. +* api-change:``sagemaker``: Adding `TagPropagation` attribute to Sagemaker API + + 1.35.27 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 596f11f407..1246061306 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.27' +__version__ = '1.35.28' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e76f03f8c4..97b53adb3f 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.27' +release = '1.35.28' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.