File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "3.1.0-dev "
1
+ version = "3.1.0"
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
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
+
4
34
3.0.1
5
35
-----
6
36
You can’t perform that action at this time.
0 commit comments