We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c1272 commit 80878bcCopy full SHA for 80878bc
2 files changed
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "4.5.0-dev"
+version = "5.0.0"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,24 @@
Change log
==========
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
22
4.4.4
23
-----
24
0 commit comments