Browse code

Bump version to v1.7.0

Signed-off-by: Jessica Frazelle <princess@docker.com>

Jessica Frazelle authored on 2015/06/13 03:56:43
Showing 2 changed files
... ...
@@ -1,5 +1,39 @@
1 1
 # Changelog
2 2
 
3
+## 1.7.0 (2015-06-16)
4
+
5
+#### Runtime
6
++ Experimental feature: support for out-of-process volume plugins
7
++ Experimental feature: support for out-of-process network plugins
8
+* Logging: syslog logging driver is available
9
+* The userland proxy can be disabled in favor of hairpin NAT using the daemon’s `--userland-proxy=false` flag
10
+* The `exec` command supports the `-u|--user` flag to specify the new process owner
11
++ Default gateway for containers can be specified daemon-wide using the `--default-gateway` and `--default-gateway-v6` flags
12
++ The CPU CFS (Completely Fair Scheduler) quota can be set in `docker run` using `--cpu-quota`
13
++ Container block IO can be controlled in `docker run` using`--blkio-weight`
14
++ ZFS support
15
++ The `docker logs` command supports a `--since` argument
16
++ UTS namespace can be shared with the host with `docker run --uts=host`
17
+
18
+#### Quality
19
+* Networking stack was entirely rewritten as part of the libnetwork effort
20
+* Engine internals refactoring
21
+* Volumes code was entirely rewritten to support the plugins effort
22
++ Sending SIGUSR1 to a daemon will dump all goroutines stacks without exiting
23
+
24
+#### Build
25
++ Support ${variable:-value} and ${variable:+value} syntax for environment variables
26
++ Support resource management flags `--cgroup-parent`, `--cpu-period`, `--cpu-quota`, `--cpuset-cpus`, `--cpuset-mems`
27
++ git context changes with branches and directories
28
+* The .dockerignore file support exclusion rules
29
+
30
+#### Distribution
31
++ Client support for v2 mirroring support for the official registry
32
+
33
+#### Bugfixes
34
+* Firewalld is now supported and will automatically be used when available
35
+* mounting --device recursively
36
+
3 37
 ## 1.6.2 (2015-05-13)
4 38
 
5 39
 ####  Runtime
... ...
@@ -1 +1 @@
1
-1.7.0-dev
1
+1.7.0-rc3