Skip to content

Commit

Permalink
Merge pull request #7664 from dcantah/release-notes-1.6.10
Browse files Browse the repository at this point in the history
[release/1.6] Prepare release notes for v1.6.10
  • Loading branch information
dmcgowan committed Nov 14, 2022
2 parents 6c41694 + e639ecd commit 770bd01
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions releases/v1.6.10.toml
@@ -0,0 +1,22 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.6.9"

pre_release = false

preface = """\
The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.
### Notable Updates
* **Always check userxattr for overlay on kernels >= 5.11** ([#7646](https://github.com/containerd/containerd/pull/7646))
* **Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows** ([#7610](https://github.com/containerd/containerd/pull/7610)
* **Bump Go version to 1.18.8 to address CVE-2022-41716** ([#7634](https://github.com/containerd/containerd/pull/7634))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd"

// Version holds the complete version number. Filled in at linking time.
Version = "1.6.9+unknown"
Version = "1.6.10+unknown"

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

0 comments on commit 770bd01

Please sign in to comment.