Skip to content

Commit 49c589d

Browse files
Add engine 19.03.13 release notes (docker#11395)
* Add engine 19.03.13 release notes Signed-off-by: Chris Crone <[email protected]> * Minor style updates Co-authored-by: Usha Mandya <[email protected]>
1 parent 196fbe3 commit 49c589d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

engine/release-notes/index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,43 @@ for Docker Engine.
2222
2323
# Version 19.03
2424

25+
## 19.03.13
26+
2020-09-16
27+
28+
### Builder
29+
30+
- buildkit: Fix nil dereference in cache logic [moby/moby#41279](https://github.com/moby/moby/pull/41279)
31+
- buildkit: Treat Unix sockets as regular files during COPY/ADD [moby/moby#41269](https://github.com/moby/moby/pull/41269)
32+
- buildkit: Ignore system and security xattrs in calculation to ensure consistent COPY caching regardless of SELinux environment [moby/moby#41222](https://github.com/moby/moby/pull/41222)
33+
- buildkit: Make `--cache-from` behavior more reliable [moby/moby#41222](https://github.com/moby/moby/pull/41222)
34+
- buildkit: Fix infinite loop burning CPU when exporting cache [moby/moby#41185](https://github.com/moby/moby/pull/41185)
35+
36+
### Client
37+
38+
- Bump Golang 1.13.15 [docker/cli#2674](https://github.com/docker/cli/pull/2674)
39+
- Fix config file permission issues (~/.docker/config.json) [docker/cli#2631](https://github.com/docker/cli/pull/2631)
40+
- build: Fix panic on terminals with zero height [docker/cli#2719](https://github.com/docker/cli/pull/2719)
41+
- windows: Fix potential issue with newline character in console [docker/cli#2623](https://github.com/docker/cli/pull/2623)
42+
43+
### Networking
44+
45+
- Clean up network sandbox on failure [moby/moby#41081](https://github.com/moby/moby/pull/41081)
46+
- Fix shallow error messages by forwarding deadline-related errors to user [moby/moby#41312](https://github.com/moby/moby/pull/41312)
47+
- Fix leaking of netns file descriptors [moby/moby#41287](https://github.com/moby/moby/41287)
48+
49+
### Rootless
50+
51+
- Fix port forwarder resource leak [moby/moby#41277](https://github.com/moby/moby/pull/41277)
52+
53+
### Runtime
54+
55+
- Bump Golang 1.13.15 [moby/moby#41334](https://github.com/moby/moby/pull/41334)
56+
- Update to containerd 1.3.7 [moby/moby#40408](https://github.com/moby/moby/pull/40408)
57+
58+
### Windows
59+
60+
- Fix slow Windows container start time when using servercore image [moby/moby#41192](https://github.com/moby/moby/pull/41192)
61+
2562
## 19.03.12
2663
2020-06-18
2764

get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ After you've successfully installed Docker Desktop, open a terminal and run `doc
125125

126126
```shell
127127
$ docker --version
128-
Docker version 19.03.12, build 48a66213fe
128+
Docker version 19.03.13, build 4484c46d9d
129129
```
130130

131131
### Test Docker installation

0 commit comments

Comments
 (0)