Accepting request 677763 from devel:CaaSP:Head:ControllerNode

* Fix rare deadlock on FIFO creation with timeout
  * 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
  more changes at:
  https://github.com/containerd/containerd/releases/tag/v1.2.2
  Changelogs from previous versions also included in this update:
    https://github.com/containerd/containerd/releases/tag/v1.2.1
    https://github.com/containerd/containerd/releases/tag/v1.2.0
    https://github.com/containerd/containerd/releases/tag/v1.1.4
    https://github.com/containerd/containerd/releases/tag/v1.1.3

OBS-URL: https://build.opensuse.org/request/show/677763
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=90
This commit is contained in:
Daniel Orf 2019-02-20 17:58:22 +00:00 committed by Git OBS Bridge
parent 1267222eb2
commit 402a2b50d0
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,19 @@ Tue Feb 5 11:16:46 UTC 2019 - Aleksa Sarai <asarai@suse.com>
- Update to containerd v1.2.2, which is required for Docker v18.09.1-ce. - Update to containerd v1.2.2, which is required for Docker v18.09.1-ce.
bsc#1124308 bsc#1124308
* Fix rare deadlock on FIFO creation with timeout
* 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
more changes at:
https://github.com/containerd/containerd/releases/tag/v1.2.2
Changelogs from previous versions also included in this update:
https://github.com/containerd/containerd/releases/tag/v1.2.1
https://github.com/containerd/containerd/releases/tag/v1.2.0
https://github.com/containerd/containerd/releases/tag/v1.1.4
https://github.com/containerd/containerd/releases/tag/v1.1.3
- Remove required_dockerrunc commit pinning, as it just lead to issues. - Remove required_dockerrunc commit pinning, as it just lead to issues.
- Remove upstreamed patches. - Remove upstreamed patches.
- 0001-docs-man-rename-config.toml-5-to-be-more-descriptive.patch - 0001-docs-man-rename-config.toml-5-to-be-more-descriptive.patch

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# nodebuginfo # nodebuginfo