Hello community,

here is the log from the commit of package cri-tools for openSUSE:Factory 
checked in at 2020-04-05 20:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cri-tools (Old)
 and      /work/SRC/openSUSE:Factory/.cri-tools.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cri-tools"

Sun Apr  5 20:52:14 2020 rev:16 rq:790639 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes      2020-01-13 
22:14:57.998335726 +0100
+++ /work/SRC/openSUSE:Factory/.cri-tools.new.3248/cri-tools.changes    
2020-04-05 20:52:16.429109637 +0200
@@ -1,0 +2,17 @@
+Wed Apr  1 08:03:55 UTC 2020 - Sascha Grunert <sgrun...@suse.com>
+
+- Update to v1.18.0:
+  * Main Changes
+    * Update Kubernetes to v1.18.0
+    * Switch to urfave/cli/v2
+  * CRI CLI (crictl)
+    * Use ContextDialer to fix build
+    * Add go-template option for inspect commands
+    * Fix invalid log_path in docs
+  * CRI validation testing (critest)
+    *  Make apparmor failure test more flexible
+    *  Start container before fetching metrics
+    *  Cleanup container create test to reduce duplication
+    *  Add container stats test
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ cri-tools.spec ++++++
--- /var/tmp/diff_new_pack.KRPcQ5/_old  2020-04-05 20:52:17.029110211 +0200
+++ /var/tmp/diff_new_pack.KRPcQ5/_new  2020-04-05 20:52:17.029110211 +0200
@@ -20,7 +20,7 @@
 %define name_source1    crictl.yaml
 
 Name:           cri-tools
-Version:        1.17.0
+Version:        1.18.0
 Release:        0
 Summary:        CLI and validation tools for Kubelet Container Runtime 
Interface
 License:        Apache-2.0
@@ -31,7 +31,7 @@
 Source2:        rpmlintrc
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
-BuildRequires:  golang(API) >= 1.12
+BuildRequires:  golang(API) >= 1.14
 # disable stripping of binaries
 %{go_nostrip}
 
@@ -59,15 +59,16 @@
 
 go build $BUILDMODE_ARGS \
          -o bin/crictl \
+         -mod vendor \
          -ldflags '-X %{project}/pkg/version.Version=%{version}' \
          %{project}/cmd/crictl
 
 go test $BUILDMODE_ARGS \
         -o bin/critest \
+        -mod vendor \
         -ldflags '-X %{project}/pkg/version.Version=%{version}' \
         -c %{project}/cmd/critest
 
-
 # compile the manpages
 for md in docs/*.md
 do
@@ -76,8 +77,9 @@
 rename '.md' '.1' docs/*
 
 # generate auto-completions
-./bin/crictl completion bash > crictl-completion-bash
-./bin/crictl completion zsh > crictl-completion-zsh
+bin/crictl completion bash > crictl-completion-bash
+bin/crictl completion zsh > crictl-completion-zsh
+bin/crictl completion fish > crictl.fish
 
 %install
 cd $HOME/go/src/%{project}
@@ -89,6 +91,7 @@
 install -D -m 0644 docs/validation.1 
%{buildroot}/%{_mandir}/man1/critest-validation.1
 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 crictl.fish 
%{buildroot}/%{_datadir}/fish/completions/crictl.fish
 install -D -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/%{name_source1}
 
 %files
@@ -97,6 +100,9 @@
 %{_mandir}/man1/*
 %{_datadir}/bash-completion/completions/crictl
 %{_datadir}/zsh
+%{_datadir}/fish
+%{_datadir}/fish/completions
+%{_datadir}/fish/completions/crictl.fish
 %config(noreplace) %{_sysconfdir}/%{name_source1}
 %license LICENSE
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KRPcQ5/_old  2020-04-05 20:52:17.057110237 +0200
+++ /var/tmp/diff_new_pack.KRPcQ5/_new  2020-04-05 20:52:17.057110237 +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.17.0</param>
-<param name="revision">v1.17.0</param>
+<param name="versionformat">1.18.0</param>
+<param name="revision">v1.18.0</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ cri-tools-1.17.0.tar.xz -> cri-tools-1.18.0.tar.xz ++++++
++++ 31921 lines of diff (skipped)


Reply via email to