Prepare release notes for v1.6.0-rc.4

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2022-02-09 14:43:29 -08:00
parent eb011d127b
commit 6827eec7aa
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
# previous release # previous release
previous = "v1.5.0" previous = "v1.5.0"
pre_release = false pre_release = true
preface = """\ preface = """\
The seventh major release of containerd includes many improvements and added The seventh major release of containerd includes many improvements and added

View File

@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd" Package = "github.com/containerd/containerd"
// Version holds the complete version number. Filled in at linking time. // Version holds the complete version number. Filled in at linking time.
Version = "1.6.0-rc.3+unknown" Version = "1.6.0-rc.4+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build // Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time. // the program at linking time.