Skip to content

Commit 4e9bbfa

Browse files
committed
Bump to version v1.3.1
Signed-off-by: Tibor Vass <[email protected]>
1 parent e6efbd6 commit 4e9bbfa

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## 1.3.0 (2014-10-14)
422

523
#### Notable features since 1.2.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)