From 84ce3c061d34e15ee53ec9a71a37036dee257ad1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 9 Jan 2025 19:04:51 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-16009.json | 5 +++++ .changes/next-release/api-change-computeoptimizer-12500.json | 5 +++++ .changes/next-release/api-change-fms-69507.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-16009.json create mode 100644 .changes/next-release/api-change-computeoptimizer-12500.json create mode 100644 .changes/next-release/api-change-fms-69507.json diff --git a/.changes/next-release/api-change-codebuild-16009.json b/.changes/next-release/api-change-codebuild-16009.json new file mode 100644 index 0000000000..26847d6186 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-16009.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda" +} diff --git a/.changes/next-release/api-change-computeoptimizer-12500.json b/.changes/next-release/api-change-computeoptimizer-12500.json new file mode 100644 index 0000000000..70e2889451 --- /dev/null +++ b/.changes/next-release/api-change-computeoptimizer-12500.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``compute-optimizer``", + "description": "[``botocore``] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types." +} diff --git a/.changes/next-release/api-change-fms-69507.json b/.changes/next-release/api-change-fms-69507.json new file mode 100644 index 0000000000..d90b2959b8 --- /dev/null +++ b/.changes/next-release/api-change-fms-69507.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fms``", + "description": "[``botocore``] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator." +} From 15f31988bed6d82e91ac03b166d852066f0fe699 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 9 Jan 2025 19:05:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.96 --- .changes/1.35.96.json | 17 +++++++++++++++++ .../api-change-codebuild-16009.json | 5 ----- .../api-change-computeoptimizer-12500.json | 5 ----- .changes/next-release/api-change-fms-69507.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.35.96.json delete mode 100644 .changes/next-release/api-change-codebuild-16009.json delete mode 100644 .changes/next-release/api-change-computeoptimizer-12500.json delete mode 100644 .changes/next-release/api-change-fms-69507.json diff --git a/.changes/1.35.96.json b/.changes/1.35.96.json new file mode 100644 index 0000000000..4f7ba46efe --- /dev/null +++ b/.changes/1.35.96.json @@ -0,0 +1,17 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "[``botocore``] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "[``botocore``] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-16009.json b/.changes/next-release/api-change-codebuild-16009.json deleted file mode 100644 index 26847d6186..0000000000 --- a/.changes/next-release/api-change-codebuild-16009.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda" -} diff --git a/.changes/next-release/api-change-computeoptimizer-12500.json b/.changes/next-release/api-change-computeoptimizer-12500.json deleted file mode 100644 index 70e2889451..0000000000 --- a/.changes/next-release/api-change-computeoptimizer-12500.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``compute-optimizer``", - "description": "[``botocore``] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types." -} diff --git a/.changes/next-release/api-change-fms-69507.json b/.changes/next-release/api-change-fms-69507.json deleted file mode 100644 index d90b2959b8..0000000000 --- a/.changes/next-release/api-change-fms-69507.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "[``botocore``] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d50706d96..54adaeba6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.96 +======= + +* api-change:``codebuild``: [``botocore``] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda +* api-change:``compute-optimizer``: [``botocore``] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types. +* api-change:``fms``: [``botocore``] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator. + + 1.35.95 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 1a4d066793..878e59c04c 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.95' +__version__ = '1.35.96' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 678249fc1f..3f7c0c2134 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.95,<1.36.0 + botocore>=1.35.96,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 1ee734b36a..c87e15da58 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.95,<1.36.0', + 'botocore>=1.35.96,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]