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.6.7"
10+
11+ pre_release = false
12+
13+ preface = """ \
14+ The eighth patch release for containerd 1.6 fixes a regression in the release
15+ build binaries which limited the environments they could be run in.
16+
17+ See the changelog for complete list of changes"""
Original file line number Diff line number Diff line change 2323 Package = "github.com/containerd/containerd"
2424
2525 // Version holds the complete version number. Filled in at linking time.
26- Version = "1.6.7 +unknown"
26+ Version = "1.6.8 +unknown"
2727
2828 // Revision is filled with the VCS (e.g. git) revision being used to build
2929 // the program at linking time.
You can’t perform that action at this time.
0 commit comments