Skip to content

Commit 69ebf6b

Browse files
committed
Prepare release notes for v2.2.2
Signed-off-by: Samuel Karp <[email protected]>
1 parent 5dc7bb2 commit 69ebf6b

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ lengrongfu <[email protected]>
106106
107107
108108
Lu Jingxiao <[email protected]>
109+
109110
110111
Mahamed Ali <[email protected]>
111112

releases/v2.2.2.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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.2.1"
11+
12+
pre_release = false
13+
14+
preface = """\
15+
The second patch release for containerd 2.2 contains various fixes and improvements.
16+
"""
17+
18+
postface = """\
19+
### Which file should I download?
20+
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).
21+
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. Not position-independent.
22+
23+
In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
24+
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.
25+
26+
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
27+
"""

0 commit comments

Comments
 (0)