github.com/containerd/Containerd@v1.4.13/releases/v1.4.10.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.9" 10 11 pre_release = false 12 13 preface = """\ 14 The tenth patch release for containerd 1.4 contains minor fixes and updates 15 including an updated runc and hcsshim. 16 17 ### Notable Updates 18 19 * **Update runc to v1.0.2** [#5899](https://github.com/containerd/containerd/pull/5899) 20 * **Update hcsshim to v0.8.21** [#5957](https://github.com/containerd/containerd/pull/5957) 21 * **Support "clone3" in default seccomp profile** [#5982](https://github.com/containerd/containerd/pull/5982) 22 * **Fix panic in metadata content writer on copy error** [#6043](https://github.com/containerd/containerd/pull/6043) 23 24 See the changelog for complete list of changes"""