Skip to content

Commit 28ec992

Browse files
authored
Merge pull request #3698 from dmcgowan/release-1.1.8
[release/1.1] Prepare 1.1.8
2 parents 05a30d2 + 07741b3 commit 28ec992

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
language: go
88

99
go:
10-
- "1.11.x"
10+
- "1.12.x"
1111

1212
go_import_path: github.com/containerd/containerd
1313

releases/v1.1.8.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.1.7"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
This is the eight patch release for the `containerd` 1.1 release. This is the
15+
first 1.1 release during the extended security release period. Included is
16+
a runc fix for [CVE-2019-16884](https://nvd.nist.gov/vuln/detail/CVE-2019-16884)
17+
as well as fixes to close inherited sockets and cleanup on context cancellation
18+
in CRI.
19+
20+
Go version has also been updated to 1.12 in this release.
21+
22+
Please see the changelog for full details.
23+
"""
24+
25+
# notable prs to include in the release notes, 1234 is the pr number
26+
[notes]
27+
28+
[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.6+unknown"
24+
Version = "1.1.8+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)