File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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"""
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments