Skip to content

Commit 2456e98

Browse files
authored
Merge pull request #8118 from dmcgowan/prepare-v1.6.18
[release/1.6] Prepare release notes for v1.6.18
2 parents 133f6bb + 44e61d7 commit 2456e98

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

releases/v1.6.18.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.17"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The eighteenth patch release for containerd 1.6 includes fixes for CVE-2023-25153 and CVE-2023-25173
15+
along with a security update for Go.
16+
17+
### Notable Updates
18+
19+
* **Fix OCI image importer memory exhaustion** ([GHSA-259w-8hf6-59c2](https://github.com/containerd/containerd/security/advisories/GHSA-259w-8hf6-59c2))
20+
* **Fix supplementary groups not being set up properly** ([GHSA-hmfx-3pcx-653p](https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p))
21+
* **Revert removal of `/sbin/apparmor_parser` check** ([#8087](https://github.com/containerd/containerd/pull/8087))
22+
* **Update Go to 1.19.6** ([#8111](https://github.com/containerd/containerd/pull/8111))
23+
24+
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.17+unknown"
26+
Version = "1.6.18+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)