Skip to content

Commit 80878bc

Browse files
author
Anca Iordache
committed
Update changelog for the 5.0.0 release
Signed-off-by: Anca Iordache <[email protected]>
1 parent 96c1272 commit 80878bc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "4.5.0-dev"
1+
version = "5.0.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Change 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+
422
4.4.4
523
-----
624

0 commit comments

Comments
 (0)