Skip to content

Commit

Permalink
Merge pull request #8016 from dmcgowan/prepare-v1.6.16
Browse files Browse the repository at this point in the history
[release/1.6] Prepare v1.6.16
  • Loading branch information
dmcgowan committed Jan 28, 2023
2 parents 394f5ee + d3c595a commit 31aa435
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions releases/v1.6.16.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.6.15"

pre_release = false

preface = """\
The sixteenth patch release for containerd 1.6 includes various bug fixes and updates.
### Notable Updates
* **Fix push error propagation** ([#7990](https://github.com/containerd/containerd/pull/7990))
* **Fix slice append error with HugepageLimits for Linux** ([#7995](https://github.com/containerd/containerd/pull/7995))
* **Update default seccomp profile for PKU and CAP_SYS_NICE** ([#8001](https://github.com/containerd/containerd/pull/8001))
* **Fix overlayfs error when upperdirlabel option is set** ([#8002](https://github.com/containerd/containerd/pull/8002))
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.6.15+unknown"
Version = "1.6.16+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 31aa435

Please sign in to comment.