Skip to content

Commit 27cbd2a

Browse files
authored
Merge pull request #1997 from stevvooe/release-1.0.1-rc.0
release: prepare v1.0.1-rc.0
2 parents 4cc882c + 5a09fd3 commit 27cbd2a

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

releases/v1.0.1-rc.0.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 = true
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.
16+
17+
Note the daemon no longer shuts down when failing to adjust its own OOM score.
18+
Instead, a warning will be issued.
19+
"""
20+
21+
# notable prs to include in the release notes, 1234 is the pr number
22+
[notes]
23+
24+
[breaking]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var (
55
Package = "github.com/containerd/containerd"
66

77
// Version holds the complete version number. Filled in at linking time.
8-
Version = "1.0.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.

0 commit comments

Comments
 (0)