github.com/containerd/Containerd@v1.4.13/releases/v1.4.9.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.8" 10 11 pre_release = false 12 13 preface = """\ 14 The ninth patch release for containerd 1.4 updates runc to 1.0.1 and contains 15 other minor updates. 16 17 ### Notable Updates 18 19 * **Update runc binary to 1.0.1** [#5751](https://github.com/containerd/containerd/pull/5751) 20 * **Update pull authorization logic on redirect** [#5504](https://github.com/containerd/containerd/pull/5504) 21 * **Fix user agent used for fetching registry authentication tokens** [#5761](https://github.com/containerd/containerd/pull/5761) 22 23 See the changelog for complete list of changes"""