File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "1.7.0-rc3 "
1
+ version = "1.7.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
+ 1.7.0
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/issues?q=milestone%3A1.7.0+is%3Aclosed )
8
+
9
+ ### Features
10
+
11
+ * Added support for cusom IPAM configuration in ` Client.create_network `
12
+ * Added input support to ` Client.exec_create `
13
+ * Added support for ` stop_signal ` in ` Client.create_host_config `
14
+ * Added support for custom HTTP headers in Docker config file.
15
+ * Added support for unspecified transfer protocol in ` base_url ` when TLS is
16
+ enabled.
17
+
18
+
19
+ ### Bugfixes
20
+
21
+ * Fixed a bug where the ` filters ` parameter in ` Client.volumes ` would not be
22
+ applied properly.
23
+ * Fixed a bug where memory limits would parse to incorrect values.
24
+ * Fixed a bug where the ` devices ` parameter in ` Client.create_host_config `
25
+ would sometimes be misinterpreted.
26
+ * Fixed a bug where instantiating a ` Client ` object would sometimes crash if
27
+ ` base_url ` was unspecified.
28
+ * Fixed a bug where an error message related to TLS configuration would link
29
+ to a non-existent (outdated) docs page.
30
+
31
+
32
+ ### Miscellaneous
33
+
34
+ * Processing of ` .dockerignore ` has been made significantly faster.
35
+ * Dropped explicit support for Python 3.2
36
+
4
37
1.6.0
5
38
-----
6
39
You can’t perform that action at this time.
0 commit comments