Skip to content

Commit

Permalink
Bumping version to 1.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 10, 2022
1 parent 72c2893 commit b0e2412
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.26.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``autoscaling``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Text only updates to some Resource Explorer descriptions.",
"type": "api-change"
},
{
"category": "``scheduler``",
"description": "[``botocore``] 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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-15550.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-5997.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-28732.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-es-93933.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resourceexplorer2-41521.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-scheduler-33429.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.26.7
======

* api-change:``autoscaling``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Text only updates to some Resource Explorer descriptions.
* api-change:``scheduler``: [``botocore``] 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.26.6
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.6'
__version__ = '1.26.7'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.6,<1.30.0
botocore>=1.29.7,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.6,<1.30.0',
'botocore>=1.29.7,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit b0e2412

Please sign in to comment.