Hello community,

here is the log from the commit of package cri-tools for openSUSE:Factory 
checked in at 2019-04-04 11:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cri-tools (Old)
 and      /work/SRC/openSUSE:Factory/.cri-tools.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cri-tools"

Thu Apr  4 11:58:41 2019 rev:12 rq:689482 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes      2018-12-18 
15:00:11.150089168 +0100
+++ /work/SRC/openSUSE:Factory/.cri-tools.new.3908/cri-tools.changes    
2019-04-04 11:58:42.817203238 +0200
@@ -1,0 +2,22 @@
+Mon Mar 25 08:00:25 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update cri-tools to v1.14.0:
+  * CRI CLI (crictl)
+    * Adds imagefsinfo subcommand for CRI ImageFSInfo() method.
+    * Adds support to filter containers by image.
+    * Fixes a bug when removing multiple containers.
+    * Reduces the default connection timeout value.
+    * Fixes the exit code for crictl exec.
+    * Updated the instructions fro godep.
+    * Adds support of -q for crictl info.
+    * Adds support of zsh completion.
+    * Upgrades kubernetes version to 1.14.
+  * CRI validation testing (critest)
+    *  Adds a benchmark testcase for measuring the time of creating pod and a
+       container.
+    *  Changes streaming tests to omit newlines on echo
+    *  Adds support of critest for Windows container runtime.
+    *  Updates test environment to xenial and fixes docker installation.
+    *  Updates Go version to 1.12.
+
+-------------------------------------------------------------------

Old:
----
  cri-tools-1.13.0.tar.xz

New:
----
  cri-tools-1.14.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cri-tools.spec ++++++
--- /var/tmp/diff_new_pack.BrVufW/_old  2019-04-04 11:58:43.581203729 +0200
+++ /var/tmp/diff_new_pack.BrVufW/_new  2019-04-04 11:58:43.585203731 +0200
@@ -20,7 +20,7 @@
 %define name_source1    crictl.yaml
 
 Name:           cri-tools
-Version:        1.13.0
+Version:        1.14.0
 Release:        0
 Summary:        CLI and validation tools for Kubelet Container Runtime 
Interface
 License:        Apache-2.0
@@ -75,8 +75,9 @@
 done
 rename '.md' '.1' docs/*
 
-# generate bash-completion
-./bin/crictl completion > crictl-completion
+# generate auto-completions
+./bin/crictl completion bash > crictl-completion-bash
+./bin/crictl completion zsh > crictl-completion-zsh
 
 %install
 cd $HOME/go/src/%{project}
@@ -86,7 +87,8 @@
 install -D -m 0644 docs/crictl.1 %{buildroot}/%{_mandir}/man1/crictl.1
 install -D -m 0644 docs/benchmark.1 
%{buildroot}/%{_mandir}/man1/critest-benchmark.1
 install -D -m 0644 docs/validation.1 
%{buildroot}/%{_mandir}/man1/critest-validation.1
-install -D -m 0644 crictl-completion 
%{buildroot}/%{_datadir}/bash-completion/completions/crictl
+install -D -m 0644 crictl-completion-bash 
%{buildroot}/%{_datadir}/bash-completion/completions/crictl
+install -D -m 0644 crictl-completion-zsh 
%{buildroot}/%{_datadir}/zsh/site-functions/_crictl
 install -D -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/%{name_source1}
 
 %files
@@ -94,6 +96,7 @@
 %{_bindir}/critest
 %{_mandir}/man1/*
 %{_datadir}/bash-completion/completions/crictl
+%{_datadir}/zsh
 %config(noreplace) %{_sysconfdir}/%{name_source1}
 %license LICENSE
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.BrVufW/_old  2019-04-04 11:58:43.609203747 +0200
+++ /var/tmp/diff_new_pack.BrVufW/_new  2019-04-04 11:58:43.609203747 +0200
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
 <param name="scm">git</param>
 <param name="filename">cri-tools</param>
-<param name="versionformat">1.13.0</param>
-<param name="revision">v1.13.0</param>
+<param name="versionformat">1.14.0</param>
+<param name="revision">v1.14.0</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ cri-tools-1.13.0.tar.xz -> cri-tools-1.14.0.tar.xz ++++++
++++ 200483 lines of diff (skipped)


Reply via email to