Skip to content

Commit 10f428d

Browse files
authored
Merge pull request #6607 from dmcgowan/prepare-v1.6.1
[release/1.6] Prepare release notes for v1.6.1
2 parents 075cfdf + 787b467 commit 10f428d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: releases/v1.6.1.toml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
8+
# previous release
9+
previous = "v1.6.0"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The first patch release for containerd 1.6 includes a fix for
15+
[CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
16+
and other issues.
17+
18+
### Notable Updates
19+
20+
* **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7))
21+
* **Return init pid when clean dead shim in runc.v1/v2 shims** ([#6572](https://github.com/containerd/containerd/pull/6572))
22+
23+
See the changelog for complete list of changes"""

Diff for: version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.6.0+unknown"
26+
Version = "1.6.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)