github.com/lalkh/containerd@v1.4.3/releases/v1.4.3.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.2"
    10  
    11  pre_release = false
    12  
    13  preface = """\
    14  The third patch release for `containerd` 1.4 is a security release to address CVE-2020-15257.
    15  See [GHSA-36xw-fx78-c5r4](https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4) for more details.
    16  """
    17  
    18  # notable prs to include in the release notes, 1234 is the pr number
    19  [notes]
    20  
    21  [breaking]