Skip to content

Commit 61612e1

Browse files
committed
Prepare release notes for 1.6.7
Signed-off-by: Daniel Canter <dcanter@microsoft.com>
1 parent 78f4389 commit 61612e1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

releases/v1.6.7.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.6"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The seventh patch release for containerd 1.6 contains various fixes,
15+
includes a new version of runc and adds support for ppc64le and riscv64
16+
(requires unreleased runc 1.2) builds.
17+
18+
### Notable Updates
19+
20+
* **Update runc to v1.1.3** ([#7036](https://github.com/containerd/containerd/pull/7036))
21+
* **Seccomp: Allow clock_settime64 with CAP_SYS_TIME** ([#7172](https://github.com/containerd/containerd/pull/7172))
22+
* **Fix WWW-Authenticate parsing** ([#7131](https://github.com/containerd/containerd/pull/7131))
23+
* **Support RISC-V 64 and ppc64le builds** ([#7170](https://github.com/containerd/containerd/pull/7170))
24+
* **Windows: Update hcsshim to v0.9.4 to fix regression with HostProcess stats** ([#7200](https://github.com/containerd/containerd/pull/7200))
25+
* **Windows: Fix shim logs going to panic.log file** ([#7242](https://github.com/containerd/containerd/pull/7242))
26+
* **Allow ptrace(2) by default for kernels >= 4.8** ([#7171](https://github.com/containerd/containerd/pull/7171))
27+
28+
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.6+unknown"
26+
Version = "1.6.7+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)