Skip to content

Commit 9a969ce

Browse files
committed
release: prepare 1.0.1
Signed-off-by: Stephen J Day <[email protected]>
1 parent dafb45d commit 9a969ce

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

releases/v1.0.1.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 = false
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. During the release candidate period, issues with layer
16+
whiteout files were fixed, in addition to logic adjustements to user resolution
17+
in OCI images.
18+
19+
Note the daemon no longer shuts down when failing to adjust its own OOM score.
20+
Instead, a warning will be issued.
21+
"""
22+
23+
# notable prs to include in the release notes, 1234 is the pr number
24+
[notes]
25+
26+
[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.1-rc.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)