Skip to content

Commit

Permalink
Merge pull request #9724 from dmcgowan/prepare-v1.7.13
Browse files Browse the repository at this point in the history
Prepare v1.7.13 and update runc to v1.1.12
  • Loading branch information
dmcgowan committed Jan 31, 2024
2 parents cbda56b + b97e611 commit 7c3aca7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions releases/v1.7.13.toml
@@ -0,0 +1,33 @@
# commit to be tagged for new release
commit = "HEAD"

# project_name is used to refer to the project in the notes
project_name = "containerd"

# github_repo is the github project, only github is currently supported
github_repo = "containerd/containerd"

# match_deps is a pattern to determine which dependencies should be included
# as part of this release. The changelog will also include changes for these
# dependencies based on the change in the dependency's version.
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release of this project for determining changes
previous = "v1.7.12"

# pre_release is whether to include a disclaimer about being a pre-release
pre_release = false

# preface is the description of the release which precedes the author list
# and changelog. This description could include highlights as well as any
# description of changes. Use markdown formatting.
preface = """\
The thirteenth patch release for containerd 1.7 updates the runc binary
in the release builds to address CVE-2024-21626
### Notable Updates
* **Update runc binary to v1.1.12** ([GHSA-xr7r-f8xq-vfvv](https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv))
* **Update seccomp profile for new syscalls added since Linux 5.16** ([#9693](https://github.com/containerd/containerd/pull/9693))
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion script/setup/runc-version
@@ -1 +1 @@
v1.1.11
v1.1.12
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.7.12+unknown"
Version = "1.7.13+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 7c3aca7

Please sign in to comment.