File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ 0.5.0
5
+ -----
6
+
7
+ * ** This version introduces breaking changes!**
8
+ * Added ` insecure_registry ` parameter in ` Client.push ` and ` Client.pull ` .
9
+ * It defaults to False and code pushing to non-HTTPS private registries
10
+ might break as a result.*
11
+ * Added support for adding and dropping capabilities
12
+ * Added support for restart policy
13
+ * Added support for string values in ` Client.create_container ` 's ` mem_limit `
14
+ * Added support for ` .dockerignore ` file in ` Client.build `
15
+
16
+ ### Bugfixes
17
+
18
+ * Fixed timeout behavior in ` Client.stop `
19
+
20
+ ### Miscellaneous
21
+
22
+ * ` Client.create_container ` provides better validation of the ` volumes `
23
+ parameter
24
+ * Improved integration tests
25
+
4
26
0.4.0
5
27
-----
6
28
Original file line number Diff line number Diff line change 1
- version = "0.4.1-dev "
1
+ version = "0.5.0 "
You can’t perform that action at this time.
0 commit comments