Skip to content

Commit

Permalink
Bumping version to 1.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 7, 2022
1 parent abdaa70 commit 9848ee6
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 64 deletions.
62 changes: 62 additions & 0 deletions .changes/1.27.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``athena``",
"description": "Adds support for using Query Result Reuse",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models command to latest version",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules command to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-athena-44015.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-64267.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-37803.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticache-56688.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-14949.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-13578.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-81754.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-60300.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-25435.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wellarchitected-45195.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-2813.json

This file was deleted.

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

1.27.4
======

* api-change:``athena``: Adds support for using Query Result Reuse
* api-change:``autoscaling``: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
* api-change:``cloudtrail``: This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
* api-change:``ec2``: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
* api-change:``elasticache``: Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support.
* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.
* api-change:``ssm``: This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation
* api-change:``wafv2``: The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements.
* api-change:``wellarchitected``: This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews.
* api-change:``workspaces``: This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version


1.27.3
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.27.3'
__version__ = '1.27.4'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27'
# The full version, including alpha/beta/rc tags.
release = '1.27.3'
release = '1.27.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3
botocore==1.29.4
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.29.3',
'botocore==1.29.4',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 9848ee6

Please sign in to comment.