From 4a7db84dfa401901d24f0b9334856dc283544027 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 1 Oct 2024 18:24:35 +0000 Subject: [PATCH] Bumping version to 1.34.31 --- .changes/1.34.31.json | 17 +++++++++++++++++ .../api-change-bedrockagent-91172.json | 5 ----- .../api-change-codeartifact-78012.json | 5 ----- .changes/next-release/api-change-rds-61928.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.34.31.json delete mode 100644 .changes/next-release/api-change-bedrockagent-91172.json delete mode 100644 .changes/next-release/api-change-codeartifact-78012.json delete mode 100644 .changes/next-release/api-change-rds-61928.json diff --git a/.changes/1.34.31.json b/.changes/1.34.31.json new file mode 100644 index 000000000000..2525d56f5bd3 --- /dev/null +++ b/.changes/1.34.31.json @@ -0,0 +1,17 @@ +[ + { + "category": "``bedrock-agent``", + "description": "This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``codeartifact``", + "description": "Add support for the dual stack endpoints.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release provides additional support for enabling Aurora Limitless Database DB clusters.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-91172.json b/.changes/next-release/api-change-bedrockagent-91172.json deleted file mode 100644 index e48689b00e17..000000000000 --- a/.changes/next-release/api-change-bedrockagent-91172.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-codeartifact-78012.json b/.changes/next-release/api-change-codeartifact-78012.json deleted file mode 100644 index 851abb6c39cd..000000000000 --- a/.changes/next-release/api-change-codeartifact-78012.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeartifact``", - "description": "Add support for the dual stack endpoints." -} diff --git a/.changes/next-release/api-change-rds-61928.json b/.changes/next-release/api-change-rds-61928.json deleted file mode 100644 index 046137638e6d..000000000000 --- a/.changes/next-release/api-change-rds-61928.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release provides additional support for enabling Aurora Limitless Database DB clusters." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9788fb6d749e..968a5cd43f75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.31 +======= + +* api-change:``bedrock-agent``: This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock. +* api-change:``codeartifact``: Add support for the dual stack endpoints. +* api-change:``rds``: This release provides additional support for enabling Aurora Limitless Database DB clusters. + + 1.34.30 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 0e740c159147..96d8d99b16cd 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.30' +__version__ = '1.34.31' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 449402dc46b6..1f8f2501e2d7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.30' +release = '1.34.31' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index b7f504179f51..c6e20f08ddaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.30 + botocore==1.35.31 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 88a13caffb57..5f3248100b9f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.30', + 'botocore==1.35.31', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',