From d621f4c4bce9baa0ed39d04372beaea3aae67147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:46:42 +0000 Subject: [PATCH 1/3] Bump aws-github-ops/handle-stale-discussions from 1.5.2 to 1.6 Bumps [aws-github-ops/handle-stale-discussions](https://github.com/aws-github-ops/handle-stale-discussions) from 1.5.2 to 1.6. - [Release notes](https://github.com/aws-github-ops/handle-stale-discussions/releases) - [Commits](https://github.com/aws-github-ops/handle-stale-discussions/compare/a98e47e10f9a5d4ed08ffb27b7a19454302f9a43...711a9813957be17629fc6933afcd8bd132c57254) --- updated-dependencies: - dependency-name: aws-github-ops/handle-stale-discussions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/handle-stale-discussions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-stale-discussions.yml b/.github/workflows/handle-stale-discussions.yml index e121d39c50..af7dc4327c 100644 --- a/.github/workflows/handle-stale-discussions.yml +++ b/.github/workflows/handle-stale-discussions.yml @@ -16,7 +16,7 @@ jobs: discussions: write steps: - name: Stale discussions action - uses: aws-github-ops/handle-stale-discussions@a98e47e10f9a5d4ed08ffb27b7a19454302f9a43 + uses: aws-github-ops/handle-stale-discussions@711a9813957be17629fc6933afcd8bd132c57254 with: # This will close stale-discussions as outdated instead of answered close-stale-as-answered: false From c50c3f4f9e2633c373a56cfb22053cd038338d56 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 7 May 2024 18:10:29 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-b2bi-14229.json | 5 +++++ .changes/next-release/api-change-budgets-1981.json | 5 +++++ .changes/next-release/api-change-resiliencehub-70360.json | 5 +++++ .changes/next-release/api-change-route53profiles-24876.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-b2bi-14229.json create mode 100644 .changes/next-release/api-change-budgets-1981.json create mode 100644 .changes/next-release/api-change-resiliencehub-70360.json create mode 100644 .changes/next-release/api-change-route53profiles-24876.json diff --git a/.changes/next-release/api-change-b2bi-14229.json b/.changes/next-release/api-change-b2bi-14229.json new file mode 100644 index 0000000000..9e1719e8ed --- /dev/null +++ b/.changes/next-release/api-change-b2bi-14229.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``b2bi``", + "description": "[``botocore``] Documentation update to clarify the MappingTemplate definition." +} diff --git a/.changes/next-release/api-change-budgets-1981.json b/.changes/next-release/api-change-budgets-1981.json new file mode 100644 index 0000000000..e47ece3aad --- /dev/null +++ b/.changes/next-release/api-change-budgets-1981.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``budgets``", + "description": "[``botocore``] This release adds tag support for budgets and budget actions." +} diff --git a/.changes/next-release/api-change-resiliencehub-70360.json b/.changes/next-release/api-change-resiliencehub-70360.json new file mode 100644 index 0000000000..8fb1517548 --- /dev/null +++ b/.changes/next-release/api-change-resiliencehub-70360.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``resiliencehub``", + "description": "[``botocore``] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources." +} diff --git a/.changes/next-release/api-change-route53profiles-24876.json b/.changes/next-release/api-change-route53profiles-24876.json new file mode 100644 index 0000000000..d99220c65a --- /dev/null +++ b/.changes/next-release/api-change-route53profiles-24876.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53profiles``", + "description": "[``botocore``] Doc only update for Route 53 profiles that fixes some link issues" +} From 00af4775bd596e316412b6d485ddcc7d0bd9cc25 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 7 May 2024 18:11:24 +0000 Subject: [PATCH 3/3] Bumping version to 1.34.100 --- .changes/1.34.100.json | 22 +++++++++++++++++++ .../next-release/api-change-b2bi-14229.json | 5 ----- .../next-release/api-change-budgets-1981.json | 5 ----- .../api-change-resiliencehub-70360.json | 5 ----- .../api-change-route53profiles-24876.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.34.100.json delete mode 100644 .changes/next-release/api-change-b2bi-14229.json delete mode 100644 .changes/next-release/api-change-budgets-1981.json delete mode 100644 .changes/next-release/api-change-resiliencehub-70360.json delete mode 100644 .changes/next-release/api-change-route53profiles-24876.json diff --git a/.changes/1.34.100.json b/.changes/1.34.100.json new file mode 100644 index 0000000000..b542f3c2a5 --- /dev/null +++ b/.changes/1.34.100.json @@ -0,0 +1,22 @@ +[ + { + "category": "``b2bi``", + "description": "[``botocore``] Documentation update to clarify the MappingTemplate definition.", + "type": "api-change" + }, + { + "category": "``budgets``", + "description": "[``botocore``] This release adds tag support for budgets and budget actions.", + "type": "api-change" + }, + { + "category": "``resiliencehub``", + "description": "[``botocore``] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.", + "type": "api-change" + }, + { + "category": "``route53profiles``", + "description": "[``botocore``] Doc only update for Route 53 profiles that fixes some link issues", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-b2bi-14229.json b/.changes/next-release/api-change-b2bi-14229.json deleted file mode 100644 index 9e1719e8ed..0000000000 --- a/.changes/next-release/api-change-b2bi-14229.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``b2bi``", - "description": "[``botocore``] Documentation update to clarify the MappingTemplate definition." -} diff --git a/.changes/next-release/api-change-budgets-1981.json b/.changes/next-release/api-change-budgets-1981.json deleted file mode 100644 index e47ece3aad..0000000000 --- a/.changes/next-release/api-change-budgets-1981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``budgets``", - "description": "[``botocore``] This release adds tag support for budgets and budget actions." -} diff --git a/.changes/next-release/api-change-resiliencehub-70360.json b/.changes/next-release/api-change-resiliencehub-70360.json deleted file mode 100644 index 8fb1517548..0000000000 --- a/.changes/next-release/api-change-resiliencehub-70360.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resiliencehub``", - "description": "[``botocore``] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources." -} diff --git a/.changes/next-release/api-change-route53profiles-24876.json b/.changes/next-release/api-change-route53profiles-24876.json deleted file mode 100644 index d99220c65a..0000000000 --- a/.changes/next-release/api-change-route53profiles-24876.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53profiles``", - "description": "[``botocore``] Doc only update for Route 53 profiles that fixes some link issues" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90919f6e63..0837275acd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.100 +======== + +* api-change:``b2bi``: [``botocore``] Documentation update to clarify the MappingTemplate definition. +* api-change:``budgets``: [``botocore``] This release adds tag support for budgets and budget actions. +* api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. +* api-change:``route53profiles``: [``botocore``] Doc only update for Route 53 profiles that fixes some link issues + + 1.34.99 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 99128cf785..d586c75f78 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.99' +__version__ = '1.34.100' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 81a81e226e..fb45fd052d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.99,<1.35.0 + botocore>=1.34.100,<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 a02e27133d..c3a394cc38 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.99,<1.35.0', + 'botocore>=1.34.100,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]