Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 6, 2021
1 parent 9e5db22 commit da35003
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 54 deletions.
52 changes: 52 additions & 0 deletions .changes/2.2.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``kinesisanalyticsv2``",
"description": "Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version",
"type": "api-change"
},
{
"category": "``servicediscovery``",
"description": "Bugfix: Improved input validation for RegisterInstance action, InstanceId field",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "SSM feature release - ChangeCalendar integration with StateManager.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Documentation updates for FinSpace API.",
"type": "api-change"
},
{
"category": "``auditmanager``",
"description": "This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint",
"type": "api-change"
},
{
"category": "``nimble``",
"description": "Documentation Updates for Amazon Nimble Studio.",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing",
"type": "api-change"
},
{
"category": "``finspace-data``",
"description": "Documentation updates for FinSpaceData API.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-auditmanager-15002.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-finspace-37972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-finspacedata-12374.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kafka-86092.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kinesisanalyticsv2-66533.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-nimble-63034.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-sagemaker-62000.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-servicediscovery-34605.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-snowball-34159.json

This file was deleted.

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

This file was deleted.

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

2.2.3
=====

* api-change:``kinesisanalyticsv2``: Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version
* api-change:``servicediscovery``: Bugfix: Improved input validation for RegisterInstance action, InstanceId field
* api-change:``ssm``: SSM feature release - ChangeCalendar integration with StateManager.
* api-change:``finspace``: Documentation updates for FinSpace API.
* api-change:``auditmanager``: This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute.
* api-change:``sagemaker``: Amazon SageMaker Autopilot now provides the ability to automatically deploy the best model to an endpoint
* api-change:``nimble``: Documentation Updates for Amazon Nimble Studio.
* api-change:``kafka``: IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
* api-change:``snowball``: AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing
* api-change:``finspace-data``: Documentation updates for FinSpaceData API.


2.2.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__ = '2.2.2'
__version__ = '2.2.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 @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.2.2'
release = '2.2.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 @@ -4,7 +4,7 @@ universal = 1

[metadata]
requires_dist =
botocore==2.0.0dev110
botocore==2.0.0dev111
colorama>=0.2.5,<0.4.4
docutils>=0.10,<0.16
cryptography>=3.3.2,<3.4.0
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):


requires = [
'botocore==2.0.0dev110',
'botocore==2.0.0dev111',
'colorama>=0.2.5,<0.4.4',
'docutils>=0.10,<0.16',
'cryptography>=3.3.2,<3.4.0',
Expand Down

0 comments on commit da35003

Please sign in to comment.