github.com/containerd/Containerd@v1.4.13/releases/v1.4.7.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.6" 10 11 pre_release = false 12 13 preface = """\ 14 The seventh patch release for containerd 1.4 updates runc to 1.0.0 and contains 15 various other fixes. 16 17 ### Notable Updates 18 * **Update runc binary to 1.0.0** [5552](https://github.com/containerd/containerd/pull/5552) 19 * **Fix invalid validation error checking** [#5565](https://github.com/containerd/containerd/pull/5565) 20 * **Fix error on image pull resume** [#5560](https://github.com/containerd/containerd/pull/5560) 21 * **Fix symlink resolution for disk mounts on Windows** [#5411](https://github.com/containerd/containerd/pull/5411) 22 23 See the changelog for complete list of changes"""