Skip to content

Commit

Permalink
Merge branch 'release-1.17.106'
Browse files Browse the repository at this point in the history
* release-1.17.106:
  Bumping version to 1.17.106
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 6, 2021
2 parents a0b2c6c + 135e140 commit 083c891
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.17.106.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``lambda``",
"description": "[``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "[``botocore``] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent.",
"type": "api-change"
},
{
"category": "``mgn``",
"description": "[``botocore``] Bug fix: Remove not supported EBS encryption type \"NONE\"",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "[``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] Documentation updates for Amazon SNS.",
"type": "api-change"
}
]
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.17.106
========

* api-change:``lambda``: [``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
* api-change:``imagebuilder``: [``botocore``] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent.
* api-change:``mgn``: [``botocore``] Bug fix: Remove not supported EBS encryption type "NONE"
* api-change:``eks``: [``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS
* api-change:``macie2``: [``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files
* api-change:``sns``: [``botocore``] Documentation updates for Amazon SNS.


1.17.105
========

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.105'
__version__ = '1.17.106'


# 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.105,<1.21.0
botocore>=1.20.106,<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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


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

0 comments on commit 083c891

Please sign in to comment.