Skip to content

Commit

Permalink
Merge pull request from GHSA-crp2-qrr5-8pq7
Browse files Browse the repository at this point in the history
[release/1.4] Use fs.RootPath when mounting volumes
  • Loading branch information
dmcgowan authored Mar 2, 2022
2 parents 7aa560b + 3e5a4a9 commit 9cc6152
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
21 changes: 21 additions & 0 deletions releases/v1.4.13.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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.4.12"

pre_release = false

preface = """\
The thirteenth patch release for containerd 1.4 is a security release to address
[CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7).
### Notable Updates
* **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gotest.tools/v3 v3.0.2
github.com/cilium/ebpf 1c8d4c9ef7759622653a1d319284a44652333b28

# cri dependencies
github.com/containerd/cri 3b02bec1603179debe2cde54509b2bfc45fc27d3 # release/1.4
github.com/containerd/cri 8f1a8a1fb9ebd821a1afe3b3ff3adec7bd33cfdf # release/1.4
github.com/davecgh/go-spew v1.1.1
github.com/docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/containerd/cri/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.12+unknown"
Version = "1.4.13+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 9cc6152

Please sign in to comment.