File tree 7 files changed +36
-10
lines changed
7 files changed +36
-10
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``codebuild``" ,
4
+ "description" : " Add support for custom instance type for reserved capacity fleets" ,
5
+ "type" : " api-change"
6
+ },
7
+ {
8
+ "category" : " ``ecs``" ,
9
+ "description" : " Add support to roll back an In_Progress ECS Service Deployment" ,
10
+ "type" : " api-change"
11
+ },
12
+ {
13
+ "category" : " ``resource-explorer-2``" ,
14
+ "description" : " Documentation-only update for CreateView option correction" ,
15
+ "type" : " api-change"
16
+ },
17
+ {
18
+ "category" : " ``eks``" ,
19
+ "description" : " Add assume-role-arn option to update-kubeconfig command for cross-account access" ,
20
+ "type" : " feature"
21
+ }
22
+ ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.40.0
6
+ ======
7
+
8
+ * api-change:``codebuild``: Add support for custom instance type for reserved capacity fleets
9
+ * api-change:``ecs``: Add support to roll back an In_Progress ECS Service Deployment
10
+ * api-change:``resource-explorer-2``: Documentation-only update for CreateView option correction
11
+ * feature:``eks``: Add assume-role-arn option to update-kubeconfig command for cross-account access
12
+
13
+
5
14
1.39.0
6
15
======
7
16
Original file line number Diff line number Diff line change 18
18
19
19
import os
20
20
21
- __version__ = '1.39 .0'
21
+ __version__ = '1.40 .0'
22
22
23
23
#
24
24
# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '1.39 '
53
+ version = '1.40 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '1.39 .0'
55
+ release = '1.40 .0'
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ universal = 0
3
3
4
4
[metadata]
5
5
requires_dist =
6
- botocore ==1.38.0
6
+ botocore ==1.38.1
7
7
docutils>=0.18.1,<=0.19
8
8
s3transfer>=0.12.0,<0.13.0
9
9
PyYAML>=3.10,<6.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def find_version(*file_paths):
24
24
25
25
26
26
install_requires = [
27
- 'botocore==1.38.0 ' ,
27
+ 'botocore==1.38.1 ' ,
28
28
'docutils>=0.18.1,<=0.19' ,
29
29
's3transfer>=0.12.0,<0.13.0' ,
30
30
'PyYAML>=3.10,<6.1' ,
You can’t perform that action at this time.
0 commit comments