Skip to content

Commit a9867c9

Browse files
author
Ulysses Souza
authored
Merge pull request #2508 from ulyssessouza/update-release-4.2.0
Post release 4.2.0 update
2 parents c6a33f2 + 7c4194c commit a9867c9

File tree

2 files changed

+17
-1
lines changed

2 files changed

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

docs/change-log.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Change 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+
420
4.1.0
521
-----
622

0 commit comments

Comments
 (0)