release: prepare 1.0.0-beta.3
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
4701e122fe
commit
3289ca2fca
21
releases/v1.0.0-beta.3.toml
Normal file
21
releases/v1.0.0-beta.3.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# commit to be tagged for new release
|
||||||
|
commit = "HEAD"
|
||||||
|
|
||||||
|
project_name = "containerd"
|
||||||
|
github_repo = "containerd/containerd"
|
||||||
|
|
||||||
|
# previous release
|
||||||
|
previous = "v1.0.0-beta.2"
|
||||||
|
|
||||||
|
pre_release = true
|
||||||
|
|
||||||
|
preface = """\
|
||||||
|
After rounding out the feature set in beta.2, we have taken a number of stability fixes.
|
||||||
|
|
||||||
|
This release contains mostly bug fixes, code cleanup and improvements to useability of
|
||||||
|
the client and ctr tool."""
|
||||||
|
|
||||||
|
# notable prs to include in the release notes, 1234 is the pr number
|
||||||
|
[notes]
|
||||||
|
|
||||||
|
[breaking]
|
@ -5,7 +5,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.0.0-beta.2+unknown"
|
Version = "1.0.0-beta.3+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.
|
||||||
|
Loading…
Reference in New Issue
Block a user