Skip to content

Commit

Permalink
Merge pull request #6606 from dmcgowan/prepare-v1.5.10
Browse files Browse the repository at this point in the history
[release/1.5] Prepare release notes for v1.5.10
  • Loading branch information
dmcgowan committed Mar 2, 2022
2 parents 5296045 + c7085be commit 2a1d4db
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions releases/v1.5.10.toml
@@ -0,0 +1,25 @@
# 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.5.9"

pre_release = false

preface = """\
The tenth patch release for containerd 1.5 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** ([#6570](https://github.com/containerd/containerd/pull/6570))
* **Handle sigint/sigterm in shimv2** ([#6509](https://github.com/containerd/containerd/pull/6509))
* **Use readonly mount to read user/group info** ([#6503](https://github.com/containerd/containerd/pull/6503))
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.5.9+unknown"
Version = "1.5.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 2a1d4db

Please sign in to comment.