Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sonobuoy for openSUSE:Factory 
checked in at 2021-02-19 23:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonobuoy (Old)
 and      /work/SRC/openSUSE:Factory/.sonobuoy.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonobuoy"

Fri Feb 19 23:45:27 2021 rev:7 rq:873734 version:0.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonobuoy/sonobuoy.changes        2020-06-16 
13:46:02.197941186 +0200
+++ /work/SRC/openSUSE:Factory/.sonobuoy.new.28504/sonobuoy.changes     
2021-02-19 23:46:05.799412295 +0100
@@ -1,0 +2,40 @@
+Fri Feb 19 07:21:20 UTC 2021 - [email protected]
+
+- Update to version 0.20.0:
+  * Release 0.20 (#1198)
+  * Use "stale" label for stale bot (#1200)
+  * Blog annoucing vision and roadmap
+  * Add Docker Hub rate limit workaround (#1194)
+  * Dynamically determine image of plugins (#1192)
+  * Create codeql-analysis.yaml (#1193)
+  * Use Kramdown instead of Redcarpet
+  * Update Jekyll and therefore Kramdown
+  * Update Jekyll
+  * Remove contributors section
+  * go 1.15 + unit test + lint/sync workflows (#1186)
+  * Add StaleBot (#1184)
+  * Deterministic TagPair assertion of custom registry (#1183)
+  * Add golangci-lint on GitHub Actions with fixes (#1179)
+  * Adding cluster inventory plugin doc
+  * Release for Kubernetes 1.19.0
+  * Prepare for v0.18.5 release
+  * Fix formatting on docs pages
+  * Upgrade Kubernetes client libraries to 0.18.5 (#1138)
+  * Update args.go (#1127)
+  * Bump kramdown from 1.17.0 to 2.3.0 in /site
+  * Update gem kramdown for site generation
+  * Prepare v0.18.4 release (#1148)
+  * Remove use of gcr.io/google-containers (#1146)
+  * Use latest Sonobuoy webinar as the overview video (#1144)
+  * Replace use of master in Windows Dockerfile (#1143)
+  * Replace MasterURL with AggregatorURL in WorkerConfig (#1141)
+  * Remove unused config file handling from worker (#1142)
+  * Remove insensitive language from old docs (#1140)
+  * Remove use of "master" in labels and names (#1139)
+  * Remove alias for aggregator command (#1137)
+  * Bump to k8s.io/* to v0.17.7 and tidy deps (#1135)
+  * Replace use of whitelist with allow/allow list (#1132)
+- Fix %install, create /usr/bin/
+- Use -buildmode=pie
+
+-------------------------------------------------------------------

Old:
----
  sonobuoy-0.18.3.tar.gz

New:
----
  sonobuoy-0.20.0.tar.gz

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

Other differences:
------------------
++++++ sonobuoy.spec ++++++
--- /var/tmp/diff_new_pack.xdGeoJ/_old  2021-02-19 23:46:06.911413385 +0100
+++ /var/tmp/diff_new_pack.xdGeoJ/_new  2021-02-19 23:46:06.915413388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sonobuoy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define project github.com/vmware-tanzu/sonobuoy
 Name:           sonobuoy
-Version:        0.18.3
+Version:        0.20.0
 Release:        0
 Summary:        Conformance test suite for diagnosing a Kubernetes cluster
 License:        Apache-2.0
@@ -47,11 +47,11 @@
 cp -avr * $HOME/go/src/%{project}
 
 cd $HOME/go/src/%{project}
-CGO_ENABLED=0 go build -o sonobuoy -ldflags="-s -w -X 
%{project}/pkg/buildinfo.Version=v%{version}" %{project}
+CGO_ENABLED=0 go build -o sonobuoy -buildmode=pie -ldflags="-s -w -X 
%{project}/pkg/buildinfo.Version=v%{version}" %{project}
 
 %install
 cd $HOME/go/src/%{project}
-install -m755 sonobuoy %{buildroot}/%{_bindir}/sonobuoy
+install -Dm755 sonobuoy %{buildroot}/%{_bindir}/sonobuoy
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xdGeoJ/_old  2021-02-19 23:46:06.947413420 +0100
+++ /var/tmp/diff_new_pack.xdGeoJ/_new  2021-02-19 23:46:06.947413420 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/vmware-tanzu/sonobuoy.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.18.3</param>
+    <param name="revision">v0.20.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xdGeoJ/_old  2021-02-19 23:46:06.967413440 +0100
+++ /var/tmp/diff_new_pack.xdGeoJ/_new  2021-02-19 23:46:06.967413440 +0100
@@ -5,4 +5,4 @@
   </service>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/vmware-tanzu/sonobuoy.git</param>
-              <param 
name="changesrevision">3e8a10e5145f21840b308b76487f3e10b9c1261d</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">f6e19140201d6bf2f1274bf6567087bc25154210</param></service></servicedata>
\ No newline at end of file

++++++ sonobuoy-0.18.3.tar.gz -> sonobuoy-0.20.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/sonobuoy/sonobuoy-0.18.3.tar.gz 
/work/SRC/openSUSE:Factory/.sonobuoy.new.28504/sonobuoy-0.20.0.tar.gz differ: 
char 12, line 1

++++++ vendor.tar.gz ++++++
++++ 257869 lines of diff (skipped)

Reply via email to