From aca0c0a742f1ca81269f2d151079a57d7f23e34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:55:57 +0000 Subject: [PATCH 1/3] Bump aws-actions/stale-issue-cleanup Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from f290bcce1d77c9abc0357b7faed3c1c7c2f7d78f to 389be0117d7661840b887276b5da1cc6ddf95c8a. - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases) - [Commits](https://github.com/aws-actions/stale-issue-cleanup/compare/f290bcce1d77c9abc0357b7faed3c1c7c2f7d78f...389be0117d7661840b887276b5da1cc6ddf95c8a) --- updated-dependencies: - dependency-name: aws-actions/stale-issue-cleanup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/stale_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index e7852ecc68..f131818c51 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: Stale issue job steps: - - uses: aws-actions/stale-issue-cleanup@f290bcce1d77c9abc0357b7faed3c1c7c2f7d78f + - uses: aws-actions/stale-issue-cleanup@389be0117d7661840b887276b5da1cc6ddf95c8a with: issue-types: issues stale-issue-message: Greetings! It looks like this issue hasn’t been From 7cd39c081119987d994c5448407446901b9df8ad Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 23 Oct 2023 18:16:23 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .../api-change-marketplacecommerceanalytics-40033.json | 5 +++++ .changes/next-release/api-change-networkmanager-89554.json | 5 +++++ .../next-release/api-change-redshiftserverless-73899.json | 5 +++++ .changes/next-release/api-change-rekognition-49950.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-marketplacecommerceanalytics-40033.json create mode 100644 .changes/next-release/api-change-networkmanager-89554.json create mode 100644 .changes/next-release/api-change-redshiftserverless-73899.json create mode 100644 .changes/next-release/api-change-rekognition-49950.json diff --git a/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json b/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json new file mode 100644 index 0000000000..fc87f30e83 --- /dev/null +++ b/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``marketplacecommerceanalytics``", + "description": "[``botocore``] The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported." +} diff --git a/.changes/next-release/api-change-networkmanager-89554.json b/.changes/next-release/api-change-networkmanager-89554.json new file mode 100644 index 0000000000..1725e19ed2 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-89554.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN" +} diff --git a/.changes/next-release/api-change-redshiftserverless-73899.json b/.changes/next-release/api-change-redshiftserverless-73899.json new file mode 100644 index 0000000000..6ffdd6afb9 --- /dev/null +++ b/.changes/next-release/api-change-redshiftserverless-73899.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift-serverless``", + "description": "[``botocore``] This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless." +} diff --git a/.changes/next-release/api-change-rekognition-49950.json b/.changes/next-release/api-change-rekognition-49950.json new file mode 100644 index 0000000000..52519ce5da --- /dev/null +++ b/.changes/next-release/api-change-rekognition-49950.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rekognition``", + "description": "[``botocore``] Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model." +} From 58a414e6cb0d37d05277911c361ff450b379caf4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 23 Oct 2023 18:16:44 +0000 Subject: [PATCH 3/3] Bumping version to 1.28.69 --- .changes/1.28.69.json | 22 +++++++++++++++++++ ...ge-marketplacecommerceanalytics-40033.json | 5 ----- .../api-change-networkmanager-89554.json | 5 ----- .../api-change-redshiftserverless-73899.json | 5 ----- .../api-change-rekognition-49950.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.28.69.json delete mode 100644 .changes/next-release/api-change-marketplacecommerceanalytics-40033.json delete mode 100644 .changes/next-release/api-change-networkmanager-89554.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-73899.json delete mode 100644 .changes/next-release/api-change-rekognition-49950.json diff --git a/.changes/1.28.69.json b/.changes/1.28.69.json new file mode 100644 index 0000000000..27fa0cbbd6 --- /dev/null +++ b/.changes/1.28.69.json @@ -0,0 +1,22 @@ +[ + { + "category": "``marketplacecommerceanalytics``", + "description": "[``botocore``] The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless.", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json b/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json deleted file mode 100644 index fc87f30e83..0000000000 --- a/.changes/next-release/api-change-marketplacecommerceanalytics-40033.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplacecommerceanalytics``", - "description": "[``botocore``] The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported." -} diff --git a/.changes/next-release/api-change-networkmanager-89554.json b/.changes/next-release/api-change-networkmanager-89554.json deleted file mode 100644 index 1725e19ed2..0000000000 --- a/.changes/next-release/api-change-networkmanager-89554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN" -} diff --git a/.changes/next-release/api-change-redshiftserverless-73899.json b/.changes/next-release/api-change-redshiftserverless-73899.json deleted file mode 100644 index 6ffdd6afb9..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-73899.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless." -} diff --git a/.changes/next-release/api-change-rekognition-49950.json b/.changes/next-release/api-change-rekognition-49950.json deleted file mode 100644 index 52519ce5da..0000000000 --- a/.changes/next-release/api-change-rekognition-49950.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c774f17952..1acbf38425 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.28.69 +======= + +* api-change:``marketplacecommerceanalytics``: [``botocore``] The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported. +* api-change:``networkmanager``: [``botocore``] This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN +* api-change:``redshift-serverless``: [``botocore``] This release adds support for customers to see the patch version and workgroup version in Amazon Redshift Serverless. +* api-change:``rekognition``: [``botocore``] Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model. + + 1.28.68 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index d2bfd85d83..ea49017f67 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.68' +__version__ = '1.28.69' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 19de6fa05a..2c03f34bac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.68,<1.32.0 + botocore>=1.31.69,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 61accde1b7..96847e07dc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.68,<1.32.0', + 'botocore>=1.31.69,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]