Skip to content

Commit a149601

Browse files
authored
Merge pull request #9631 from dmcgowan/prepare-v1.6.27
[release/1.6] Prepare release notes for v1.6.27
2 parents ad46a26 + d0edecf commit a149601

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

releases/v1.6.27.toml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
# project_name is used to refer to the project in the notes
5+
project_name = "containerd"
6+
7+
# github_repo is the github project, only github is currently supported
8+
github_repo = "containerd/containerd"
9+
10+
# match_deps is a pattern to determine which dependencies should be included
11+
# as part of this release. The changelog will also include changes for these
12+
# dependencies based on the change in the dependency's version.
13+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
14+
15+
# previous release of this project for determining changes
16+
previous = "v1.6.26"
17+
18+
# pre_release is whether to include a disclaimer about being a pre-release
19+
pre_release = false
20+
21+
# preface is the description of the release which precedes the author list
22+
# and changelog. This description could include highlights as well as any
23+
# description of changes. Use markdown formatting.
24+
preface = """\
25+
The twenty-seventh patch release for containerd 1.6 contains various fixes and updates.
26+
27+
### Notable Updates
28+
29+
* **Improve `/etc/group` handling when appending groups** ([#9543](https://github.com/containerd/containerd/pull/9543))
30+
* **Update runc binary to v1.1.11** ([#9597](https://github.com/containerd/containerd/pull/9597))
31+
* **Remove runc import** ([#9606](https://github.com/containerd/containerd/pull/9606))
32+
* **Update shim pidfile permissions to 0644** ([#9613](https://github.com/containerd/containerd/pull/9613))
33+
* **Update Go version to 1.20.13** ([#9625](https://github.com/containerd/containerd/pull/9625))
34+
35+
### Deprecation Warnings
36+
37+
* **Emit deprecation warning for CRIU config usage** ([#9448](https://github.com/containerd/containerd/pull/9448))
38+
* **Emit deprecation warning for some CRI configs** ([#9447](https://github.com/containerd/containerd/pull/9447))
39+
* **Emit deprecation warning for `containerd.io/restart.logpath` label usage** ([#9572](https://github.com/containerd/containerd/pull/9572))
40+
41+
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.26+unknown"
26+
Version = "1.6.27+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)