File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "4. 5.0-dev "
1
+ version = "5.0.0 "
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 5.0.0
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/70?closed=1 )
8
+
9
+ ### Breaking changes
10
+ - Remove support for Python 2.7
11
+ - Make Python 3.6 the minimum version supported
12
+
13
+ ### Features
14
+ - Add ` limit ` parameter to image search endpoint
15
+
16
+ ### Bugfixes
17
+ - Fix ` KeyError ` exception on secret create
18
+ - Verify TLS keys loaded from docker contexts
19
+ - Update PORT_SPEC regex to allow square brackets for IPv6 addresses
20
+ - Fix containers and images documentation examples
21
+
4
22
4.4.4
5
23
-----
6
24
You can’t perform that action at this time.
0 commit comments