Skip to content

Commit f0a9c80

Browse files
committed
Updated ChangeLog for 1.2.3
1 parent fb5db84 commit f0a9c80

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/change_log.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,35 @@ Change Log
44
1.2.3
55
-----
66

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)
88

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
936

1037
1.2.2
1138
-----

0 commit comments

Comments
 (0)