Skip to content

Commit

Permalink
Bumping version to 1.17.106
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 6, 2021
1 parent 9e33cdf commit 135e140
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-72439.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-imagebuilder-76200.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-12099.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-macie2-27622.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mgn-56522.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sns-76478.json

This file was deleted.

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 135e140

Please sign in to comment.