github.com/containerd/Containerd@v1.4.13/releases/v1.4.2.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.1"
    10  
    11  pre_release = false
    12  
    13  preface = """\
    14  The second patch release for `containerd` 1.4 includes multiple minor fixes
    15  and updates.
    16  
    17  ### Notable Updates
    18  
    19  * Fix bug limiting the number of layers by default [containerd/cri#1602](https://github.com/containerd/cri/pull/1602)
    20  * Fix selinux shared memory issue by relabeling /dev/shm [containerd/cri#1605](https://github.com/containerd/cri/pull/1605)
    21  * Fix unknown state preventing removal of containers [containerd/containerd#4656](https://github.com/containerd/containerd/pull/4656)
    22  * Fix nil pointer error when restoring checkpoint [containerd/containerd#4754](https://github.com/containerd/containerd/pull/4754)
    23  * Improve image pull performance when using HTTP 1.1 [containerd/containerd#4653](https://github.com/containerd/containerd/pull/4653)
    24  * Update default seccomp profile for pidfd [containerd/containerd#4730](https://github.com/containerd/containerd/pull/4730)
    25  * Update Go to 1.15
    26  
    27  ### Windows
    28  * Fix integer overflow on Windows [containerd/containerd#4589](https://github.com/containerd/containerd/pull/4589)
    29  * Fix lcow snapshotter to read trailing tar data [containerd/containerd#4628](https://github.com/containerd/containerd/pull/4628)
    30  """
    31  
    32  # notable prs to include in the release notes, 1234 is the pr number
    33  [notes]
    34  
    35  [breaking]