File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,35 @@ Change Log
4
4
1.2.3
5
5
-----
6
6
7
- Work in progress.
7
+ [ List of PRs / issues for this release ] ( https://github.com/docker/docker-py/issues?q=milestone%3A1.2.3+is%3Aclosed )
8
8
9
+ ### Deprecation warning
10
+
11
+ * Passing host config in the ` Client.start ` method is now deprecated. Please use the
12
+ ` host_config ` in ` Client.create_container ` instead.
13
+
14
+ ### Features
15
+
16
+ * Added support for ` privileged ` param in ` Client.exec_create `
17
+ (only available in API >= 1.19)
18
+
19
+ ### Bugfixes
20
+
21
+ * Fixed a bug where the ` read_only ` param in host_config wasn't handled
22
+ properly.
23
+ * Fixed a bug in ` Client.execute ` (this method is still deprecated).
24
+ * The ` cpuset ` param in ` Client.create_container ` is also passed as
25
+ the ` CpusetCpus ` param (` Cpuset ` deprecated in recent versions of the API)
26
+ * Fixed an issue with integration tests being run inside a container
27
+ (` make integration-test ` )
28
+ * Fixed a bug where an empty string would be considered a valid container ID
29
+ or image ID.
30
+ * Fixed a bug in ` Client.insert `
31
+
32
+
33
+ ### Documentation
34
+
35
+ * Various fixes
9
36
10
37
1.2.2
11
38
-----
You can’t perform that action at this time.
0 commit comments