Skip to content

Commit 77c8424

Browse files
authored
Merge pull request #13224 from samuelkarp/prepare-release-2.2.3
[release/2.2] Prepare release notes for v2.2.3
2 parents 1383828 + 8a0f4ed commit 77c8424

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

releases/v2.2.3.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.2"
11+
12+
pre_release = false
13+
14+
preface = """\
15+
The third patch release for containerd 2.2 contains various fixes
16+
and updates including a security patch.
17+
18+
### Security Updates
19+
20+
* **spdystream**
21+
* [**CVE-2026-35469**](https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2)
22+
"""
23+
24+
postface = """\
25+
### Which file should I download?
26+
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).
27+
* `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.
28+
29+
In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
30+
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.
31+
32+
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
33+
"""

version/version.go

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

2626
// Version holds the complete version number. Filled in at linking time.
27-
Version = "2.2.2+unknown"
27+
Version = "2.2.3+unknown"
2828

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

0 commit comments

Comments
 (0)