Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb2aedf

Browse files
author
aiordache
committedNov 23, 2020
Update changelog for 4.4.0 release
Signed-off-by: aiordache <anca.iordache@docker.com>
1 parent 4328197 commit cb2aedf

File tree

2 files changed

+19
-1
lines changed

2 files changed

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

‎docs/change-log.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Change log
22
==========
33

4+
4.4.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/67?closed=1)
8+
9+
### Features
10+
- Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli
11+
- Default image tag to `latest` on `pull`
12+
13+
### Bugfixes
14+
- Fix plugin model upgrade
15+
- Fix examples URL in ulimits
16+
17+
### Miscellaneous
18+
- Improve exception messages for server and client errors
19+
- Bump cryptography from 2.3 to 3.2
20+
21+
422
4.3.1
523
-----
624

0 commit comments

Comments
 (0)
Please sign in to comment.