File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "4.2 .0-dev"
1
+ version = "4.3 .0-dev"
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
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
+
4
20
4.1.0
5
21
-----
6
22
You can’t perform that action at this time.
0 commit comments