Skip to content

Commit a039a2b

Browse files
committed
Prepare release notes for v1.6.20
Signed-off-by: Derek McGowan <[email protected]>
1 parent 941215f commit a039a2b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

releases/v1.6.20.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "containerd"
5+
github_repo = "containerd/containerd"
6+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
8+
# previous release
9+
previous = "v1.6.19"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The twentieth patch release for containerd 1.6 contains various fixes and updates.
15+
16+
### Notable Updates
17+
18+
* **Disable looking up usernames and groupnames on host** ([#8230](https://github.com/containerd/containerd/pull/8230))
19+
* **Add support for Windows ArgsEscaped images** ([#8273](https://github.com/containerd/containerd/pull/8273))
20+
* **Update hcsshim to v0.9.8** ([#8274](https://github.com/containerd/containerd/pull/8274))
21+
* **Fix debug flag in shim** ([#8288](https://github.com/containerd/containerd/pull/8288))
22+
* **Add `WithReadonlyTempMount` to support readonly temporary mounts** ([#8299](https://github.com/containerd/containerd/pull/8299))
23+
* **Update ttrpc to fix file descriptor leak** ([#8308](https://github.com/containerd/containerd/pull/8308))
24+
* **Update runc binary to v1.1.5** ([#8324](https://github.com/containerd/containerd/pull/8324))
25+
* **Update image config to support ArgsEscaped** ([#8306](https://github.com/containerd/containerd/pull/8306))
26+
27+
See the changelog for complete list of changes"""

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.6.19+unknown"
26+
Version = "1.6.20+unknown"
2727

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

0 commit comments

Comments
 (0)