Skip to content

Commit

Permalink
Merge pull request #2883 from aiordache/changelog
Browse files Browse the repository at this point in the history
Update changelog for v5.0.0
  • Loading branch information
ulyssessouza authored Aug 31, 2021
2 parents 62af2bb + 4a3cddf commit 3c3aa69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "4.5.0-dev"
version = "5.0.0-dev"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
18 changes: 18 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change log
==========

5.0.0
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/70?closed=1)

### Breaking changes
- Remove support for Python 2.7
- Make Python 3.6 the minimum version supported

### Features
- Add `limit` parameter to image search endpoint

### Bugfixes
- Fix `KeyError` exception on secret create
- Verify TLS keys loaded from docker contexts
- Update PORT_SPEC regex to allow square brackets for IPv6 addresses
- Fix containers and images documentation examples

4.4.4
-----

Expand Down

0 comments on commit 3c3aa69

Please sign in to comment.