Skip to content

Commit ed854e3

Browse files
estespdmcgowan
authored andcommitted
Prepare v1.1.6 release
Create a new release to fix runc CVE-2019-5736 Signed-off-by: Phil Estes <[email protected]>
1 parent a79c691 commit ed854e3

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

releases/v1.1.6.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.1.5"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
This is the sixth patch release for the `containerd` 1.1 release. This
15+
release specifically re-vendors `runc` to capture the fix for the critical
16+
CVE-2019-5736 container escape. Several CRI fixes were also included in
17+
this release and are listed below.
18+
19+
## Runtime
20+
* Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d to fix CVE-2019-5736
21+
22+
## CRI
23+
* containerd/cri#984 filter events for non k8s.io namespaces (resolves https://github.com/firecracker-microvm/firecracker-containerd/issues/35)
24+
* containerd/cri#991 Remove container lifecycle image dependency (fixes containerd/cri#990)
25+
* containerd/cri#1016 Specify platform for image pull (fixes containerd/cri#1015)
26+
* containerd/cri#1027 Fix the log ending newline handling (fixes containerd/cri#1026)
27+
* containerd/cri#1042 Set /etc/hostname (fixes containerd/cri#1041)
28+
* containerd/cri#1045 Fix env performance issue (fixes containerd/cri#1044)
29+
* Update cri to f0b5665a959119b6a6234001e6d55206d9200e95
30+
31+
"""
32+
33+
# notable prs to include in the release notes, 1234 is the pr number
34+
[notes]
35+
36+
[breaking]

version/version.go

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

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.1.5+unknown"
24+
Version = "1.1.6+unknown"
2525

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

0 commit comments

Comments
 (0)