Skip to content

Commit

Permalink
Bump version to 2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2022
1 parent 9a11309 commit 43fcd1a
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/2.7.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``redshift``",
"description": "This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Removed prerelease language for GA launch.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.",
"type": "api-change"
},
{
"category": "``networkmanager``",
"description": "This release adds general availability API support for AWS Cloud WAN.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-backup-55656.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ec2-58057.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-networkmanager-99105.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-redshift-75382.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-redshiftserverless-68924.json

This file was deleted.

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

2.7.15
======

* api-change:``redshift``: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
* api-change:``backup``: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
* api-change:``redshift-serverless``: Removed prerelease language for GA launch.
* api-change:``ec2``: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
* api-change:``networkmanager``: This release adds general availability API support for AWS Cloud WAN.


2.7.14
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import importlib.abc
import sys

__version__ = '2.7.14'
__version__ = '2.7.15'

#
# 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 @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.7.14'
release = '2.7.15'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 43fcd1a

Please sign in to comment.