Skip to content

Commit

Permalink
packages: bump containerd to 1.4.3
Browse files Browse the repository at this point in the history
This version includes a fix for CVE-2020-15257 as well as a bugfix which
could prevent issues with Pods remaining in `Terminating` state.

Fixes: #2955
Fixes: #2955
See: https://github.com/containerd/containerd/releases/tag/v1.4.3
See: GHSA-36xw-fx78-c5r4
See: containerd/containerd#4656
  • Loading branch information
NicolasT committed Dec 1, 2020
1 parent 3069601 commit 8dad88b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
### Enhancements
- Bump Kubernetes version to 1.18.12 (PR[#2947](https://github.com/scality/metalk8s/pull/2947))

- [#2855](https://github.com/scality/metalk8s/issues/2855) - Bump `containerd`
version to 1.4.1 (PR [#2869](https://github.com/scality/metalk8s/pull/2869))
- [#2955](https://github.com/scality/metalk8s/issues/2955) - Bump `containerd`
version to 1.4.3 (PR [#0](https://github.com/scality/metalk8s/pull/0))

- Bump `coredns` version to 1.6.7 (PR [#2816](https://github.com/scality/metalk8s/pull/2816))

Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
CALICO_VERSION : str = '3.17.0'
K8S_VERSION : str = '1.18.12'
SALT_VERSION : str = '3002.2'
CONTAINERD_VERSION : str = '1.4.1'
CONTAINERD_VERSION : str = '1.4.3'
CONTAINERD_RELEASE : str = '1.el7'

def load_version_information() -> None:
Expand Down
27 changes: 15 additions & 12 deletions packages/redhat/containerd.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global goipath github.com/containerd/containerd
Version: 1.4.1
Version: 1.4.3

%if %{defined fedora}
%gometa
Expand Down Expand Up @@ -57,11 +57,11 @@ Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1
Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.1
Provides: bundled(golang(github.com/cilium/ebpf)) = 1c8d4c9ef7759622653a1d319284a44652333b28
Provides: bundled(golang(github.com/containerd/aufs)) = 371312c1e31c210a21e49bf3dfd3f31729ed9f2f
Provides: bundled(golang(github.com/containerd/btrfs)) = 153935315f4ab9be5bf03650a1341454b05efa5d
Provides: bundled(golang(github.com/containerd/btrfs)) = 404b9149801e455c8076f615b06dc0abee0a977a
Provides: bundled(golang(github.com/containerd/cgroups)) = 318312a373405e5e91134d8063d04d59768a1bff
Provides: bundled(golang(github.com/containerd/console)) = v1.0.0
Provides: bundled(golang(github.com/containerd/continuity)) = efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
Provides: bundled(golang(github.com/containerd/cri)) = 4e6644c8cf7fb825f62e0007421b7d83dfeab5a1
Provides: bundled(golang(github.com/containerd/cri)) = adc0b6a578ed6f646bb24c1c639d65b70e14cccc
Provides: bundled(golang(github.com/containerd/fifo)) = f15a3290365b9d2627d189e619ab4008e0069caf
Provides: bundled(golang(github.com/containerd/go-cni)) = v1.0.1
Provides: bundled(golang(github.com/containerd/go-runc)) = 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
Expand Down Expand Up @@ -100,7 +100,7 @@ Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10
Provides: bundled(golang(github.com/konsorten/go-windows-terminal-sequences)) = v1.0.3
Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = v1.0.1
Provides: bundled(golang(github.com/Microsoft/go-winio)) = v0.4.14
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.8.9
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.8.10
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = f784269be439d704d3dfa1906f45dd848fed2beb
Provides: bundled(golang(github.com/modern-go/concurrent)) = 1.0.3
Provides: bundled(golang(github.com/modern-go/reflect2)) = v1.0.1
Expand All @@ -120,7 +120,7 @@ Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0
Provides: bundled(golang(github.com/syndtr/gocapability)) = d98352740cb2c55f81556b63d4a1ec64c5a319c2
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
Provides: bundled(golang(github.com/urfave/cli)) = v1.22.1
Provides: bundled(golang(github.com/willf/bitset)) = d5bec3311243426a3c6d1b7a795f24b17c686dbb
Provides: bundled(golang(github.com/willf/bitset)) = v1.1.11
Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5
Provides: bundled(golang(golang.org/x/crypto)) = 75b288015ac94e66e3d6715fb68a9b41bf046ec2
Provides: bundled(golang(golang.org/x/net)) = ab34263943818b32f575efc978a3d24e80b04bd7
Expand All @@ -136,14 +136,14 @@ Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.1
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.3.1
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2.2.8
Provides: bundled(golang(gotest.tools/v3)) = v3.0.2
Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0-rc.4
Provides: bundled(golang(k8s.io/apiserver)) = v0.19.0-rc.4
Provides: bundled(golang(k8s.io/api)) = v0.19.0-rc.4
Provides: bundled(golang(k8s.io/client-go)) = v0.19.0-rc.4
Provides: bundled(golang(k8s.io/cri-api)) = v0.19.0-rc.4
Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.4
Provides: bundled(golang(k8s.io/apiserver)) = v0.19.4
Provides: bundled(golang(k8s.io/api)) = v0.19.4
Provides: bundled(golang(k8s.io/client-go)) = v0.19.4
Provides: bundled(golang(k8s.io/cri-api)) = v0.19.4
Provides: bundled(golang(k8s.io/klog/v2)) = v2.2.0
Provides: bundled(golang(k8s.io/utils)) = 2df71ebbae66f39338aed4cd0bb82d2212ee33cc
Provides: bundled(golang(sigs.k8s.io/structured-merge-diff/v3)) = v3.0.0
Provides: bundled(golang(k8s.io/utils)) = d5654de09c73da55eb19ae4ab4f734f7a61747a6
Provides: bundled(golang(sigs.k8s.io/structured-merge-diff/v4)) = v4.0.1
Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.2.0


Expand Down Expand Up @@ -219,6 +219,9 @@ install -D -p -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/containerd/config.toml


%changelog
* Tue Dec 1 2020 Nicolas Trangez <[email protected]> - 1.4.3-1
- Latest upstream

* Fri Oct 16 2020 Nicolas Trangez <[email protected]> - 1.4.1-1
- Update to 1.4.1, based on containerd-1.4.1-1.fc34

Expand Down

0 comments on commit 8dad88b

Please sign in to comment.