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+
7+ # previous release
8+ previous = " v1.0.0"
9+
10+ pre_release = false
11+
12+ preface = """ \
13+ This is the first patch release for `containerd` in the 1.0 series. Several
14+ bugfixes surrounding tar, image handling, errant log messages and resource
15+ management are present. During the release candidate period, issues with layer
16+ whiteout files were fixed, in addition to logic adjustements to user resolution
17+ in OCI images.
18+
19+ Note the daemon no longer shuts down when failing to adjust its own OOM score.
20+ Instead, a warning will be issued.
21+ """
22+
23+ # notable prs to include in the release notes, 1234 is the pr number
24+ [notes ]
25+
26+ [breaking ]
Original file line number Diff line number Diff line change 55 Package = "github.com/containerd/containerd"
66
77 // Version holds the complete version number. Filled in at linking time.
8- Version = "1.0.1-rc.0 +unknown"
8+ Version = "1.0.1+unknown"
99
1010 // Revision is filled with the VCS (e.g. git) revision being used to build
1111 // the program at linking time.
You can’t perform that action at this time.
0 commit comments