mirror of https://github.com/docker/docker-py.git
Post release 4.2.0 update:
- Changelog - Next Version Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
c6a33f25dc
commit
7c4194ce5d
|
|
@ -1,2 +1,2 @@
|
||||||
version = "4.2.0-dev"
|
version = "4.3.0-dev"
|
||||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,22 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
4.2.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/63?closed=1)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fix `win32pipe.WaitNamedPipe` throw exception in Windows containers
|
||||||
|
- Use `Hostname`, `Username`, `Port` and `ProxyCommand` settings from `.ssh/config` when on SSH
|
||||||
|
- Set host key policy for ssh transport to `paramiko.WarningPolicy()`
|
||||||
|
- Set logging level of `paramiko` to warn
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add support for docker contexts through `docker.ContextAPI`
|
||||||
|
|
||||||
4.1.0
|
4.1.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue