Skip to content

Commit

Permalink
Merge pull request #6607 from dmcgowan/prepare-v1.6.1
Browse files Browse the repository at this point in the history
[release/1.6] Prepare release notes for v1.6.1
  • Loading branch information
dmcgowan committed Mar 2, 2022
2 parents 075cfdf + 787b467 commit 10f428d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions releases/v1.6.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.0"

pre_release = false

preface = """\
The first patch release for containerd 1.6 includes a fix for
[CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
and other issues.
### Notable Updates
* **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7))
* **Return init pid when clean dead shim in runc.v1/v2 shims** ([#6572](https://github.com/containerd/containerd/pull/6572))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
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.0+unknown"
Version = "1.6.1+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 10f428d

Please sign in to comment.