aboutsummaryrefslogtreecommitdiffstats
path: root/community/containerd
Commit message (Collapse)AuthorAgeFilesLines
* community/various: security rebuild (CVE-2020-7919)Kevin Daudt2020-05-011-1/+1
|
* community/containerd: upgrade to 1.3.4Jake Buchholz2020-04-181-9/+6
| | | | more information at https://github.com/containerd/containerd/releases/tag/v1.3.4
* community/containerd: disable on mipsAriadne Conill2020-04-081-1/+1
|
* community/containerd: modernizeLeo2020-04-051-5/+5
|
* community/containerd: update to 1.3.3Jake Buchholz2020-02-071-4/+9
| | | | Contains several security fixes, see https://github.com/containerd/containerd/releases/tag/v1.3.3 for more details.
* community/containerd: update to 1.3.2Jake Buchholz2019-12-041-3/+3
| | | | Fixes a race condition related to the reported pid on exit when called from Docker. For more release information, see https://github.com/containerd/containerd/releases/tag/v1.3.2
* community/containerd: update to 1.3.1Jake Buchholz2019-11-211-3/+5
| | | | For more details, see https://github.com/containerd/containerd/releases/tag/v1.3.1
* community/containerd: update to 1.3.0Jake Buchholz2019-09-281-4/+9
| | | | New major release of containerd. For more information, see https://github.com/containerd/containerd/releases/tag/v1.3.0
* community/containerd: upgrade to 1.2.9Jake Buchholz2019-09-061-3/+7
| | | | | Fixes CVE-2019-9512, CVE-2019-2514, and CVE-2019-2515. More release notes at: https://github.com/containerd/containerd/releases/tag/v1.2.9
* community/containerd: upgrade to 1.2.8Leo2019-08-251-6/+4
|
* community/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-1/+1
| | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
* community/containerd: update to 1.2.7Jake Buchholz2019-06-161-3/+3
| | | | | See https://github.com/containerd/containerd/releases/tag/v1.2.7 Contains several important bug fixes for goroutine and file descriptor leakage in containerd and containerd shims.
* community/containerd: update to 1.2.6Jake Buchholz2019-04-081-3/+7
| | | | | | See https://github.com/containerd/containerd/releases/tag/v1.2.6 for full details. Updates CNI to v0.75 to fix CVE-2019-9946
* community/containerd: upgrade to 1.2.5Jake Buchholz2019-03-171-3/+3
| | | | | Update containerd to 1.2.5, see https://github.com/containerd/containerd/releases/tag/v1.2.5 for more details.
* community/containerd: update to 1.2.4Jake Buchholz2019-02-151-3/+3
| | | | Although this was released to address the recent runc vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2019-5736) which we've addresed by updating our runc package, there are several other notable updates, per https://github.com/containerd/containerd/releases/tag/v1.2.4.
* community/containerd: update to 1.2.3Jake Buchholz2019-02-091-3/+3
| | | | https://github.com/containerd/containerd/releases/tag/v1.2.3
* community/containerd: update to 1.2.2Jake Buchholz2019-01-111-3/+3
| | | | | * Update to v1.2.2 - see https://github.com/containerd/containerd/releases/tag/v1.2.2 for release notes * Use the whole commit hash in containerd --version
* community/containerd: update to 1.2.1, move from testingJake Buchholz2019-01-101-0/+45
Splitting containerd out of community/docker, upgrading to 1.2.1, and remove from testing. Also fixed containerd --version to report the proper commit hash.