Commit 1b4aebd
Prepare v1.2.11 release
* Update the runc vendor to v1.0.0-rc9 which includes an additional mitigation for
[CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884).
- More details on the runc CVE in [opencontainers/runc#2128](opencontainers/runc#2128),
and the additional mitigations in [opencontainers/runc#2130](opencontainers/runc#2130).
* Add local-fs.target to service file to fix corrupt image after unexpected host reboot.
Reported in [#3671](#3671),
and fixed by [#3746](#3746).
* Update Golang runtime to 1.12.13, which includes security fixes to the `crypto/dsa`
package made in Go 1.12.11 ([CVE-2019-17596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17596)),
and fixes to the go command, `runtime`, `syscall` and `net` packages (Go 1.12.12).
* CRI fixes:
- Fix shim delete error code to avoid unnecessary retries in the CRI plugin.
Discovered in [containerd/cri#1309](containerd/cri#1309),
and fixed by [#3732](#3732)
and [#3739](#3739).
Signed-off-by: Sebastiaan van Stijn <[email protected]>1 parent db4537e commit 1b4aebd
2 files changed
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments