Skip to content

Commit

Permalink
Merge pull request #8310 from dmcgowan/prepare-v1.6.20
Browse files Browse the repository at this point in the history
[release/1.6] Prepare release notes for v1.6.20
  • Loading branch information
dmcgowan committed Mar 30, 2023
2 parents 941215f + a039a2b commit 2806fc1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions releases/v1.6.20.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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.19"

pre_release = false

preface = """\
The twentieth patch release for containerd 1.6 contains various fixes and updates.
### Notable Updates
* **Disable looking up usernames and groupnames on host** ([#8230](https://github.com/containerd/containerd/pull/8230))
* **Add support for Windows ArgsEscaped images** ([#8273](https://github.com/containerd/containerd/pull/8273))
* **Update hcsshim to v0.9.8** ([#8274](https://github.com/containerd/containerd/pull/8274))
* **Fix debug flag in shim** ([#8288](https://github.com/containerd/containerd/pull/8288))
* **Add `WithReadonlyTempMount` to support readonly temporary mounts** ([#8299](https://github.com/containerd/containerd/pull/8299))
* **Update ttrpc to fix file descriptor leak** ([#8308](https://github.com/containerd/containerd/pull/8308))
* **Update runc binary to v1.1.5** ([#8324](https://github.com/containerd/containerd/pull/8324))
* **Update image config to support ArgsEscaped** ([#8306](https://github.com/containerd/containerd/pull/8306))
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.19+unknown"
Version = "1.6.20+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 2806fc1

Please sign in to comment.