Skip to content

Commit

Permalink
Merge branch 'release-1.17.68'
Browse files Browse the repository at this point in the history
* release-1.17.68:
  Bumping version to 1.17.68
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 6, 2021
2 parents 4e82b9c + d40fa96 commit cc79ada
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .changes/1.17.68.json
@@ -0,0 +1,22 @@
[
{
"category": "``servicediscovery``",
"description": "[``botocore``] Bugfix: Improved input validation for RegisterInstance action, InstanceId field",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "[``botocore``] 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": "``ssm``",
"description": "[``botocore``] SSM feature release - ChangeCalendar integration with StateManager.",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "[``botocore``] AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.17.68
=======

* api-change:``servicediscovery``: [``botocore``] Bugfix: Improved input validation for RegisterInstance action, InstanceId field
* api-change:``kafka``: [``botocore``] 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:``ssm``: [``botocore``] SSM feature release - ChangeCalendar integration with StateManager.
* api-change:``snowball``: [``botocore``] AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing


1.17.67
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.67'
__version__ = '1.17.68'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.67,<1.21.0
botocore>=1.20.68,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.67,<1.21.0',
'botocore>=1.20.68,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit cc79ada

Please sign in to comment.