Skip to content

Commit 770bd01

Browse files
authored
Merge pull request #7664 from dcantah/release-notes-1.6.10
[release/1.6] Prepare release notes for v1.6.10
2 parents 6c41694 + e639ecd commit 770bd01

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

releases/v1.6.10.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.9"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.
15+
16+
### Notable Updates
17+
18+
* **Always check userxattr for overlay on kernels >= 5.11** ([#7646](https://github.com/containerd/containerd/pull/7646))
19+
* **Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows** ([#7610](https://github.com/containerd/containerd/pull/7610)
20+
* **Bump Go version to 1.18.8 to address CVE-2022-41716** ([#7634](https://github.com/containerd/containerd/pull/7634))
21+
22+
See the changelog for complete list of changes"""

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"
2424

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