From 8ef5c71dce3898f7920c547d9d6b54ca9b70a30d Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:28:26 -0800 Subject: [PATCH 1/3] Minor GitHub workflow changes (#3998) * chore: a more polite closed issue message * chore: relax stale issue timing * chore: reword new issue instructions --- .github/workflows/closed-issue-message.yml | 8 +++----- .github/workflows/stale_issue.yml | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index 000b89ffe6..c35e8e0907 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -16,8 +16,6 @@ jobs: with: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" - message: | - ### ⚠️COMMENT VISIBILITY WARNING⚠️ - Comments on closed issues are hard for our team to see. - If you need more assistance, please either tag a team member or open a new issue that references this one. - If you wish to keep having a conversation with other community members under this issue feel free to do so. + message: | + This issue is now closed. Comments on closed issues are hard for our team to see. + If you need more assistance, please open a new issue that references this one. diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index b9de5dcd18..840f3bd20f 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -37,8 +37,8 @@ jobs: closed-for-staleness-label: closed-for-staleness # Issue timing - days-before-stale: 5 - days-before-close: 2 + days-before-stale: 10 + days-before-close: 4 # If you don't want to mark a issue as being ancient based on a # threshold of "upvotes", you can set this here. An "upvote" is From c0f6375ee50d96176b8c0d25b435f63cddc92969 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Jan 2024 19:11:36 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-connect-36600.json | 5 +++++ .changes/next-release/api-change-inspector2-12235.json | 5 +++++ .changes/next-release/api-change-sagemaker-97613.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-connect-36600.json create mode 100644 .changes/next-release/api-change-inspector2-12235.json create mode 100644 .changes/next-release/api-change-sagemaker-97613.json diff --git a/.changes/next-release/api-change-connect-36600.json b/.changes/next-release/api-change-connect-36600.json new file mode 100644 index 0000000000..94adf145f3 --- /dev/null +++ b/.changes/next-release/api-change-connect-36600.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Update list and string length limits for predefined attributes." +} diff --git a/.changes/next-release/api-change-inspector2-12235.json b/.changes/next-release/api-change-inspector2-12235.json new file mode 100644 index 0000000000..4a45860a13 --- /dev/null +++ b/.changes/next-release/api-change-inspector2-12235.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``inspector2``", + "description": "[``botocore``] This release adds ECR container image scanning based on their lastRecordedPullTime." +} diff --git a/.changes/next-release/api-change-sagemaker-97613.json b/.changes/next-release/api-change-sagemaker-97613.json new file mode 100644 index 0000000000..09a2d209af --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-97613.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs." +} From 40e58d41e58cf260744868062767a314e1c68d15 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Jan 2024 19:11:57 +0000 Subject: [PATCH 3/3] Bumping version to 1.34.29 --- .changes/1.34.29.json | 17 +++++++++++++++++ .../next-release/api-change-connect-36600.json | 5 ----- .../api-change-inspector2-12235.json | 5 ----- .../api-change-sagemaker-97613.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.34.29.json delete mode 100644 .changes/next-release/api-change-connect-36600.json delete mode 100644 .changes/next-release/api-change-inspector2-12235.json delete mode 100644 .changes/next-release/api-change-sagemaker-97613.json diff --git a/.changes/1.34.29.json b/.changes/1.34.29.json new file mode 100644 index 0000000000..0ea36f9985 --- /dev/null +++ b/.changes/1.34.29.json @@ -0,0 +1,17 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] Update list and string length limits for predefined attributes.", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "[``botocore``] This release adds ECR container image scanning based on their lastRecordedPullTime.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-36600.json b/.changes/next-release/api-change-connect-36600.json deleted file mode 100644 index 94adf145f3..0000000000 --- a/.changes/next-release/api-change-connect-36600.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Update list and string length limits for predefined attributes." -} diff --git a/.changes/next-release/api-change-inspector2-12235.json b/.changes/next-release/api-change-inspector2-12235.json deleted file mode 100644 index 4a45860a13..0000000000 --- a/.changes/next-release/api-change-inspector2-12235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``inspector2``", - "description": "[``botocore``] This release adds ECR container image scanning based on their lastRecordedPullTime." -} diff --git a/.changes/next-release/api-change-sagemaker-97613.json b/.changes/next-release/api-change-sagemaker-97613.json deleted file mode 100644 index 09a2d209af..0000000000 --- a/.changes/next-release/api-change-sagemaker-97613.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fee2e09b57..a29f7ead3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.29 +======= + +* api-change:``connect``: [``botocore``] Update list and string length limits for predefined attributes. +* api-change:``inspector2``: [``botocore``] This release adds ECR container image scanning based on their lastRecordedPullTime. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. + + 1.34.28 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 27a150d200..030b06476e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.28' +__version__ = '1.34.29' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1bc0352b4e..a6154994dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.28,<1.35.0 + botocore>=1.34.29,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 4ac0b26602..a6746d5a08 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.28,<1.35.0', + 'botocore>=1.34.29,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]