diff options
author | Anca Iordache <anca.iordache@docker.com> | 2021-08-31 15:57:32 +0200 |
---|---|---|
committer | Anca Iordache <anca.iordache@docker.com> | 2021-08-31 15:57:32 +0200 |
commit | 4a3cddf4bf926f3aa0d46d5f0318dbb212231377 (patch) | |
tree | 6c572ef3ce74d90fc1cc88316edd277b84dffd2c /docs | |
parent | 62af2bbb13cfa413ab3d9e3536c6996474fa4629 (diff) | |
download | docker-py-4a3cddf4bf926f3aa0d46d5f0318dbb212231377.tar.gz |
Update changelog for v5.0.0
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 8db3fc5..63a029e 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -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 ----- |