File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "3.4.1 "
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
+
4
31
3.4.1
5
32
-----
6
33
You can’t perform that action at this time.
0 commit comments