Hello community, here is the log from the commit of package cri-o for openSUSE:Factory checked in at 2019-04-04 12:03:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-o (Old) and /work/SRC/openSUSE:Factory/.cri-o.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-o" Thu Apr 4 12:03:10 2019 rev:26 rq:690560 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes 2019-03-27 16:11:21.571668209 +0100 +++ /work/SRC/openSUSE:Factory/.cri-o.new.3908/cri-o.changes 2019-04-04 12:03:39.897398077 +0200 @@ -1,0 +2,14 @@ +Mon Apr 1 20:53:10 UTC 2019 - Flavio Castelli <[email protected]> + +- Introduce new runtime dependency conntrack-tools: the conntrack + package is required to avoid failures in network connection cleanup. + +------------------------------------------------------------------- +Fri Mar 29 18:27:18 UTC 2019 - Flavio Castelli <[email protected]> + +- Update cri-o to v1.14.0 + * Fix possible out of bounds access during log parsing +- Update default configuration file: crio.network.plugin_dir is now + a list instead of being a string + +------------------------------------------------------------------- Old: ---- cri-o-1.13.3.tar.xz New: ---- cri-o-1.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-o.spec ++++++ --- /var/tmp/diff_new_pack.YtWnPJ/_old 2019-04-04 12:03:44.489399550 +0200 +++ /var/tmp/diff_new_pack.YtWnPJ/_new 2019-04-04 12:03:44.489399550 +0200 @@ -31,7 +31,7 @@ %define name_source2 sysconfig.crio %define name_source3 crio.conf Name: cri-o -Version: 1.13.3 +Version: 1.14.0 Release: 0 Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: Apache-2.0 @@ -58,6 +58,7 @@ BuildRequires: libseccomp-devel BuildRequires: golang(API) >= 1.11 BuildRequires: go >= 1.11.1 +Requires: conntrack-tools Requires: cni Requires: cni-plugins Requires: iproute2 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YtWnPJ/_old 2019-04-04 12:03:44.517399559 +0200 +++ /var/tmp/diff_new_pack.YtWnPJ/_new 2019-04-04 12:03:44.521399560 +0200 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/kubernetes-sigs/cri-o</param> <param name="scm">git</param> -<param name="versionformat">1.13.3</param> -<param name="revision">v1.13.3</param> +<param name="versionformat">1.14.0</param> +<param name="revision">v1.14.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">cri-o-*.tar</param> ++++++ cri-o-1.13.3.tar.xz -> cri-o-1.14.0.tar.xz ++++++ ++++ 574716 lines of diff (skipped) ++++++ crio.conf ++++++ --- /var/tmp/diff_new_pack.YtWnPJ/_old 2019-04-04 12:03:46.637400239 +0200 +++ /var/tmp/diff_new_pack.YtWnPJ/_new 2019-04-04 12:03:46.637400239 +0200 @@ -194,13 +194,13 @@ # regarding the proper termination of the container. ctr_stop_timeout = 0 - # The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes. - # The runtime to use is picked based on the runtime_handler provided by the CRI. - # If no runtime_handler is provided, the runtime will be picked based on the level - # of trust of the workload. +# The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes. +# The runtime to use is picked based on the runtime_handler provided by the CRI. +# If no runtime_handler is provided, the runtime will be picked based on the level +# of trust of the workload. - [crio.runtime.runtimes.runc] - runtime_path = "/usr/sbin/runc" +[crio.runtime.runtimes.runc] +runtime_path = "/usr/sbin/runc" @@ -251,4 +251,4 @@ network_dir = "/etc/cni/net.d/" # Path to directory where CNI plugin binaries are located. -plugin_dir = "/usr/lib/cni" +plugin_dir = ["/usr/lib/cni"]
