Skip to content

Commit

Permalink
Merge pull request containerd#3002 from estesp/prepare-1.2.4-release
Browse files Browse the repository at this point in the history
Prepare v1.2.4 release
  • Loading branch information
dmcgowan authored Feb 14, 2019
2 parents 2095626 + 5d1443d commit e6b3f56
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions releases/v1.2.4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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.2.3"

pre_release = false

preface = """\
The fourth patch release for `containerd` 1.2 re-vendors
`runc` which includes the patch for the critical CVE-2019-5736 escape
vulnerability. This release also includes a few fixes for the CRI plugin as
well as a change for Windows; all these changes are noted below.
### Notable Updates
* cri: Set /etc/hostname [#1042](https://github.com/containerd/cri/pull/1042)
* cri: Fix env performance issue [#1045](https://github.com/containerd/cri/pull/1045)
* runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve CVE-2019-5736
* cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964
* Windows: NewDirectIOFromFIFOSet [#2934](https://github.com/containerd/containerd/pull/2934)
"""

# 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.2.3+unknown"
Version = "1.2.4+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 e6b3f56

Please sign in to comment.