github.com/containerd/Containerd@v1.4.13/releases/v1.4.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.4.3"
    10  
    11  pre_release = false
    12  
    13  preface = """\
    14  The fourth patch release for `containerd` 1.4 contains a fix for CVE-2021-21334
    15  along with various other minor issues.
    16  See [GHSA-6g2q-w5j3-fwh4](https://github.com/containerd/containerd/security/advisories/GHSA-6g2q-w5j3-fwh4)
    17  for more details related to CVE-2021-21334.
    18  
    19  ### Notable Updates
    20  * **Fix container create in CRI to prevent possible environment variable leak between containers** [#1628](https://github.com/containerd/cri/pull/1628)
    21  * **Update shim server to return grpc NotFound error** [#4872](https://github.com/containerd/containerd/pull/4872)
    22  * **Add bounds on max `oom_score_adj` value for shim's AdjustOOMScore** [#4874](https://github.com/containerd/containerd/pull/4874)
    23  * **Update task manager to use fresh context when calling shim shutdown** [#4929](https://github.com/containerd/containerd/pull/4929)
    24  * **Update Docker resolver to avoid possible concurrent map access panic** [#4941](https://github.com/containerd/containerd/pull/4941)
    25  * **Update shim's log file open flags to avoid containerd hang on syscall open** [#4971](https://github.com/containerd/containerd/pull/4971)
    26  * **Fix incorrect usage calculation** [#5019](https://github.com/containerd/containerd/pull/5019)
    27  
    28  """
    29  
    30  # notable prs to include in the release notes, 1234 is the pr number
    31  [notes]
    32  
    33  [breaking]