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.2"
9+
10+ pre_release = false
11+
12+ preface = """ \
13+ This is the third patch release for `containerd` in the 1.0 series. It includes
14+ a few small but impactful fixes.
15+
16+ This contains a mitigation for problems with healthchecks described in
17+ https://github.com/moby/moby/issues/36661. We now timeout the FIFO creation to
18+ avoid deadlocks in the containerd-shim.
19+
20+ Please see the changelog for full details.
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.3-rc.0 +unknown"
8+ Version = "1.0.3+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