From adb9f74ee9c56751acf600f830ccb3bc8a4b62dc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 31 May 2024 18:16:34 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-8785.json | 5 +++++ .changes/next-release/api-change-codegurusecurity-50197.json | 5 +++++ .changes/next-release/api-change-elasticache-31667.json | 5 +++++ .changes/next-release/api-change-launchwizard-79133.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-8785.json create mode 100644 .changes/next-release/api-change-codegurusecurity-50197.json create mode 100644 .changes/next-release/api-change-elasticache-31667.json create mode 100644 .changes/next-release/api-change-launchwizard-79133.json diff --git a/.changes/next-release/api-change-codebuild-8785.json b/.changes/next-release/api-change-codebuild-8785.json new file mode 100644 index 0000000000..1877cae5b0 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-8785.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise" +} diff --git a/.changes/next-release/api-change-codegurusecurity-50197.json b/.changes/next-release/api-change-codegurusecurity-50197.json new file mode 100644 index 0000000000..72eebb8412 --- /dev/null +++ b/.changes/next-release/api-change-codegurusecurity-50197.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codeguru-security``", + "description": "[``botocore``] This release includes minor model updates and documentation updates." +} diff --git a/.changes/next-release/api-change-elasticache-31667.json b/.changes/next-release/api-change-elasticache-31667.json new file mode 100644 index 0000000000..7479dcab0e --- /dev/null +++ b/.changes/next-release/api-change-elasticache-31667.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elasticache``", + "description": "[``botocore``] Update to attributes of TestFailover and minor revisions." +} diff --git a/.changes/next-release/api-change-launchwizard-79133.json b/.changes/next-release/api-change-launchwizard-79133.json new file mode 100644 index 0000000000..b7517dbd7b --- /dev/null +++ b/.changes/next-release/api-change-launchwizard-79133.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``launch-wizard``", + "description": "[``botocore``] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations." +} From 1b228ea2b00a33f2f1f440ce302e425c3afed032 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 31 May 2024 18:17:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.117 --- .changes/1.34.117.json | 22 +++++++++++++++++++ .../api-change-codebuild-8785.json | 5 ----- .../api-change-codegurusecurity-50197.json | 5 ----- .../api-change-elasticache-31667.json | 5 ----- .../api-change-launchwizard-79133.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.117.json delete mode 100644 .changes/next-release/api-change-codebuild-8785.json delete mode 100644 .changes/next-release/api-change-codegurusecurity-50197.json delete mode 100644 .changes/next-release/api-change-elasticache-31667.json delete mode 100644 .changes/next-release/api-change-launchwizard-79133.json diff --git a/.changes/1.34.117.json b/.changes/1.34.117.json new file mode 100644 index 0000000000..d5c5b32307 --- /dev/null +++ b/.changes/1.34.117.json @@ -0,0 +1,22 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise", + "type": "api-change" + }, + { + "category": "``codeguru-security``", + "description": "[``botocore``] This release includes minor model updates and documentation updates.", + "type": "api-change" + }, + { + "category": "``elasticache``", + "description": "[``botocore``] Update to attributes of TestFailover and minor revisions.", + "type": "api-change" + }, + { + "category": "``launch-wizard``", + "description": "[``botocore``] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-8785.json b/.changes/next-release/api-change-codebuild-8785.json deleted file mode 100644 index 1877cae5b0..0000000000 --- a/.changes/next-release/api-change-codebuild-8785.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise" -} diff --git a/.changes/next-release/api-change-codegurusecurity-50197.json b/.changes/next-release/api-change-codegurusecurity-50197.json deleted file mode 100644 index 72eebb8412..0000000000 --- a/.changes/next-release/api-change-codegurusecurity-50197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeguru-security``", - "description": "[``botocore``] This release includes minor model updates and documentation updates." -} diff --git a/.changes/next-release/api-change-elasticache-31667.json b/.changes/next-release/api-change-elasticache-31667.json deleted file mode 100644 index 7479dcab0e..0000000000 --- a/.changes/next-release/api-change-elasticache-31667.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elasticache``", - "description": "[``botocore``] Update to attributes of TestFailover and minor revisions." -} diff --git a/.changes/next-release/api-change-launchwizard-79133.json b/.changes/next-release/api-change-launchwizard-79133.json deleted file mode 100644 index b7517dbd7b..0000000000 --- a/.changes/next-release/api-change-launchwizard-79133.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``launch-wizard``", - "description": "[``botocore``] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b5a8804ea..540b049a06 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.117 +======== + +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise +* api-change:``codeguru-security``: [``botocore``] This release includes minor model updates and documentation updates. +* api-change:``elasticache``: [``botocore``] Update to attributes of TestFailover and minor revisions. +* api-change:``launch-wizard``: [``botocore``] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. + + 1.34.116 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index f45dc4462d..841df94f3c 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.116' +__version__ = '1.34.117' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index dddb461cc2..206e76194b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.116,<1.35.0 + botocore>=1.34.117,<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 30cd7f6872..f4f37e6e0d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.116,<1.35.0', + 'botocore>=1.34.117,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]