Skip to content

Commit

Permalink
Merge pull request containerd#3003 from estesp/prepare-v1.1.6-release
Browse files Browse the repository at this point in the history
Prepare v1.1.6 release
  • Loading branch information
dmcgowan authored Feb 14, 2019
2 parents a79c691 + ed854e3 commit 0ad902c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions releases/v1.1.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.1.5"

pre_release = false

preface = """\
This is the sixth patch release for the `containerd` 1.1 release. This
release specifically re-vendors `runc` to capture the fix for the critical
CVE-2019-5736 container escape. Several CRI fixes were also included in
this release and are listed below.
## Runtime
* Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d to fix CVE-2019-5736
## CRI
* containerd/cri#984 filter events for non k8s.io namespaces (resolves https://github.com/firecracker-microvm/firecracker-containerd/issues/35)
* containerd/cri#991 Remove container lifecycle image dependency (fixes containerd/cri#990)
* containerd/cri#1016 Specify platform for image pull (fixes containerd/cri#1015)
* containerd/cri#1027 Fix the log ending newline handling (fixes containerd/cri#1026)
* containerd/cri#1042 Set /etc/hostname (fixes containerd/cri#1041)
* containerd/cri#1045 Fix env performance issue (fixes containerd/cri#1044)
* Update cri to f0b5665a959119b6a6234001e6d55206d9200e95
"""

# notable prs to include in the release notes, 1234 is the pr number
[notes]

[breaking]
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
Package = "github.com/containerd/containerd"

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

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

0 comments on commit 0ad902c

Please sign in to comment.