Skip to content

Commit

Permalink
Merge pull request containerd#3086 from Random-Liu/prepare-release-1-2-5
Browse files Browse the repository at this point in the history
Prepare v1.2.5 release.
  • Loading branch information
estesp authored Mar 13, 2019
2 parents 075e1ed + 6878e2b commit bb71b10
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions releases/v1.2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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.4"

pre_release = false

preface = """\
The fifth patch release for `containerd` 1.2 contains fixes
for image management, cgroup management and the
CRI plugin.
It also updates runc to include an improved fix for CVE-2019-5736
to reduce the increased memory-consumption introduced by the original
patch.
All these changes are noted below.
### Notable Updates
* Fix an issue that non-existent parent directory in image layers is created with permission
`0700`. [#3017](https://github.com/containerd/containerd/issues/3017)
* Fix an issue that snapshots of the base image can be deleted by mistake, when images
built on top of it are deleted. [#3087](https://github.com/containerd/containerd/pull/3087)
* Support for GC references to content from snapshot and container objects. [#3080](https://github.com/containerd/containerd/pull/3080)
* cri: Fix a bug that pod can't get started when the same volume is defined
differently in the image and the pod spec. [cri#1059](https://github.com/containerd/cri/issues/1059)
* cri: Fix a bug that causes container start failure after in-place upgrade containerd
to 1.2.4+ or 1.1.6+. [cri#1082](https://github.com/containerd/cri/issues/1082)
* cgroups updated to dbea6f2bd41658b84b00417ceefa416b97 to fix issues for systemd 420 and
non-existent cgroups. [#3079](https://github.com/containerd/containerd/pull/3079)
* runc updated to 2b18fe1d885ee5083ef9f0838fee39b62d653e30 to include the improved
fix for CVE-2019-5736. [#3082](https://github.com/containerd/containerd/pull/3082)
* cri updated to a92c40017473cbe0239ce180125f12669757e44f. [#3084](https://github.com/containerd/containerd/pull/3084)
"""

# 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.4+unknown"
Version = "1.2.5+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 bb71b10

Please sign in to comment.