github.com/containerd/Containerd@v1.4.13/releases/v1.4.11.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.10" 10 11 pre_release = false 12 13 preface = """\ 14 The eleventh patch release for containerd 1.4 is a security release to fix CVE-2021-41103. 15 16 ### Notable Updates 17 18 * **Fix insufficiently restricted permissions on container root and plugin directories** [GHSA-c2h3-6mxw-7mvq](https://github.com/containerd/containerd/security/advisories/GHSA-c2h3-6mxw-7mvq) 19 20 See the changelog for complete list of changes"""