Skip to content

Commit

Permalink
Bumping version to 1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 27, 2022
1 parent 5d2e57c commit fc23d6c
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/1.26.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``ec2``",
"description": "Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.",
"type": "api-change"
},
{
"category": "``fms``",
"description": "Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added support for custom datatypes when using custom csv classifier.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-11742.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-87322.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-56928.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-54598.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-51706.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.3
======

* api-change:``ec2``: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* api-change:``fms``: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
* api-change:``glue``: Added support for custom datatypes when using custom csv classifier.
* api-change:``redshift``: This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
* api-change:``sagemaker``: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
* api-change:``wafv2``: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.


1.26.2
======

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.26.2'
__version__ = '1.26.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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.26'
# The full version, including alpha/beta/rc tags.
release = '1.26.2'
release = '1.26.3'

# 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.28.2
botocore==1.28.3
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.28.2',
'botocore==1.28.3',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit fc23d6c

Please sign in to comment.