Skip to content

Commit 1d85818

Browse files
committed
Bump 3.1.0
Signed-off-by: Joffrey F <[email protected]>
1 parent 9a4cc53 commit 1d85818

File tree

2 files changed

+31
-1
lines changed

2 files changed

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

docs/change-log.md

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

4+
3.1.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/44?closed=1)
8+
9+
### Features
10+
11+
* Added support for `device_cgroup_rules` in host config
12+
* Added support for `generic_resources` when creating a `Resources`
13+
object.
14+
* Added support for a configurable `chunk_size` parameter in `export`,
15+
`get_archive` and `get_image` (`Image.save`)
16+
* Added a `force_update` method to the `Service` class.
17+
* In `Service.update`, when the `force_update` parameter is set to `True`,
18+
the current `force_update` counter is incremented by one in the update
19+
request.
20+
21+
### Bugfixes
22+
23+
* Fixed a bug where authentication through `login()` was being ignored if the
24+
SDK was configured to use a credential store.
25+
* Fixed a bug where download methods would use an absurdly small chunk size,
26+
leading to slow data retrieval
27+
* Fixed a bug where using `DockerClient.images.pull` to pull an image by digest
28+
would lead to an exception being raised.
29+
* `.dockerignore` rules should now be respected as defined by the spec,
30+
including respect for last-line precedence and proper handling of absolute
31+
paths
32+
* The `pass` credential store is now properly supported.
33+
434
3.0.1
535
-----
636

0 commit comments

Comments
 (0)