File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # commit to be tagged for new release
2+ commit = " HEAD"
3+
4+ project_name = " containerd"
5+ github_repo = " containerd/containerd"
6+ match_deps = " ^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
8+ # previous release
9+ previous = " v1.1.7"
10+
11+ pre_release = false
12+
13+ preface = """ \
14+ This is the eight patch release for the `containerd` 1.1 release. This is the
15+ first 1.1 release during the extended security release period. Included is
16+ a runc fix for [CVE-2019-16884](https://nvd.nist.gov/vuln/detail/CVE-2019-16884)
17+ as well as fixes to close inherited sockets and cleanup on context cancellation
18+ in CRI.
19+
20+ Go version has also been updated to 1.12 in this release.
21+
22+ Please see the changelog for full details.
23+ """
24+
25+ # notable prs to include in the release notes, 1234 is the pr number
26+ [notes ]
27+
28+ [breaking ]
Original file line number Diff line number Diff line change 2121 Package = "github.com/containerd/containerd"
2222
2323 // Version holds the complete version number. Filled in at linking time.
24- Version = "1.1.6 +unknown"
24+ Version = "1.1.8 +unknown"
2525
2626 // Revision is filled with the VCS (e.g. git) revision being used to build
2727 // the program at linking time.
You can’t perform that action at this time.
0 commit comments