Prepare release 4.3.0

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-08-10 15:29:34 +02:00
parent 3999707fb3
commit 746a2509ab
2 changed files with 16 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "4.3.0-dev" version = "4.3.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,21 @@
Change log Change log
========== ==========
4.3.0
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/66?closed=1)
### Features
- Add `DeviceRequest` type to expose host resources such as GPUs
- Add support for `DriverOpts` in EndpointConfig
- Disable compression by default when using container.get_archive method
### Miscellaneous
- Update default API version to v1.39
- Update test engine version to 19.03.12
4.2.2 4.2.2
----- -----