Skip to content

Commit 083c891

Browse files
Merge branch 'release-1.17.106'
* release-1.17.106: Bumping version to 1.17.106 Add changelog entries from botocore
2 parents a0b2c6c + 135e140 commit 083c891

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.17.106.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``lambda``",
4+
"description": "[``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``imagebuilder``",
9+
"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.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mgn``",
14+
"description": "[``botocore``] Bug fix: Remove not supported EBS encryption type \"NONE\"",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``eks``",
19+
"description": "[``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``macie2``",
24+
"description": "[``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sns``",
29+
"description": "[``botocore``] Documentation updates for Amazon SNS.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.17.106
6+
========
7+
8+
* api-change:``lambda``: [``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
9+
* 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.
10+
* api-change:``mgn``: [``botocore``] Bug fix: Remove not supported EBS encryption type "NONE"
11+
* api-change:``eks``: [``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS
12+
* api-change:``macie2``: [``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files
13+
* api-change:``sns``: [``botocore``] Documentation updates for Amazon SNS.
14+
15+
516
1.17.105
617
========
718

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.17.105'
21+
__version__ = '1.17.106'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 1
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.20.105,<1.21.0
6+
botocore>=1.20.106,<1.21.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.4.0,<0.5.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.20.105,<1.21.0',
17+
'botocore>=1.20.106,<1.21.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.4.0,<0.5.0'
2020
]

0 commit comments

Comments
 (0)