From db73c10a613f7d313298faeabbde06bf6e892367 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 7 Sep 2023 18:10:19 +0000 Subject: [PATCH] Bumping version to 1.29.43 --- .changes/1.29.43.json | 17 +++++++++++++++++ .../api-change-neptunedata-17102.json | 5 ----- .../api-change-securityhub-15801.json | 5 ----- .../api-change-simspaceweaver-53869.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.29.43.json delete mode 100644 .changes/next-release/api-change-neptunedata-17102.json delete mode 100644 .changes/next-release/api-change-securityhub-15801.json delete mode 100644 .changes/next-release/api-change-simspaceweaver-53869.json diff --git a/.changes/1.29.43.json b/.changes/1.29.43.json new file mode 100644 index 000000000000..ddd047b42eb5 --- /dev/null +++ b/.changes/1.29.43.json @@ -0,0 +1,17 @@ +[ + { + "category": "``neptunedata``", + "description": "Minor changes to send unsigned requests to Neptune clusters", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Documentation updates for AWS Security Hub", + "type": "api-change" + }, + { + "category": "``simspaceweaver``", + "description": "BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-neptunedata-17102.json b/.changes/next-release/api-change-neptunedata-17102.json deleted file mode 100644 index a4dd17cffb82..000000000000 --- a/.changes/next-release/api-change-neptunedata-17102.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptunedata``", - "description": "Minor changes to send unsigned requests to Neptune clusters" -} diff --git a/.changes/next-release/api-change-securityhub-15801.json b/.changes/next-release/api-change-securityhub-15801.json deleted file mode 100644 index 271afbb265fa..000000000000 --- a/.changes/next-release/api-change-securityhub-15801.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Documentation updates for AWS Security Hub" -} diff --git a/.changes/next-release/api-change-simspaceweaver-53869.json b/.changes/next-release/api-change-simspaceweaver-53869.json deleted file mode 100644 index 86cc0f907ea1..000000000000 --- a/.changes/next-release/api-change-simspaceweaver-53869.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``simspaceweaver``", - "description": "BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cbe031d63d4..de6e7e18b02d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.29.43 +======= + +* api-change:``neptunedata``: Minor changes to send unsigned requests to Neptune clusters +* api-change:``securityhub``: Documentation updates for AWS Security Hub +* api-change:``simspaceweaver``: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type. + + 1.29.42 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index ac58f7d138bd..85e36de47939 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.42' +__version__ = '1.29.43' # # 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 1198f0cc9e1c..9086cc063779 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.42' +release = '1.29.43' # 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 b4e05b99fee1..b0b115b278a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.42 + botocore==1.31.43 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 ab570415939f..8a12cc03d762 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.42', + 'botocore==1.31.43', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',