github.com/containerd/Containerd@v1.4.13/releases/v1.4.5.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.4"
    10  
    11  pre_release = false
    12  
    13  preface = """\
    14  The fifth patch release for `containerd` 1.4 has fixes in the runc shim and
    15  CRI plugin as well as an updated runc version to fix some runc regressions.
    16  
    17  ### Notable Updates
    18  * **Update runc to rc94** [#5473](https://github.com/containerd/containerd/pull/5473)
    19  * **Fix leaking socket path in runc shim v2** [#5195](https://github.com/containerd/containerd/pull/5195)
    20  * **Fix cleanup logic in new container in runc shim v2** [#5206](https://github.com/containerd/containerd/pull/5206)
    21  * **Fix registry mirror authorization logic in CRI plugin** [#5446](https://github.com/containerd/containerd/pull/5446)
    22  * **Add support for `userxattr` in overlay snapshotter for kernel 5.11+** [#5076](https://github.com/containerd/containerd/pull/5076)
    23  """
    24  
    25  # notable prs to include in the release notes, 1234 is the pr number
    26  [notes]
    27  
    28  [breaking]