Skip to content

Commit

Permalink
Merge pull request #6723 from dmcgowan/prepare-v1.5.11
Browse files Browse the repository at this point in the history
Prepare release notes for v1.5.11
  • Loading branch information
dmcgowan committed Mar 24, 2022
2 parents 85b9bc9 + c1f2192 commit 3df54a8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions releases/v1.5.11.toml
@@ -0,0 +1,21 @@
# 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.5.10"

pre_release = false

preface = """\
The eleventh patch release for containerd 1.5 includes a fix for
[CVE-2022-24769](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c).
### Notable Updates
* **Fix the inheritable capability defaults** ([GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion version/version.go
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.5.10+unknown"
Version = "1.5.11+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 3df54a8

Please sign in to comment.