Skip to content

Commit 2d219ff

Browse files
author
aiordache
committed
Prepare release 4.3.0
Signed-off-by: aiordache <[email protected]>
1 parent e6a64e3 commit 2d219ff

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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.3.0-dev"
1+
version = "4.3.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change log
22
==========
33

4+
4.3.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/66?closed=1)
8+
9+
### Features
10+
- Add `DeviceRequest` type to expose host resources such as GPUs
11+
- Add support for `DriverOpts` in EndpointConfig
12+
- Disable compression by default when using container.get_archive method
13+
14+
### Miscellaneous
15+
- Update default API version to v1.39
16+
- Update test engine version to 19.03.12
17+
18+
419
4.2.2
520
-----
621

0 commit comments

Comments
 (0)