File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = "4.5 .0-dev"
1+ version = "5.0 .0-dev"
22version_info = tuple (int (d ) for d in version .split ("-" )[0 ].split ("." ))
Original file line number Diff line number Diff line change 11Change log
22==========
33
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+
4224.4.4
523-----
624
You can’t perform that action at this time.
0 commit comments