Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e97b22c

Browse files
authored
Merge pull request #610 from andrewhsu/1809rc1
[18.09] bump ver 18.09.7-rc1
2 parents d70605f + 28ef26b commit e97b22c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
For official release notes for Docker Engine CE and Docker Engine EE, visit the
44
[release notes page](https://docs.docker.com/engine/release-notes/).
55

6+
## 18.09.7 (2019-06-25)
7+
8+
### Builder
9+
10+
- Fix panic when building dockerfiles containing only comments. [moby/moby#38487](https://github.com/moby/moby/pull/38487)
11+
- builder: add workaround for gcr auth issue. [moby/moby#38246](https://github.com/moby/moby/pull/38246)
12+
- builder-next: fix gcr workaround token cache. [moby/moby#39183](https://github.com/moby/moby/pull/39183)
13+
14+
### Runtime
15+
16+
* Performance optimizations in aufs and layer store for massively parallel container creation/removal. [moby/moby#39107](https://github.com/moby/moby/pull/39107)
17+
* Update to containerd 1.2.6. [moby/moby#39016](https://github.com/moby/moby/pull/39016)
18+
- Fix: [CVE-2018-15664](https://nvd.nist.gov/vuln/detail/CVE-2018-15664) symlink-exchange attack with directory traversal. [moby/moby#39357](https://github.com/moby/moby/pull/39357)
19+
- Windows: fix support for `docker service create --limit-cpu`. [moby/moby#39190](https://github.com/moby/moby/pull/39190)
20+
- daemon: fix mirrors validation. [moby/moby#38991](https://github.com/moby/moby/pull/38991)
21+
- Stop sorting uid and gid ranges in id maps. [moby/moby#39288](https://github.com/moby/moby/pull/39288)
22+
23+
### Logging
24+
25+
- Fix to allow large log lines for logger plugins. [moby/moby#39038](https://github.com/moby/moby/pull/39038)
26+
627
## 18.09.6 (2019-05-02)
728

829
### Builder

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.09.6
1+
18.09.7-rc1

0 commit comments

Comments
 (0)