Skip to content

Commit 2b3b44f

Browse files
authored
Merge pull request #2242 from stevvooe/prepare-1.0.3-rc.0
release: prepare 1.0.3-rc.0
2 parents 62aad0e + 3a9d193 commit 2b3b44f

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

releases/v1.0.3-rc.0.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.2"
9+
10+
pre_release = true
11+
12+
preface = """\
13+
This is the third patch release for `containerd` in the 1.0 series. It includes
14+
a few small but impactful fixes.
15+
16+
This contains a mitigation for problems with healthchecks described in
17+
https://github.com/moby/moby/issues/36661. We now timeout the FIFO creation to
18+
avoid deadlocks in the containerd-shim.
19+
20+
Please see the changelog for full details.
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.2+unknown"
8+
Version = "1.0.3-rc.0+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)