mirror of https://github.com/docker/docker-py.git
Post-release 4.4.2 changelog updates
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
2807fde6c9
commit
e6689e0bb9
|
@ -1,6 +1,18 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
4.4.2
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
|
||||
- Fix docs example
|
||||
|
||||
### Miscellaneous
|
||||
- Add Python3.8 and 3.9 in setup.py classifier list
|
||||
|
||||
4.4.1
|
||||
-----
|
||||
|
||||
|
@ -10,7 +22,6 @@ Change log
|
|||
- Avoid setting unsuported parameter for subprocess.Popen on Windows
|
||||
- Replace use of deprecated "filter" argument on ""docker/api/image"
|
||||
|
||||
|
||||
4.4.0
|
||||
-----
|
||||
|
||||
|
@ -28,7 +39,6 @@ Change log
|
|||
- Improve exception messages for server and client errors
|
||||
- Bump cryptography from 2.3 to 3.2
|
||||
|
||||
|
||||
4.3.1
|
||||
-----
|
||||
|
||||
|
@ -53,7 +63,6 @@ Change log
|
|||
- Update default API version to v1.39
|
||||
- Update test engine version to 19.03.12
|
||||
|
||||
|
||||
4.2.2
|
||||
-----
|
||||
|
||||
|
@ -109,7 +118,6 @@ Change log
|
|||
- Adjust `--platform` tests for changes in docker engine
|
||||
- Update credentials-helpers to v0.6.3
|
||||
|
||||
|
||||
4.0.2
|
||||
-----
|
||||
|
||||
|
@ -123,7 +131,6 @@ Change log
|
|||
|
||||
- Bumped version of websocket-client
|
||||
|
||||
|
||||
4.0.1
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue