Skip to content

Commit 60d814d

Browse files
committed
Merge pull request #922 from docker/release-1.7.0
Release 1.7.0
2 parents a6a562a + a11dc87 commit 60d814d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.7.0-rc3"
1+
version = "1.7.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
Change Log
22
==========
33

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+
437
1.6.0
538
-----
639

0 commit comments

Comments
 (0)