Skip to content

Commit dde9752

Browse files
Merge branch 'release-1.17.86'
* release-1.17.86: Bumping version to 1.17.86 Add changelog entries from botocore
2 parents 14dbc81 + 8e00fba commit dde9752

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.17.86.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``autoscaling``",
4+
"description": "[``botocore``] You can now launch EC2 instances with GP3 volumes when using Auto Scaling groups with Launch Configurations",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lightsail``",
9+
"description": "[``botocore``] Documentation updates for Lightsail",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecs``",
14+
"description": "[``botocore``] Documentation updates for Amazon ECS.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``docdb``",
19+
"description": "[``botocore``] This SDK release adds support for DocDB global clusters.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``iam``",
24+
"description": "[``botocore``] Documentation updates for AWS Identity and Access Management (IAM).",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``braket``",
29+
"description": "[``botocore``] Introduction of a RETIRED status for devices.",
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.86
6+
=======
7+
8+
* api-change:``autoscaling``: [``botocore``] You can now launch EC2 instances with GP3 volumes when using Auto Scaling groups with Launch Configurations
9+
* api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail
10+
* api-change:``ecs``: [``botocore``] Documentation updates for Amazon ECS.
11+
* api-change:``docdb``: [``botocore``] This SDK release adds support for DocDB global clusters.
12+
* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM).
13+
* api-change:``braket``: [``botocore``] Introduction of a RETIRED status for devices.
14+
15+
516
1.17.85
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.85'
21+
__version__ = '1.17.86'
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.85,<1.21.0
6+
botocore>=1.20.86,<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.85,<1.21.0',
17+
'botocore>=1.20.86,<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)