File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "3.5.0-dev "
1
+ version = "3.5.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.5.0
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone=53?closed=1 )
8
+
9
+ ### Deprecation warning
10
+
11
+ * Support for Python 3.3 will be dropped in the 4.0.0 release
12
+
13
+ ### Features
14
+
15
+ * Updated dependencies to ensure support for Python 3.7 environments
16
+ * Added support for the ` uts_mode ` parameter in ` HostConfig `
17
+ * The ` UpdateConfig ` constructor now allows ` rollback ` as a valid
18
+ value for ` failure_action `
19
+ * Added support for ` rollback_config ` in ` APIClient.create_service ` ,
20
+ ` APIClient.update_service ` , ` DockerClient.services.create ` and
21
+ ` Service.update ` .
22
+
23
+ ### Bugfixes
24
+
25
+ * Credential helpers are now properly leveraged by the ` build ` method
26
+ * Fixed a bug that caused placement preferences to be ignored when provided
27
+ to ` DockerClient.services.create `
28
+ * Fixed a bug that caused a ` user ` value of ` 0 ` to be ignored in
29
+ ` APIClient.create_container ` and ` DockerClient.containers.create `
30
+
31
+ 3.4.1
32
+ -----
33
+
34
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/52?closed=1 )
35
+
36
+ ### Bugfixes
37
+
38
+ * Fixed a bug that caused auth values in config files written using one of the
39
+ legacy formats to be ignored
40
+ * Fixed issues with handling of double-wildcard ` ** ` patterns in
41
+ ` .dockerignore ` files
42
+
4
43
3.4.0
5
44
-----
6
45
You can’t perform that action at this time.
0 commit comments