Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Bumping version to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 8, 2021
1 parent 3b50e15 commit 4cbbe89
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 30 deletions.
27 changes: 27 additions & 0 deletions .changes/1.22.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``wafv2``",
"description": "You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.",
"type": "api-change"
},
{
"category": "``chime-sdk-meetings``",
"description": "Updated format validation for ids and regions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds internal validation on the GatewayAssociationState field",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.",
"type": "api-change"
},
{
"category": "EndpointResolver",
"description": "Adding support for resolving modeled FIPS and Dualstack endpoints. Added `AWS_USE_DUALSTACK_ENDPOINT` and `AWS_USE_FIPS_ENDPOINT` environment variables to enable these features.",
"type": "feature"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmeetings-4878.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-28458.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-EndpointResolver-97126.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
=========

1.22.0
======

* api-change:``wafv2``: You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.
* api-change:``chime-sdk-meetings``: Updated format validation for ids and regions.
* api-change:``ec2``: This release adds internal validation on the GatewayAssociationState field
* api-change:``sagemaker``: SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
* feature:EndpointResolver: Adding support for resolving modeled FIPS and Dualstack endpoints. Added `AWS_USE_DUALSTACK_ENDPOINT` and `AWS_USE_FIPS_ENDPOINT` environment variables to enable these features.


1.21.12
=======

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.21.12'
__version__ = '1.22.0'

#
# Get our data path to be added to botocore's search path
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.21.'
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = '1.21.12'
release = '1.22.0'

# 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.22.12
botocore==1.23.0
docutils>=0.10,<0.16
s3transfer>=0.5.0,<0.6.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.22.12',
'botocore==1.23.0',
'docutils>=0.10,<0.16',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 4cbbe89

Please sign in to comment.