File tree 6 files changed +41
-4
lines changed
6 files changed +41
-4
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``ec2``" ,
4
+ "description" : " This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API." ,
5
+ "type" : " api-change"
6
+ },
7
+ {
8
+ "category" : " ``ecr``" ,
9
+ "description" : " This release adds Amazon ECR to Amazon ECR pull through cache rules support." ,
10
+ "type" : " api-change"
11
+ },
12
+ {
13
+ "category" : " ``ecs``" ,
14
+ "description" : " This is a documentation only update for Amazon ECS to address various tickets." ,
15
+ "type" : " api-change"
16
+ },
17
+ {
18
+ "category" : " ``inspector2``" ,
19
+ "description" : " Adding componentArn to network reachability details" ,
20
+ "type" : " api-change"
21
+ },
22
+ {
23
+ "category" : " ``medialive``" ,
24
+ "description" : " Add an enum option DISABLED for Output Locking Mode under Global Configuration." ,
25
+ "type" : " api-change"
26
+ }
27
+ ]
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.38.11
6
+ =======
7
+
8
+ * api-change:``ec2``: This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.
9
+ * api-change:``ecr``: This release adds Amazon ECR to Amazon ECR pull through cache rules support.
10
+ * api-change:``ecs``: This is a documentation only update for Amazon ECS to address various tickets.
11
+ * api-change:``inspector2``: Adding componentArn to network reachability details
12
+ * api-change:``medialive``: Add an enum option DISABLED for Output Locking Mode under Global Configuration.
13
+
14
+
5
15
1.38.10
6
16
=======
7
17
Original file line number Diff line number Diff line change 18
18
19
19
import os
20
20
21
- __version__ = '1.38.10 '
21
+ __version__ = '1.38.11 '
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 52
52
# The short X.Y version.
53
53
version = '1.38.'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '1.38.10 '
55
+ release = '1.38.11 '
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.37.10
6
+ botocore ==1.37.11
7
7
docutils>=0.10,<0.17
8
8
s3transfer>=0.11.0,<0.12.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.37.10 ' ,
27
+ 'botocore==1.37.11 ' ,
28
28
'docutils>=0.10,<0.17' ,
29
29
's3transfer>=0.11.0,<0.12.0' ,
30
30
'PyYAML>=3.10,<6.1' ,
You can’t perform that action at this time.
0 commit comments