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

Commit 5eb3275

Browse files
authored
Merge pull request #664 from tiborvass/bump_19.03.14
Bump VERSION to 19.03.14
2 parents e45ab9b + 6cfdb61 commit 5eb3275

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,37 @@
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.14 (2020-12-01)
7+
8+
### Security
9+
10+
* [CVE-2020-15257](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15257): Update bundled static binaries of containerd to v1.3.9 [moby/moby#41731](https://github.com/moby/moby/pull/41731). Package managers should update the containerd.io package.
11+
12+
### Builder
13+
14+
* Beta versions of apparmor are now parsed correctly preventing build failures [moby/moby#41542](https://github.com/moby/moby/pull/41542)
15+
16+
### Networking
17+
18+
* Fix panic when swarmkit service keeps failing to start [moby/moby#41635](https://github.com/moby/moby/pull/41635)
19+
20+
### Runtime
21+
22+
* Return correct errors instead of spurrious -EINVAL [moby/moby#41293](https://github.com/moby/moby/pull/41293)
23+
24+
### Rootless
25+
26+
* Lock state dir for preventing automatic clean-up by systemd-tmpfiles [moby/moby#41635](https://github.com/moby/moby/pull/41635)
27+
* dockerd-rootless.sh: support new containerd shim socket path convention [moby/moby#41557](https://github.com/moby/moby/pull/41557)
28+
29+
### Logging
30+
31+
* gcplogs: Fix memory/connection leak [moby/moby#41522](https://github.com/moby/moby/pull/41522)
32+
* awslogs: Support for AWS imdsv2 [moby/moby#41494](https://github.com/moby/moby/pull/41494)
33+
634
## 19.03.13 (2020-09-16)
735

8-
## Builder
36+
### Builder
937

1038
- buildkit: Fix nil dereference in cache logic [moby/moby#41279](https://github.com/moby/moby/pull/41279)
1139
- buildkit: Treat unix sockets as regular files during COPY/ADD [moby/moby#41269](https://github.com/moby/moby/pull/41269)
@@ -20,22 +48,22 @@ For official release notes for Docker Engine CE and Docker Engine EE, visit the
2048
- build: Fix panic on terminals with zero height [docker/cli#2719](https://github.com/docker/cli/pull/2719)
2149
- windows: Fix potential issue with newline character in console [docker/cli#2623](https://github.com/docker/cli/pull/2623)
2250

23-
## Networking
51+
### Networking
2452

2553
- Clean up network sandbox on failure [moby/moby#41081](https://github.com/moby/moby/pull/41081)
2654
- Fix shallow error messages by forwarding deadline-related errors to user [moby/moby#41312](https://github.com/moby/moby/pull/41312)
2755
- Fix leaking of netns file descriptors [moby/moby#41287](https://github.com/moby/moby/41287)
2856

29-
## Rootless
57+
### Rootless
3058

3159
- Fix port forwarder resource leak [moby/moby#41277](https://github.com/moby/moby/pull/41277)
3260

33-
## Runtime
61+
### Runtime
3462

3563
- Bump Golang 1.13.15 [moby/moby#41334](https://github.com/moby/moby/pull/41334)
3664
- Update to containerd 1.3.7 [moby/moby#40408](https://github.com/moby/moby/pull/40408)
3765

38-
## Windows
66+
### Windows
3967

4068
- Fix slow windows container start time when using servercore image [moby/moby#41192](https://github.com/moby/moby/pull/41192)
4169

VERSION

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

0 commit comments

Comments
 (0)