Skip to content

Commit

Permalink
Bump version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 6, 2022
1 parent fb1a409 commit 8ebb9fe
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/2.6.3.json
@@ -0,0 +1,52 @@
[
{
"category": "``kendra``",
"description": "AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html",
"type": "api-change"
},
{
"category": "``iot``",
"description": "AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "Documentation updates for Lightsail",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.",
"type": "api-change"
},
{
"category": "eks get-token",
"description": "Add support for respecting API version found in KUBERNETES_EXEC_INFO environment variable",
"type": "enhancement"
},
{
"category": "``ec2``",
"description": "Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage",
"type": "api-change"
},
{
"category": "``backup``",
"description": "Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "This release adds the TargetMaps parameter in SSM State Manager API.",
"type": "api-change"
},
{
"category": "``iotsecuretunneling``",
"description": "This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens",
"type": "api-change"
},
{
"category": "eks update-kubeconfig",
"description": "Update default API version to v1beta1",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-backup-30265.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-datasync-44655.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-iot-81011.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-iotsecuretunneling-56777.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kendra-82460.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-lightsail-73619.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ssm-26687.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-eksgettoken-91863.json

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

2.6.3
=====

* api-change:``kendra``: AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html
* api-change:``iot``: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
* api-change:``lightsail``: Documentation updates for Lightsail
* api-change:``datasync``: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.
* enhancement:eks get-token: Add support for respecting API version found in KUBERNETES_EXEC_INFO environment variable
* api-change:``ec2``: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
* api-change:``backup``: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
* api-change:``ssm``: This release adds the TargetMaps parameter in SSM State Manager API.
* api-change:``iotsecuretunneling``: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
* enhancement:eks update-kubeconfig: Update default API version to v1beta1


2.6.2
=====

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

__version__ = '2.6.2'
__version__ = '2.6.3'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.6.2'
release = '2.6.3'

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

0 comments on commit 8ebb9fe

Please sign in to comment.