From ba14db281318f321f6158cbd96c643b45cab094d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 9 Jan 2025 19:03:58 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-codebuild-2116.json | 5 +++++ .changes/next-release/api-change-computeoptimizer-77073.json | 5 +++++ .changes/next-release/api-change-fms-88443.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-2116.json create mode 100644 .changes/next-release/api-change-computeoptimizer-77073.json create mode 100644 .changes/next-release/api-change-fms-88443.json diff --git a/.changes/next-release/api-change-codebuild-2116.json b/.changes/next-release/api-change-codebuild-2116.json new file mode 100644 index 000000000000..5d0ee6905e1e --- /dev/null +++ b/.changes/next-release/api-change-codebuild-2116.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda" +} diff --git a/.changes/next-release/api-change-computeoptimizer-77073.json b/.changes/next-release/api-change-computeoptimizer-77073.json new file mode 100644 index 000000000000..99e541cedbcb --- /dev/null +++ b/.changes/next-release/api-change-computeoptimizer-77073.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``compute-optimizer``", + "description": "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-88443.json b/.changes/next-release/api-change-fms-88443.json new file mode 100644 index 000000000000..14827288af11 --- /dev/null +++ b/.changes/next-release/api-change-fms-88443.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fms``", + "description": "AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator." +} From 25b28c68015fa0438c5d5d7aa81137b90351714e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 9 Jan 2025 19:05:20 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.37 --- .changes/1.36.37.json | 17 +++++++++++++++++ .../next-release/api-change-codebuild-2116.json | 5 ----- .../api-change-computeoptimizer-77073.json | 5 ----- .changes/next-release/api-change-fms-88443.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.36.37.json delete mode 100644 .changes/next-release/api-change-codebuild-2116.json delete mode 100644 .changes/next-release/api-change-computeoptimizer-77073.json delete mode 100644 .changes/next-release/api-change-fms-88443.json diff --git a/.changes/1.36.37.json b/.changes/1.36.37.json new file mode 100644 index 000000000000..776885cb0a99 --- /dev/null +++ b/.changes/1.36.37.json @@ -0,0 +1,17 @@ +[ + { + "category": "``codebuild``", + "description": "AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "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": "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-2116.json b/.changes/next-release/api-change-codebuild-2116.json deleted file mode 100644 index 5d0ee6905e1e..000000000000 --- a/.changes/next-release/api-change-codebuild-2116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda" -} diff --git a/.changes/next-release/api-change-computeoptimizer-77073.json b/.changes/next-release/api-change-computeoptimizer-77073.json deleted file mode 100644 index 99e541cedbcb..000000000000 --- a/.changes/next-release/api-change-computeoptimizer-77073.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``compute-optimizer``", - "description": "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-88443.json b/.changes/next-release/api-change-fms-88443.json deleted file mode 100644 index 14827288af11..000000000000 --- a/.changes/next-release/api-change-fms-88443.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "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 4020d7717377..a60336356ea0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.36.37 +======= + +* api-change:``codebuild``: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda +* api-change:``compute-optimizer``: 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``: AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator. + + 1.36.36 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 99004b623e8e..2800187a219e 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.36' +__version__ = '1.36.37' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 170e1787b573..b38d54e243c0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.36' +release = '1.36.37' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 74c2f4f44f17..ab422e87d8ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.95 + botocore==1.35.96 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index f9dfe6f28d15..cd68d1b288dc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.95', + 'botocore==1.35.96', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',