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

Commit 4484c46

Browse files
authored
Merge pull request #658 from tiborvass/bump_19.03.13
Bump VERSION to 19.03.13
2 parents 9e4ef28 + 1949865 commit 4484c46

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
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+
## 19.03.13 (2020-09-16)
7+
8+
## Builder
9+
10+
- buildkit: Fix nil dereference in cache logic [moby/moby#41279](https://github.com/moby/moby/pull/41279)
11+
- buildkit: Treat unix sockets as regular files during COPY/ADD [moby/moby#41269](https://github.com/moby/moby/pull/41269)
12+
- 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)
13+
- buildkit: Make --cache-from behavior more reliable [moby/moby#41222](https://github.com/moby/moby/pull/41222)
14+
- buildkit: Fix infinite loop burning CPU when exporting cache [moby/moby#41185](https://github.com/moby/moby/pull/41185)
15+
16+
### Client
17+
18+
- Bump Golang 1.13.15 [docker/cli#2674](https://github.com/docker/cli/pull/2674)
19+
- Fix config file permission issues (~/.docker/config.json) [docker/cli#2631](https://github.com/docker/cli/pull/2631)
20+
- build: Fix panic on terminals with zero height [docker/cli#2719](https://github.com/docker/cli/pull/2719)
21+
- windows: Fix potential issue with newline character in console [docker/cli#2623](https://github.com/docker/cli/pull/2623)
22+
23+
## Networking
24+
25+
- Clean up network sandbox on failure [moby/moby#41081](https://github.com/moby/moby/pull/41081)
26+
- Fix shallow error messages by forwarding deadline-related errors to user [moby/moby#41312](https://github.com/moby/moby/pull/41312)
27+
- Fix leaking of netns file descriptors [moby/moby#41287](https://github.com/moby/moby/41287)
28+
29+
## Rootless
30+
31+
- Fix port forwarder resource leak [moby/moby#41277](https://github.com/moby/moby/pull/41277)
32+
33+
## Runtime
34+
35+
- Bump Golang 1.13.15 [moby/moby#41334](https://github.com/moby/moby/pull/41334)
36+
- Update to containerd 1.3.7 [moby/moby#40408](https://github.com/moby/moby/pull/40408)
37+
38+
## Windows
39+
40+
- Fix slow windows container start time when using servercore image [moby/moby#41192](https://github.com/moby/moby/pull/41192)
41+
42+
643
## 19.03.12 (2020-06-18)
744

845
### Client

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.03.13-beta2
1+
19.03.13

0 commit comments

Comments
 (0)