File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1- version = "4.2.0-dev "
1+ version = "4.2.0"
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ 4.2.0
5+ -----
6+
7+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/63?closed=1 )
8+
9+ ### Bugfixes
10+
11+ - Fix ` win32pipe.WaitNamedPipe ` throw exception in Windows containers
12+ - Use ` Hostname ` , ` Username ` , ` Port ` and ` ProxyCommand ` settings from ` .ssh/config ` when on SSH
13+ - Set host key policy for ssh transport to ` paramiko.WarningPolicy() `
14+ - Set logging level of ` paramiko ` to warn
15+
16+ ### Features
17+
18+ - Add support for docker contexts through ` docker.ContextAPI `
19+
20+
4214.1.0
522-----
623
You can’t perform that action at this time.
0 commit comments