From 624d8e7e993a734d554f2c827523aa7dd171aff1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 10 Jun 2024 18:02:58 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-applicationsignals-69969.json | 5 +++++ .changes/next-release/api-change-ecs-41319.json | 5 +++++ .changes/next-release/api-change-imagebuilder-63253.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-applicationsignals-69969.json create mode 100644 .changes/next-release/api-change-ecs-41319.json create mode 100644 .changes/next-release/api-change-imagebuilder-63253.json diff --git a/.changes/next-release/api-change-applicationsignals-69969.json b/.changes/next-release/api-change-applicationsignals-69969.json new file mode 100644 index 0000000000..4af573d527 --- /dev/null +++ b/.changes/next-release/api-change-applicationsignals-69969.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-signals``", + "description": "[``botocore``] This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives." +} diff --git a/.changes/next-release/api-change-ecs-41319.json b/.changes/next-release/api-change-ecs-41319.json new file mode 100644 index 0000000000..b6f6f2629c --- /dev/null +++ b/.changes/next-release/api-change-ecs-41319.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption." +} diff --git a/.changes/next-release/api-change-imagebuilder-63253.json b/.changes/next-release/api-change-imagebuilder-63253.json new file mode 100644 index 0000000000..e970d2caf7 --- /dev/null +++ b/.changes/next-release/api-change-imagebuilder-63253.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``imagebuilder``", + "description": "[``botocore``] This release updates the regex pattern for Image Builder ARNs." +} From 16f680186cb8a429c890801e74db4e2d61d1f56d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 10 Jun 2024 18:03:58 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.123 --- .changes/1.34.123.json | 17 +++++++++++++++++ .../api-change-applicationsignals-69969.json | 5 ----- .changes/next-release/api-change-ecs-41319.json | 5 ----- .../api-change-imagebuilder-63253.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.34.123.json delete mode 100644 .changes/next-release/api-change-applicationsignals-69969.json delete mode 100644 .changes/next-release/api-change-ecs-41319.json delete mode 100644 .changes/next-release/api-change-imagebuilder-63253.json diff --git a/.changes/1.34.123.json b/.changes/1.34.123.json new file mode 100644 index 0000000000..ebecc06be3 --- /dev/null +++ b/.changes/1.34.123.json @@ -0,0 +1,17 @@ +[ + { + "category": "``application-signals``", + "description": "[``botocore``] This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "[``botocore``] This release updates the regex pattern for Image Builder ARNs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationsignals-69969.json b/.changes/next-release/api-change-applicationsignals-69969.json deleted file mode 100644 index 4af573d527..0000000000 --- a/.changes/next-release/api-change-applicationsignals-69969.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-signals``", - "description": "[``botocore``] This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives." -} diff --git a/.changes/next-release/api-change-ecs-41319.json b/.changes/next-release/api-change-ecs-41319.json deleted file mode 100644 index b6f6f2629c..0000000000 --- a/.changes/next-release/api-change-ecs-41319.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption." -} diff --git a/.changes/next-release/api-change-imagebuilder-63253.json b/.changes/next-release/api-change-imagebuilder-63253.json deleted file mode 100644 index e970d2caf7..0000000000 --- a/.changes/next-release/api-change-imagebuilder-63253.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "[``botocore``] This release updates the regex pattern for Image Builder ARNs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd602d65d4..ea32b68b0e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.123 +======== + +* api-change:``application-signals``: [``botocore``] This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. +* api-change:``ecs``: [``botocore``] This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. +* api-change:``imagebuilder``: [``botocore``] This release updates the regex pattern for Image Builder ARNs. + + 1.34.122 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index a77139ecb3..f66bd73f77 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.122' +__version__ = '1.34.123' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index da2534d367..2945ce7c6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.122,<1.35.0 + botocore>=1.34.123,<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 0b2d279dc8..0a2296f80b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.122,<1.35.0', + 'botocore>=1.34.123,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]