From 35f1b7776b63060b1c05860f60f03a12aaed8487 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 10 Nov 2022 19:09:26 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-autoscaling-83046.json | 5 +++++ .changes/next-release/api-change-ec2-92636.json | 5 +++++ .changes/next-release/api-change-ecs-15169.json | 5 +++++ .changes/next-release/api-change-es-40085.json | 5 +++++ .../next-release/api-change-resourceexplorer2-59890.json | 5 +++++ .changes/next-release/api-change-scheduler-53239.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-83046.json create mode 100644 .changes/next-release/api-change-ec2-92636.json create mode 100644 .changes/next-release/api-change-ecs-15169.json create mode 100644 .changes/next-release/api-change-es-40085.json create mode 100644 .changes/next-release/api-change-resourceexplorer2-59890.json create mode 100644 .changes/next-release/api-change-scheduler-53239.json diff --git a/.changes/next-release/api-change-autoscaling-83046.json b/.changes/next-release/api-change-autoscaling-83046.json new file mode 100644 index 000000000000..f4f58ffdf894 --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-83046.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price." +} diff --git a/.changes/next-release/api-change-ec2-92636.json b/.changes/next-release/api-change-ec2-92636.json new file mode 100644 index 000000000000..eb275c52b464 --- /dev/null +++ b/.changes/next-release/api-change-ec2-92636.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price." +} diff --git a/.changes/next-release/api-change-ecs-15169.json b/.changes/next-release/api-change-ecs-15169.json new file mode 100644 index 000000000000..f93963dc4500 --- /dev/null +++ b/.changes/next-release/api-change-ecs-15169.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task." +} diff --git a/.changes/next-release/api-change-es-40085.json b/.changes/next-release/api-change-es-40085.json new file mode 100644 index 000000000000..a74b9a65a2a6 --- /dev/null +++ b/.changes/next-release/api-change-es-40085.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``es``", + "description": "Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet." +} diff --git a/.changes/next-release/api-change-resourceexplorer2-59890.json b/.changes/next-release/api-change-resourceexplorer2-59890.json new file mode 100644 index 000000000000..835de851e7d0 --- /dev/null +++ b/.changes/next-release/api-change-resourceexplorer2-59890.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``resource-explorer-2``", + "description": "Text only updates to some Resource Explorer descriptions." +} diff --git a/.changes/next-release/api-change-scheduler-53239.json b/.changes/next-release/api-change-scheduler-53239.json new file mode 100644 index 000000000000..b274fafef0e8 --- /dev/null +++ b/.changes/next-release/api-change-scheduler-53239.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``scheduler``", + "description": "AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service." +} From 2ee7606efad8df945b59c663baf7639e72af7b83 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 10 Nov 2022 19:09:26 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.7 --- .changes/1.27.7.json | 32 +++++++++++++++++++ .../api-change-autoscaling-83046.json | 5 --- .../next-release/api-change-ec2-92636.json | 5 --- .../next-release/api-change-ecs-15169.json | 5 --- .../next-release/api-change-es-40085.json | 5 --- .../api-change-resourceexplorer2-59890.json | 5 --- .../api-change-scheduler-53239.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.27.7.json delete mode 100644 .changes/next-release/api-change-autoscaling-83046.json delete mode 100644 .changes/next-release/api-change-ec2-92636.json delete mode 100644 .changes/next-release/api-change-ecs-15169.json delete mode 100644 .changes/next-release/api-change-es-40085.json delete mode 100644 .changes/next-release/api-change-resourceexplorer2-59890.json delete mode 100644 .changes/next-release/api-change-scheduler-53239.json diff --git a/.changes/1.27.7.json b/.changes/1.27.7.json new file mode 100644 index 000000000000..9e2c708963ff --- /dev/null +++ b/.changes/1.27.7.json @@ -0,0 +1,32 @@ +[ + { + "category": "``autoscaling``", + "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.", + "type": "api-change" + }, + { + "category": "``es``", + "description": "Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.", + "type": "api-change" + }, + { + "category": "``resource-explorer-2``", + "description": "Text only updates to some Resource Explorer descriptions.", + "type": "api-change" + }, + { + "category": "``scheduler``", + "description": "AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-83046.json b/.changes/next-release/api-change-autoscaling-83046.json deleted file mode 100644 index f4f58ffdf894..000000000000 --- a/.changes/next-release/api-change-autoscaling-83046.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price." -} diff --git a/.changes/next-release/api-change-ec2-92636.json b/.changes/next-release/api-change-ec2-92636.json deleted file mode 100644 index eb275c52b464..000000000000 --- a/.changes/next-release/api-change-ec2-92636.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price." -} diff --git a/.changes/next-release/api-change-ecs-15169.json b/.changes/next-release/api-change-ecs-15169.json deleted file mode 100644 index f93963dc4500..000000000000 --- a/.changes/next-release/api-change-ecs-15169.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task." -} diff --git a/.changes/next-release/api-change-es-40085.json b/.changes/next-release/api-change-es-40085.json deleted file mode 100644 index a74b9a65a2a6..000000000000 --- a/.changes/next-release/api-change-es-40085.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``es``", - "description": "Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet." -} diff --git a/.changes/next-release/api-change-resourceexplorer2-59890.json b/.changes/next-release/api-change-resourceexplorer2-59890.json deleted file mode 100644 index 835de851e7d0..000000000000 --- a/.changes/next-release/api-change-resourceexplorer2-59890.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resource-explorer-2``", - "description": "Text only updates to some Resource Explorer descriptions." -} diff --git a/.changes/next-release/api-change-scheduler-53239.json b/.changes/next-release/api-change-scheduler-53239.json deleted file mode 100644 index b274fafef0e8..000000000000 --- a/.changes/next-release/api-change-scheduler-53239.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``scheduler``", - "description": "AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f360c9c5f82..4fe946e514fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.27.7 +====== + +* api-change:``autoscaling``: This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price. +* api-change:``ec2``: This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price. +* api-change:``ecs``: This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task. +* api-change:``es``: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet. +* api-change:``resource-explorer-2``: Text only updates to some Resource Explorer descriptions. +* api-change:``scheduler``: AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. + + 1.27.6 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index a5e332daf6f0..7b25b8a0bac0 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.6' +__version__ = '1.27.7' # # 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 56958a108f15..3158d33f951b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27' # The full version, including alpha/beta/rc tags. -release = '1.27.6' +release = '1.27.7' # 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 470aad58930a..764fa48859bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.6 + botocore==1.29.7 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 03d749fbc538..019e93261d38 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.6', + 'botocore==1.29.7', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',