github.com/demonoid81/containerd@v1.3.4/releases/v1.3.4.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.3.3" 10 11 pre_release = false 12 13 preface = """\ 14 The fourth patch release for `containerd` 1.3 adds `NOTIFY_SOCKET` support, improves shim loggers shutdown 15 behavior and includes a few bug fixes related to incorrect FIFO clean up and dangling shims. 16 17 ### Notable Updates 18 19 * Improve host fallback behaviour in docker remote [containerd/containerd#4007](https://github.com/containerd/containerd/pull/4007) 20 * Cleanup dangling shim by brand new context [containerd/containerd#4054](https://github.com/containerd/containerd/pull/4054) 21 * Support notify socket [containerd/containerd#4104](https://github.com/containerd/containerd/pull/4104) 22 * Correct logic of FIFO cleanup [containerd/containerd#4150](https://github.com/containerd/containerd/pull/4150) 23 * Rework shim logger shutdown process [containerd/containerd#4166](https://github.com/containerd/containerd/pull/4166) 24 * Man page fixes [containerd/containerd#4144](https://github.com/containerd/containerd/pull/4144) 25 * Bump Golang 1.13.10 [containerd/containerd#4170](https://github.com/containerd/containerd/pull/4170) 26 * sys/mount_linux: use pipe for communicating mount result [containerd/containerd#4171](https://github.com/containerd/containerd/pull/4171) 27 """ 28 29 # notable prs to include in the release notes, 1234 is the pr number 30 [notes] 31 32 [breaking]