Skip to content

Commit 77fa68f

Browse files
committed
Prepare release notes for v2.0.1
Signed-off-by: Derek McGowan <[email protected]>
1 parent e206c07 commit 77fa68f

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Mathis Michel <[email protected]>
116116
117117
Michael Katsoulis <[email protected]>
118118
119+
119120
120121
Mohammad Asif Siddiqui <[email protected]>
121122
Nabeel Rana <[email protected]>

releases/v2.0.1.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "containerd"
5+
github_repo = "containerd/containerd"
6+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
ignore_deps = [ "github.com/containerd/containerd" ]
8+
9+
# previous release
10+
previous = "v2.0.0"
11+
12+
pre_release = false
13+
14+
preface = """\
15+
The first patch relase for contaienrd 2.0 includes a number of bug fixes and
16+
improvements.
17+
18+
See [containerd 2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for details on what is new and has changed in this release.
19+
"""
20+
21+
postface = """\
22+
### Which file should I download?
23+
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
24+
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.
25+
26+
In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
27+
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.
28+
29+
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
30+
"""

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd/v2"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "2.0.0+unknown"
26+
Version = "2.0.1+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)