Skip to content

Commit

Permalink
packages: bump containerd to 1.2.14
Browse files Browse the repository at this point in the history
Fixes: #2854
  • Loading branch information
gdemonet committed Oct 16, 2020
1 parent 95cc73b commit a60b873
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
CALICO_VERSION : str = '3.12.0'
K8S_VERSION : str = '1.16.13'
SALT_VERSION : str = '3000.3'
CONTAINERD_VERSION : str = '1.2.13'
CONTAINERD_RELEASE : str = '2.el7'
CONTAINERD_VERSION : str = '1.2.14'
CONTAINERD_RELEASE : str = '1.el7'

def load_version_information() -> None:
"""Load version information from `VERSION`."""
Expand Down
9 changes: 6 additions & 3 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.2.13
Version: 1.2.14

%if %{defined fedora}
%gometa
Expand Down Expand Up @@ -32,7 +32,7 @@ go build -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-seccomp}" -ldflags


Name: containerd
Release: 2%{?dist}
Release: 1%{?dist}
Summary: An industry-standard container runtime
License: ASL 2.0
URL: https://containerd.io
Expand All @@ -56,7 +56,7 @@ Provides: bundled(golang(github.com/BurntSushi/toml)) = a368813c5e648fee92
Provides: bundled(golang(github.com/containerd/aufs)) = ffa39970e26ad01d81f540b21e65f9c1841a5f92
Provides: bundled(golang(github.com/containerd/btrfs)) = 2e1aa0ddf94f91fa282b6ed87c23bf0d64911244
Provides: bundled(golang(github.com/containerd/cgroups)) = c4b9ac5c7601384c965b9646fc515884e091ebb9
Provides: bundled(golang(github.com/containerd/console)) = c12b1e7919c14469339a5d38f2f8ed9b64a9de23
Provides: bundled(golang(github.com/containerd/console)) = 8375c3424e4d7b114e8a90a4a40c8e1b40d1d4e6
Provides: bundled(golang(github.com/containerd/continuity)) = bd77b46c8352f74eb12c85bdc01f4b90f69d66b4
Provides: bundled(golang(github.com/containerd/cri)) = b1052f3b73fb9f0a6805d3c20e884a4cef265a38
Provides: bundled(golang(github.com/containerd/fifo)) = 3d5202aec260678c48179c56f40e6f38a095738c
Expand Down Expand Up @@ -210,6 +210,9 @@ install -D -p -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/containerd/config.toml


%changelog
* Fri Oct 16 2020 Guillaume Demonet <guillaume.demonet@scality.com> - 1.2.14-1
- Latest upstream

* Mon Apr 6 2020 Nicolas Trangez <nicolas.trangez@scality.com> - 1.2.13-2
- Enable seccomp support

Expand Down

0 comments on commit a60b873

Please sign in to comment.