github.com/demonoid81/containerd@v1.3.4/releases/v1.3.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.3.1"
    10  
    11  pre_release = false
    12  
    13  preface = """\
    14  The second patch release for `containerd` 1.3 includes a fix for a race condition
    15  related to the reported pid on exit when called from Docker.
    16  
    17  ### Runtime
    18  
    19  * Fix containerd pid race condition [containerd/containerd#3857](https://github.com/containerd/containerd/pull/3857)
    20  * Use cached process state to reduce exec cost [containerd/containerd#3711](https://github.com/containerd/containerd/pull/3711)
    21  
    22  ### CRI
    23  
    24  * Added `insecure_skip_verify` option in the registry tls config to allow skipping registry certificate verification [containerd/containerd#3847](https://github.com/containerd/containerd/issues/3847)
    25  
    26  """
    27  
    28  # notable prs to include in the release notes, 1234 is the pr number
    29  [notes]
    30  
    31  [breaking]