From f065b27b4722768b155d1507b00074670cf65fe5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 18 Nov 2024 19:14:43 +0000 Subject: [PATCH] Bumping version to 1.36.5 --- .changes/1.36.5.json | 57 +++++++++++++++++++ .../api-change-appconfig-65853.json | 5 -- .../api-change-autoscaling-30637.json | 5 -- .../api-change-cloudformation-48844.json | 5 -- .../api-change-connect-63453.json | 5 -- .../api-change-customerprofiles-23550.json | 5 -- .../next-release/api-change-ec2-95730.json | 5 -- .../next-release/api-change-ecs-43272.json | 5 -- .../api-change-iotsitewise-1567.json | 5 -- .../api-change-qconnect-17987.json | 5 -- .../next-release/api-change-rds-90924.json | 5 -- .../api-change-rdsdata-47347.json | 5 -- CHANGELOG.rst | 16 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 17 files changed, 77 insertions(+), 59 deletions(-) create mode 100644 .changes/1.36.5.json delete mode 100644 .changes/next-release/api-change-appconfig-65853.json delete mode 100644 .changes/next-release/api-change-autoscaling-30637.json delete mode 100644 .changes/next-release/api-change-cloudformation-48844.json delete mode 100644 .changes/next-release/api-change-connect-63453.json delete mode 100644 .changes/next-release/api-change-customerprofiles-23550.json delete mode 100644 .changes/next-release/api-change-ec2-95730.json delete mode 100644 .changes/next-release/api-change-ecs-43272.json delete mode 100644 .changes/next-release/api-change-iotsitewise-1567.json delete mode 100644 .changes/next-release/api-change-qconnect-17987.json delete mode 100644 .changes/next-release/api-change-rds-90924.json delete mode 100644 .changes/next-release/api-change-rdsdata-47347.json diff --git a/.changes/1.36.5.json b/.changes/1.36.5.json new file mode 100644 index 000000000000..1a997f87ccac --- /dev/null +++ b/.changes/1.36.5.json @@ -0,0 +1,57 @@ +[ + { + "category": "``appconfig``", + "description": "AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment.", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ).", + "type": "api-change" + }, + { + "category": "``cloudformation``", + "description": "This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow.", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Adding request and response elements for managed resources.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Add support for the automatic pause/resume feature of Aurora Serverless v2.", + "type": "api-change" + }, + { + "category": "``rds-data``", + "description": "Add support for the automatic pause/resume feature of Aurora Serverless v2.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appconfig-65853.json b/.changes/next-release/api-change-appconfig-65853.json deleted file mode 100644 index 3d10cebb36e7..000000000000 --- a/.changes/next-release/api-change-appconfig-65853.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment." -} diff --git a/.changes/next-release/api-change-autoscaling-30637.json b/.changes/next-release/api-change-autoscaling-30637.json deleted file mode 100644 index 933380b30e94..000000000000 --- a/.changes/next-release/api-change-autoscaling-30637.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ)." -} diff --git a/.changes/next-release/api-change-cloudformation-48844.json b/.changes/next-release/api-change-cloudformation-48844.json deleted file mode 100644 index ec7b549b5f95..000000000000 --- a/.changes/next-release/api-change-cloudformation-48844.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation" -} diff --git a/.changes/next-release/api-change-connect-63453.json b/.changes/next-release/api-change-connect-63453.json deleted file mode 100644 index 54c60cf6f122..000000000000 --- a/.changes/next-release/api-change-connect-63453.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow." -} diff --git a/.changes/next-release/api-change-customerprofiles-23550.json b/.changes/next-release/api-change-customerprofiles-23550.json deleted file mode 100644 index b5dd6c42fbda..000000000000 --- a/.changes/next-release/api-change-customerprofiles-23550.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service." -} diff --git a/.changes/next-release/api-change-ec2-95730.json b/.changes/next-release/api-change-ec2-95730.json deleted file mode 100644 index 72ec5dc9c866..000000000000 --- a/.changes/next-release/api-change-ec2-95730.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Adding request and response elements for managed resources." -} diff --git a/.changes/next-release/api-change-ecs-43272.json b/.changes/next-release/api-change-ecs-43272.json deleted file mode 100644 index 3e77e6f61cc6..000000000000 --- a/.changes/next-release/api-change-ecs-43272.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services." -} diff --git a/.changes/next-release/api-change-iotsitewise-1567.json b/.changes/next-release/api-change-iotsitewise-1567.json deleted file mode 100644 index c575a2663225..000000000000 --- a/.changes/next-release/api-change-iotsitewise-1567.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards." -} diff --git a/.changes/next-release/api-change-qconnect-17987.json b/.changes/next-release/api-change-qconnect-17987.json deleted file mode 100644 index dec0732939aa..000000000000 --- a/.changes/next-release/api-change-qconnect-17987.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources." -} diff --git a/.changes/next-release/api-change-rds-90924.json b/.changes/next-release/api-change-rds-90924.json deleted file mode 100644 index 811d6b8017ac..000000000000 --- a/.changes/next-release/api-change-rds-90924.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Add support for the automatic pause/resume feature of Aurora Serverless v2." -} diff --git a/.changes/next-release/api-change-rdsdata-47347.json b/.changes/next-release/api-change-rdsdata-47347.json deleted file mode 100644 index eea092ecdc88..000000000000 --- a/.changes/next-release/api-change-rdsdata-47347.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds-data``", - "description": "Add support for the automatic pause/resume feature of Aurora Serverless v2." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d394500b8302..e93a8c1583fd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +1.36.5 +====== + +* api-change:``appconfig``: AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment. +* api-change:``autoscaling``: Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ). +* api-change:``cloudformation``: This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation +* api-change:``connect``: Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow. +* api-change:``customer-profiles``: This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service. +* api-change:``ec2``: Adding request and response elements for managed resources. +* api-change:``ecs``: This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services. +* api-change:``iotsitewise``: The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards. +* api-change:``qconnect``: This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources. +* api-change:``rds``: Add support for the automatic pause/resume feature of Aurora Serverless v2. +* api-change:``rds-data``: Add support for the automatic pause/resume feature of Aurora Serverless v2. + + 1.36.4 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 4466549cdaed..08c9d41dd078 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.4' +__version__ = '1.36.5' # # 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 db3d98114402..d41095714638 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.4' +release = '1.36.5' # 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 227b1ca410b4..8f2e7e477361 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.63 + botocore==1.35.64 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 e9632c06d7e7..011e890e4ee5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.63', + 'botocore==1.35.64', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',