From 897d7228f9750b275aa2fec146b981ababb7ddbe Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 20 May 2024 18:16:29 +0000 Subject: [PATCH] Bumping version to 1.34.109 --- .changes/1.34.109.json | 32 +++++++++++++++++++ .../api-change-bedrockagent-17579.json | 5 --- .../api-change-bedrockagentruntime-87350.json | 5 --- .../api-change-controltower-40211.json | 5 --- .../next-release/api-change-osis-68793.json | 5 --- .../next-release/api-change-rds-20179.json | 5 --- .../api-change-secretsmanager-91780.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.34.109.json delete mode 100644 .changes/next-release/api-change-bedrockagent-17579.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-87350.json delete mode 100644 .changes/next-release/api-change-controltower-40211.json delete mode 100644 .changes/next-release/api-change-osis-68793.json delete mode 100644 .changes/next-release/api-change-rds-20179.json delete mode 100644 .changes/next-release/api-change-secretsmanager-91780.json diff --git a/.changes/1.34.109.json b/.changes/1.34.109.json new file mode 100644 index 0000000000..447147c7cf --- /dev/null +++ b/.changes/1.34.109.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent``", + "description": "This release adds support for using Guardrails with Bedrock Agents.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "This release adds support for using Guardrails with Bedrock Agents.", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.", + "type": "api-change" + }, + { + "category": "``osis``", + "description": "Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "add v2 smoke tests and smithy smokeTests trait for SDK testing", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-17579.json b/.changes/next-release/api-change-bedrockagent-17579.json deleted file mode 100644 index cbfc7addf8..0000000000 --- a/.changes/next-release/api-change-bedrockagent-17579.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release adds support for using Guardrails with Bedrock Agents." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-87350.json b/.changes/next-release/api-change-bedrockagentruntime-87350.json deleted file mode 100644 index 557c27dd2e..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-87350.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "This release adds support for using Guardrails with Bedrock Agents." -} diff --git a/.changes/next-release/api-change-controltower-40211.json b/.changes/next-release/api-change-controltower-40211.json deleted file mode 100644 index f58ba18a6a..0000000000 --- a/.changes/next-release/api-change-controltower-40211.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations." -} diff --git a/.changes/next-release/api-change-osis-68793.json b/.changes/next-release/api-change-osis-68793.json deleted file mode 100644 index 911c28d540..0000000000 --- a/.changes/next-release/api-change-osis-68793.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``osis``", - "description": "Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs." -} diff --git a/.changes/next-release/api-change-rds-20179.json b/.changes/next-release/api-change-rds-20179.json deleted file mode 100644 index 6bfd420034..0000000000 --- a/.changes/next-release/api-change-rds-20179.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters." -} diff --git a/.changes/next-release/api-change-secretsmanager-91780.json b/.changes/next-release/api-change-secretsmanager-91780.json deleted file mode 100644 index c5323e42d8..0000000000 --- a/.changes/next-release/api-change-secretsmanager-91780.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "add v2 smoke tests and smithy smokeTests trait for SDK testing" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f8ae832ef0..a2db442079 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.109 +======== + +* api-change:``bedrock-agent``: This release adds support for using Guardrails with Bedrock Agents. +* api-change:``bedrock-agent-runtime``: This release adds support for using Guardrails with Bedrock Agents. +* api-change:``controltower``: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations. +* api-change:``osis``: Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs. +* api-change:``rds``: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters. +* api-change:``secretsmanager``: add v2 smoke tests and smithy smokeTests trait for SDK testing + + 1.34.108 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index b2f595e4a2..9557d3b522 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.108' +__version__ = '1.34.109' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index f1c6a50fea..5769903657 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.108' +release = '1.34.109' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.