Skip to content

Commit 3c3aa69

Browse files
author
Ulysses Souza
authored
Merge pull request #2883 from aiordache/changelog
Update changelog for v5.0.0
2 parents 62af2bb + 4a3cddf commit 3c3aa69

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docker/version.py

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

docs/change-log.md

Lines changed: 18 additions & 0 deletions
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)