From 93f1f502445a62d35d03251ca8e7cba925f3d1ab Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 15 Mar 2023 18:08:18 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-migrationhubstrategy-66192.json | 5 +++++ .changes/next-release/api-change-s3control-23810.json | 5 +++++ .changes/next-release/api-change-securitylake-47230.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-migrationhubstrategy-66192.json create mode 100644 .changes/next-release/api-change-s3control-23810.json create mode 100644 .changes/next-release/api-change-securitylake-47230.json diff --git a/.changes/next-release/api-change-migrationhubstrategy-66192.json b/.changes/next-release/api-change-migrationhubstrategy-66192.json new file mode 100644 index 0000000000..56b1cf21db --- /dev/null +++ b/.changes/next-release/api-change-migrationhubstrategy-66192.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``migrationhubstrategy``", + "description": "[``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code." +} diff --git a/.changes/next-release/api-change-s3control-23810.json b/.changes/next-release/api-change-s3control-23810.json new file mode 100644 index 0000000000..d49dfc8994 --- /dev/null +++ b/.changes/next-release/api-change-s3control-23810.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "[``botocore``] Added support for S3 Object Lambda aliases." +} diff --git a/.changes/next-release/api-change-securitylake-47230.json b/.changes/next-release/api-change-securitylake-47230.json new file mode 100644 index 0000000000..5110791aea --- /dev/null +++ b/.changes/next-release/api-change-securitylake-47230.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securitylake``", + "description": "[``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests." +} From f178df563a55d6ede894b84398b2904ff21c21f7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 15 Mar 2023 18:08:38 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.92 --- .changes/1.26.92.json | 17 +++++++++++++++++ .../api-change-migrationhubstrategy-66192.json | 5 ----- .../api-change-s3control-23810.json | 5 ----- .../api-change-securitylake-47230.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.26.92.json delete mode 100644 .changes/next-release/api-change-migrationhubstrategy-66192.json delete mode 100644 .changes/next-release/api-change-s3control-23810.json delete mode 100644 .changes/next-release/api-change-securitylake-47230.json diff --git a/.changes/1.26.92.json b/.changes/1.26.92.json new file mode 100644 index 0000000000..cdad97400b --- /dev/null +++ b/.changes/1.26.92.json @@ -0,0 +1,17 @@ +[ + { + "category": "``migrationhubstrategy``", + "description": "[``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] Added support for S3 Object Lambda aliases.", + "type": "api-change" + }, + { + "category": "``securitylake``", + "description": "[``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-migrationhubstrategy-66192.json b/.changes/next-release/api-change-migrationhubstrategy-66192.json deleted file mode 100644 index 56b1cf21db..0000000000 --- a/.changes/next-release/api-change-migrationhubstrategy-66192.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``migrationhubstrategy``", - "description": "[``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code." -} diff --git a/.changes/next-release/api-change-s3control-23810.json b/.changes/next-release/api-change-s3control-23810.json deleted file mode 100644 index d49dfc8994..0000000000 --- a/.changes/next-release/api-change-s3control-23810.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "[``botocore``] Added support for S3 Object Lambda aliases." -} diff --git a/.changes/next-release/api-change-securitylake-47230.json b/.changes/next-release/api-change-securitylake-47230.json deleted file mode 100644 index 5110791aea..0000000000 --- a/.changes/next-release/api-change-securitylake-47230.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securitylake``", - "description": "[``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5402de23bb..74682460d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.26.92 +======= + +* api-change:``migrationhubstrategy``: [``botocore``] This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code. +* api-change:``s3control``: [``botocore``] Added support for S3 Object Lambda aliases. +* api-change:``securitylake``: [``botocore``] Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests. + + 1.26.91 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 1d5d0da22f..bedf0c82b5 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.91' +__version__ = '1.26.92' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index f958b06073..9fe8a07d53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.91,<1.30.0 + botocore>=1.29.92,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 4e2e742419..8474093f76 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.91,<1.30.0', + 'botocore>=1.29.92,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]