github.com/containerd/Containerd@v1.4.13/releases/v1.4.13.toml (about) 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.4.12" 10 11 pre_release = false 12 13 preface = """\ 14 The thirteenth patch release for containerd 1.4 is a security release to address 15 [CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7). 16 17 ### Notable Updates 18 19 * **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)) 20 21 See the changelog for complete list of changes"""