forked from containerd/containerd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containerd#2917 from dmcgowan/release-1.2.2
[release/1.2] 1.2.2 release
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ Jian Liao <[email protected]> liaoj <[email protected]> | |
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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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.1" | ||
|
||
pre_release = false | ||
|
||
preface = """\ | ||
The second patch release for `containerd` 1.2 includes important | ||
runtime and CRI fixes. | ||
## Runtime | ||
* Fix rare deadlock on FIFO creation with timeout | ||
## CRI | ||
**ACTION REQUIRED:** | ||
For Kubernetes support, when upgrading containerd from 1.2.0 (including rc releases) | ||
to 1.2.1+, a node reboot is recommended to avoid a known deadlock in 1.2.0. | ||
See [containerd/cri#1018](https://github.com/containerd/cri/issues/1018) | ||
* Fix a bug that a container can't be stopped or inspected when its corresponding image is deleted | ||
* Fix a bug that the cri plugin handles containerd events outside of `k8s.io` namespace""" | ||
|
||
# notable prs to include in the release notes, 1234 is the pr number | ||
[notes] | ||
|
||
[breaking] | ||
|
||
[rename_deps] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters