From e0299edd1e00eaff934915ed5ce3bd1c629b843e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 10 Aug 2023 18:18:27 +0000 Subject: [PATCH] Bumping version to 1.29.24 --- .changes/1.29.24.json | 32 +++++++++++++++++++ .../api-change-cloudtrail-20270.json | 5 --- .../api-change-connect-43154.json | 5 --- .../next-release/api-change-elbv2-2510.json | 5 --- .../next-release/api-change-omics-41023.json | 5 --- .../api-change-secretsmanager-37727.json | 5 --- .../api-change-transfer-74636.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.29.24.json delete mode 100644 .changes/next-release/api-change-cloudtrail-20270.json delete mode 100644 .changes/next-release/api-change-connect-43154.json delete mode 100644 .changes/next-release/api-change-elbv2-2510.json delete mode 100644 .changes/next-release/api-change-omics-41023.json delete mode 100644 .changes/next-release/api-change-secretsmanager-37727.json delete mode 100644 .changes/next-release/api-change-transfer-74636.json diff --git a/.changes/1.29.24.json b/.changes/1.29.24.json new file mode 100644 index 000000000000..b119b0265a38 --- /dev/null +++ b/.changes/1.29.24.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cloudtrail``", + "description": "Documentation updates for CloudTrail.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "Update elbv2 command to latest version", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "This release adds instanceType to GetRunTask & ListRunTasks responses.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Add additional InvalidRequestException to list of possible exceptions for ListSecret.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "Documentation updates for AW Transfer Family", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-20270.json b/.changes/next-release/api-change-cloudtrail-20270.json deleted file mode 100644 index ff5c27bbe95c..000000000000 --- a/.changes/next-release/api-change-cloudtrail-20270.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "Documentation updates for CloudTrail." -} diff --git a/.changes/next-release/api-change-connect-43154.json b/.changes/next-release/api-change-connect-43154.json deleted file mode 100644 index 24baeeba4753..000000000000 --- a/.changes/next-release/api-change-connect-43154.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage." -} diff --git a/.changes/next-release/api-change-elbv2-2510.json b/.changes/next-release/api-change-elbv2-2510.json deleted file mode 100644 index e0d898337289..000000000000 --- a/.changes/next-release/api-change-elbv2-2510.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "Update elbv2 command to latest version" -} diff --git a/.changes/next-release/api-change-omics-41023.json b/.changes/next-release/api-change-omics-41023.json deleted file mode 100644 index a80b0c1e6661..000000000000 --- a/.changes/next-release/api-change-omics-41023.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "This release adds instanceType to GetRunTask & ListRunTasks responses." -} diff --git a/.changes/next-release/api-change-secretsmanager-37727.json b/.changes/next-release/api-change-secretsmanager-37727.json deleted file mode 100644 index 7ad8eb266aec..000000000000 --- a/.changes/next-release/api-change-secretsmanager-37727.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Add additional InvalidRequestException to list of possible exceptions for ListSecret." -} diff --git a/.changes/next-release/api-change-transfer-74636.json b/.changes/next-release/api-change-transfer-74636.json deleted file mode 100644 index f9699751ce57..000000000000 --- a/.changes/next-release/api-change-transfer-74636.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "Documentation updates for AW Transfer Family" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91a9254a4e3c..1063667c1796 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.29.24 +======= + +* api-change:``cloudtrail``: Documentation updates for CloudTrail. +* api-change:``connect``: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage. +* api-change:``elbv2``: Update elbv2 command to latest version +* api-change:``omics``: This release adds instanceType to GetRunTask & ListRunTasks responses. +* api-change:``secretsmanager``: Add additional InvalidRequestException to list of possible exceptions for ListSecret. +* api-change:``transfer``: Documentation updates for AW Transfer Family + + 1.29.23 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index ea155c07bcb8..82819b7a2280 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.23' +__version__ = '1.29.24' # # 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 4e97ae5d5ac1..5637431c4d0a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.23' +release = '1.29.24' # 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 d9dc0f62ced2..0cdd3ab81b7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.23 + botocore==1.31.24 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 0a9f13a7407e..e8acff98f35b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.23', + 'botocore==1.31.24', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',