From 762e8fb611d34f7e399e00be3b9bb70f078c289f Mon Sep 17 00:00:00 2001 From: John L <47447266+aBurmeseDev@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:37:25 -0700 Subject: [PATCH 1/3] chore: update ancient issue bot (#3734) --- .github/workflows/stale_issue.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 0305b9cd6b..bc2be6eb26 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -14,15 +14,9 @@ jobs: runs-on: ubuntu-latest name: Stale issue job steps: - - uses: aws-actions/stale-issue-cleanup@v4 + - uses: aws-actions/stale-issue-cleanup@v6 with: issue-types: issues - ancient-issue-message: Greetings! It looks like this issue hasn’t been active in longer - than one year. We encourage you to check if this is still an issue in the latest release. - In the absence of more information, we will be closing this issue soon. - If you find that this is still a problem, please feel free to provide a comment or upvote - with a reaction on the initial post to prevent automatic closure. If the issue is already closed, - please feel free to open a new one. stale-issue-message: Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. @@ -42,7 +36,6 @@ jobs: # Issue timing days-before-stale: 5 days-before-close: 2 - days-before-ancient: 365 # 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 # the total number of +1, heart, hooray, and rocket reactions From 21d63f007668040c05cd91d6bdeb27f88f8900a9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Jun 2023 18:07:13 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-devopsguru-90226.json | 5 +++++ .changes/next-release/api-change-fsx-80162.json | 5 +++++ .changes/next-release/api-change-rds-46523.json | 5 +++++ .../next-release/api-change-verifiedpermissions-64550.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-devopsguru-90226.json create mode 100644 .changes/next-release/api-change-fsx-80162.json create mode 100644 .changes/next-release/api-change-rds-46523.json create mode 100644 .changes/next-release/api-change-verifiedpermissions-64550.json diff --git a/.changes/next-release/api-change-devopsguru-90226.json b/.changes/next-release/api-change-devopsguru-90226.json new file mode 100644 index 0000000000..0ad61b53c4 --- /dev/null +++ b/.changes/next-release/api-change-devopsguru-90226.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``devops-guru``", + "description": "[``botocore``] This release adds support for encryption via customer managed keys." +} diff --git a/.changes/next-release/api-change-fsx-80162.json b/.changes/next-release/api-change-fsx-80162.json new file mode 100644 index 0000000000..4ade4b225a --- /dev/null +++ b/.changes/next-release/api-change-fsx-80162.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "[``botocore``] Update to Amazon FSx documentation." +} diff --git a/.changes/next-release/api-change-rds-46523.json b/.changes/next-release/api-change-rds-46523.json new file mode 100644 index 0000000000..f8ef035a3e --- /dev/null +++ b/.changes/next-release/api-change-rds-46523.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances." +} diff --git a/.changes/next-release/api-change-verifiedpermissions-64550.json b/.changes/next-release/api-change-verifiedpermissions-64550.json new file mode 100644 index 0000000000..d9fa42814b --- /dev/null +++ b/.changes/next-release/api-change-verifiedpermissions-64550.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``verifiedpermissions``", + "description": "[``botocore``] Added improved descriptions and new code samples to SDK documentation." +} From 252234ebb7d43f639e05425ce439baeb6b3afabd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Jun 2023 18:07:22 +0000 Subject: [PATCH 3/3] Bumping version to 1.26.160 --- .changes/1.26.160.json | 22 +++++++++++++++++++ .../api-change-devopsguru-90226.json | 5 ----- .../next-release/api-change-fsx-80162.json | 5 ----- .../next-release/api-change-rds-46523.json | 5 ----- .../api-change-verifiedpermissions-64550.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.26.160.json delete mode 100644 .changes/next-release/api-change-devopsguru-90226.json delete mode 100644 .changes/next-release/api-change-fsx-80162.json delete mode 100644 .changes/next-release/api-change-rds-46523.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-64550.json diff --git a/.changes/1.26.160.json b/.changes/1.26.160.json new file mode 100644 index 0000000000..4dbf1bce45 --- /dev/null +++ b/.changes/1.26.160.json @@ -0,0 +1,22 @@ +[ + { + "category": "``devops-guru``", + "description": "[``botocore``] This release adds support for encryption via customer managed keys.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] Update to Amazon FSx documentation.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "[``botocore``] Added improved descriptions and new code samples to SDK documentation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-devopsguru-90226.json b/.changes/next-release/api-change-devopsguru-90226.json deleted file mode 100644 index 0ad61b53c4..0000000000 --- a/.changes/next-release/api-change-devopsguru-90226.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devops-guru``", - "description": "[``botocore``] This release adds support for encryption via customer managed keys." -} diff --git a/.changes/next-release/api-change-fsx-80162.json b/.changes/next-release/api-change-fsx-80162.json deleted file mode 100644 index 4ade4b225a..0000000000 --- a/.changes/next-release/api-change-fsx-80162.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] Update to Amazon FSx documentation." -} diff --git a/.changes/next-release/api-change-rds-46523.json b/.changes/next-release/api-change-rds-46523.json deleted file mode 100644 index f8ef035a3e..0000000000 --- a/.changes/next-release/api-change-rds-46523.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-64550.json b/.changes/next-release/api-change-verifiedpermissions-64550.json deleted file mode 100644 index d9fa42814b..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-64550.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "[``botocore``] Added improved descriptions and new code samples to SDK documentation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c373a51fe..f166c7a361 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.26.160 +======== + +* api-change:``devops-guru``: [``botocore``] This release adds support for encryption via customer managed keys. +* api-change:``fsx``: [``botocore``] Update to Amazon FSx documentation. +* api-change:``rds``: [``botocore``] Documentation improvements for create, describe, and modify DB clusters and DB instances. +* api-change:``verifiedpermissions``: [``botocore``] Added improved descriptions and new code samples to SDK documentation. + + 1.26.159 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 25091557ff..5c75355d02 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.159' +__version__ = '1.26.160' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 376e5197bd..ec0b4cebdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.159,<1.30.0 + botocore>=1.29.160,<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 486436e942..e45c31ae99 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.159,<1.30.0', + 'botocore>=1.29.160,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]