Signed-off-by: Tibor Vass <teabee89@gmail.com>
Conflicts:
VERSION
| ... | ... |
@@ -1,5 +1,23 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 1.3.1 (2014-10-28) |
|
| 4 |
+ |
|
| 5 |
+#### Security |
|
| 6 |
+* Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and registry |
|
| 7 |
++ Secure HTTPS connection to registries with certificate verification and without HTTP fallback unless `--insecure-registry` is specified |
|
| 8 |
+ |
|
| 9 |
+#### Runtime |
|
| 10 |
+- Fix issue where volumes would not be shared |
|
| 11 |
+ |
|
| 12 |
+#### Client |
|
| 13 |
+- Fix issue with `--iptables=false` not automatically setting `--ip-masq=false` |
|
| 14 |
+- Fix docker run output to non-TTY stdout |
|
| 15 |
+ |
|
| 16 |
+#### Builder |
|
| 17 |
+- Fix escaping `$` for environment variables |
|
| 18 |
+- Fix issue with lowercase `onbuild` Dockerfile instruction |
|
| 19 |
+- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` |
|
| 20 |
+ |
|
| 3 | 21 |
## 1.3.0 (2014-10-14) |
| 4 | 22 |
|
| 5 | 23 |
#### Notable features since 1.2.0 |