Skip to content

Commit

Permalink
Merge pull request containerd#6259 from dmcgowan/prepare-1.4.12
Browse files Browse the repository at this point in the history
[release/1.4] Prepare release notes for v1.4.12
  • Loading branch information
dmcgowan authored Nov 17, 2021
2 parents db00065 + 540b704 commit 7b11cfa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions releases/v1.4.12.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.4.11"

pre_release = false

preface = """\
The twelfth patch release for containerd 1.4 contains a few minor bug fixes
and an update to mitigate [CVE-2021-41190](https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m).
### Notable Updates
* **Handle ambiguous OCI manifest parsing** ([GHSA-5j5w-g665-5m35](https://github.com/containerd/containerd/security/advisories/GHSA-5j5w-g665-5m35))
* **Update pull to try next mirror for non-404 errors** ([#5275](https://github.com/containerd/containerd/pull/5275))
* **Update pull to handle of non-https urls in descriptors** ([#6221](https://github.com/containerd/containerd/pull/6221))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd"

// Version holds the complete version number. Filled in at linking time.
Version = "1.4.11+unknown"
Version = "1.4.12+unknown"

// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.
Expand Down

0 comments on commit 7b11cfa

Please sign in to comment.