Skip to content

Commit

Permalink
Merge branch 'release-1.17.48'
Browse files Browse the repository at this point in the history
* release-1.17.48:
  Bumping version to 1.17.48
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 8, 2021
2 parents f001403 + 7f1bb24 commit d1c4aaf
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.17.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lookoutequipment``",
"description": "[``botocore``] This release introduces support for Amazon Lookout for Equipment.",
"type": "api-change"
},
{
"category": "``kinesis-video-archived-media``",
"description": "[``botocore``] Documentation updates for archived.kinesisvideo",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "[``botocore``] This release allows RoboMaker customers to specify custom tools to run with their simulation job",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "[``botocore``] This release provides support for image updates",
"type": "api-change"
},
{
"category": "``ram``",
"description": "[``botocore``] Documentation updates for AWS RAM resource sharing",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "[``botocore``] Documentation updates for Put-Integration API",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "[``botocore``] Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.17.48
=======

* api-change:``lookoutequipment``: [``botocore``] This release introduces support for Amazon Lookout for Equipment.
* api-change:``kinesis-video-archived-media``: [``botocore``] Documentation updates for archived.kinesisvideo
* api-change:``robomaker``: [``botocore``] This release allows RoboMaker customers to specify custom tools to run with their simulation job
* api-change:``appstream``: [``botocore``] This release provides support for image updates
* api-change:``ram``: [``botocore``] Documentation updates for AWS RAM resource sharing
* api-change:``customer-profiles``: [``botocore``] Documentation updates for Put-Integration API
* api-change:``autoscaling``: [``botocore``] Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances


1.17.47
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.47'
__version__ = '1.17.48'


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

[metadata]
requires_dist =
botocore>=1.20.47,<1.21.0
botocore>=1.20.48,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.47,<1.21.0',
'botocore>=1.20.48,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit d1c4aaf

Please sign in to comment.