Skip to content

Commit 4c8449a

Browse files
committed
Prepare release notes for v2.2.3
Signed-off-by: Samuel Karp <[email protected]>
1 parent 1383828 commit 4c8449a

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

releases/v2.2.3.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
# project_name is used to refer to the project in the notes
5+
project_name = "containerd"
6+
7+
# github_repo is the github project, only github is currently supported
8+
github_repo = "containerd/containerd"
9+
10+
# match_deps is a pattern to determine which dependencies should be included
11+
# as part of this release. The changelog will also include changes for these
12+
# dependencies based on the change in the dependency's version.
13+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
14+
15+
# previous release of this project for determining changes
16+
previous = "v2.2.2"
17+
18+
# pre_release is whether to include a disclaimer about being a pre-release
19+
pre_release = false
20+
21+
# preface is the description of the release which precedes the author list
22+
# and changelog. This description could include highlights as well as any
23+
# description of changes. Use markdown formatting.
24+
preface = """\
25+
The third patch release for containerd 2.2 contains various fixes
26+
and updates including a security patch.
27+
28+
### Security Updates
29+
30+
* **spdystream**
31+
* [**CVE-2026-35469**](https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2)
32+
"""

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)