Skip to content

Commit

Permalink
Merge pull request containerd#2974 from ehazlett/release-v1.2.3
Browse files Browse the repository at this point in the history
[release/1.2] Prepare v1.2.3
  • Loading branch information
dmcgowan authored Feb 6, 2019
2 parents 5de147d + 7216861 commit 7f5f117
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ Jian Liao <[email protected]> liaojian <[email protected]>
Rui Cao <[email protected]> ruicao <[email protected]>
Xuean Yan <[email protected]> yanxuean <[email protected]>
Mike Brown <[email protected]> Mike Brown <[email protected]>
Ace-Tang <[email protected]>
Wei Fu <[email protected]>
38 changes: 38 additions & 0 deletions releases/v1.2.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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.2"

pre_release = false

preface = """\
The third patch release for `containerd` 1.2 contains important fixes
for container image backwards compatibility as well as some runtime and
CRI issues.
### Notable Updates
* fix in Tar xattrs to restore compatibility with older container images [#2953](https://github.com/containerd/containerd/pull/2953)
* background `O_NONBLOCK` in OpenFifo to fix uncancelled context timeout issue
* updated `PlatformRuntime` interface to include Add/Delete methods
* runtime: exec race condition fixed [#2970](https://github.com/containerd/containerd/pull/2970)
* cri: fixed issues with extra newline character in log without an extra newline [#2984](https://github.com/containerd/containerd/pull/2984)
* cri: fixed an issue with pods being ignored after load failures [#2984](https://github.com/containerd/containerd/pull/2984)
* runc updated to 12f6a991201fdb8f82579582d5e00e28fba06d0a
* cri updated to c3cf754321fc38c6af5dfd2552fdde0ad192b31d
"""

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

[breaking]

[rename_deps]
[rename_deps.ttrpc]
old = "github.com/stevvooe/ttrpc"
new = "github.com/containerd/ttrpc"
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.2+unknown"
Version = "1.2.3+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 7f5f117

Please sign in to comment.