Skip to content

Commit

Permalink
Merge branch 'release-1.22.48'
Browse files Browse the repository at this point in the history
* release-1.22.48:
  Bumping version to 1.22.48
  Update changelog based on model updates
  minor formatting correction in docs (#6690)
  • Loading branch information
aws-sdk-python-automation committed Feb 3, 2022
2 parents bb43c56 + 8d06265 commit 5976c68
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 deletions.
22 changes: 22 additions & 0 deletions .changes/1.22.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``rbin``",
"description": "Add EC2 Image recycle bin support.",
"type": "api-change"
},
{
"category": "``meteringmarketplace``",
"description": "Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "adds support for AMIs in Recycle Bin",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.22.48
=======

* api-change:``rbin``: Add EC2 Image recycle bin support.
* api-change:``meteringmarketplace``: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
* api-change:``ec2``: adds support for AMIs in Recycle Bin
* api-change:``robomaker``: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.


1.22.47
=======

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.22.47'
__version__ = '1.22.48'

#
# Get our data path to be added to botocore's search path
Expand Down
4 changes: 2 additions & 2 deletions awscli/examples/cloudformation/_package_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ bucket. The command returns a copy of your template, replacing references to
local artifacts with the S3 location where the command uploaded the artifacts.

Use this command to quickly upload local artifacts that might be required by
your template. After you package your template's artifacts, run the deploy
command to ``deploy`` the returned template.
your template. After you package your template's artifacts, run the ``deploy``
command to deploy the returned template.

This command can upload local artifacts referenced in the following places:

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.22.'
# The full version, including alpha/beta/rc tags.
release = '1.22.47'
release = '1.22.48'

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

0 comments on commit 5976c68

Please sign in to comment.