Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package popeye for openSUSE:Factory checked 
in at 2025-01-01 23:08:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/popeye (Old)
 and      /work/SRC/openSUSE:Factory/.popeye.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "popeye"

Wed Jan  1 23:08:00 2025 rev:14 rq:1234134 version:0.21.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/popeye/popeye.changes    2024-09-16 
17:43:14.937486449 +0200
+++ /work/SRC/openSUSE:Factory/.popeye.new.1881/popeye.changes  2025-01-01 
23:08:27.317808976 +0100
@@ -1,0 +2,36 @@
+Tue Dec 31 10:28:46 UTC 2024 - [email protected]
+
+- Update to version 0.21.6:
+  * deps
+  * deps
+  * update deps
+  * rel v0.21.6
+  * fix #267,#200,#168
+  * fix #370,#356,#337,#301
+  * clean up
+  * clean up cilium netpols
+  * update deps
+  * Bump k8s.io/cli-runtime from 0.31.1 to 0.32.0
+  * Bump k8s.io/metrics from 0.31.1 to 0.32.0
+  * Bump k8s.io/cli-runtime from 0.31.1 to 0.32.0
+  * Bump k8s.io/metrics from 0.31.1 to 0.32.0
+  * Bump k8s.io/client-go from 0.31.1 to 0.32.0
+  * Bump github.com/cilium/cilium from 1.16.3 to 1.16.5
+  * Bump actions/setup-go from 5.1.0 to 5.2.0
+  * Bump alpine from 3.20.3 to 3.21.0
+  * Bump golangci/golangci-lint-action
+  * Bump sigs.k8s.io/gateway-api from 1.1.0 to 1.2.0
+  * Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.5
+  * Bump github.com/prometheus/common from 0.59.1 to 0.60.1
+  * Bump actions/checkout from 4.1.7 to 4.2.2
+  * Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47
+  * Bump golangci/golangci-lint-action
+  * Bump golang.org/x/net from 0.28.0 to 0.31.0
+  * Add detection of projected secrets & config maps
+  * Bump actions/setup-go from 5.0.2 to 5.1.0
+  * fix linter service port check for native sidecars
+  * fix path to copyright file for nfpms
+  * Bump github.com/cilium/cilium from 1.16.1 to 1.16.3
+  * feat: Add the MIME content type to s3 uploads
+
+-------------------------------------------------------------------

Old:
----
  popeye-0.21.5.tar.gz

New:
----
  popeye-0.21.6.tar.gz

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

Other differences:
------------------
++++++ popeye.spec ++++++
--- /var/tmp/diff_new_pack.3oRSAj/_old  2025-01-01 23:08:28.437854971 +0100
+++ /var/tmp/diff_new_pack.3oRSAj/_new  2025-01-01 23:08:28.441855136 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           popeye
-Version:        0.21.5
+Version:        0.21.6
 Release:        0
 Summary:        A Kubernetes cluster resource sanitizer
 License:        Apache-2.0
@@ -29,13 +29,22 @@
 BuildRequires:  go >= 1.17
 
 %description
-Pluto is a utility to help users find deprecated Kubernetes apiVersions in 
their code repositories and their helm releases.
-peye is a utility that scans live Kubernetes cluster and reports potential 
issues with deployed resources and configurations. It sanitizes your cluster 
based on what's deployed and not what's sitting on disk. By scanning your 
cluster, it detects misconfigurations and helps you to ensure that best 
practices are in place, thus preventing future headaches. It aims at reducing 
the cognitive overload one faces when operating a Kubernetes cluster in the 
wild. Furthermore, if your cluster employs a metric-server, it reports 
potential resources over/under allocations and attempts to warn you should your 
cluster run out of capacity.
-Popeye is a readonly tool, it does not alter any of your Kubernetes resources 
in any way!
+Pluto is a utility to help users find deprecated Kubernetes apiVersions in
+their code repositories and their helm releases.
+Popeye is a utility that scans live Kubernetes cluster and reports potential
+issues with deployed resources and configurations. It sanitizes your cluster
+based on what's deployed and not what's sitting on disk. By scanning your
+cluster, it detects misconfigurations and helps you to ensure that best
+practices are in place, thus preventing future headaches. It aims at reducing
+the cognitive overload one faces when operating a Kubernetes cluster in the
+wild. Furthermore, if your cluster employs a metric-server, it reports
+potential resources over/under allocations and attempts to warn you should your
+cluster run out of capacity.
+Popeye is a readonly tool, it does not alter any of your Kubernetes resources
+in any way!
 
 %prep
-%setup -q
-%setup -q -T -D -a 1
+%autosetup -p 1 -a 1
 
 %build
 go build \
@@ -44,7 +53,7 @@
 
 %install
 # Install the binary.
-install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
+install -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3oRSAj/_old  2025-01-01 23:08:28.477856614 +0100
+++ /var/tmp/diff_new_pack.3oRSAj/_new  2025-01-01 23:08:28.481856779 +0100
@@ -3,10 +3,10 @@
     <param name="url">https://github.com/derailed/popeye</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.21.5</param>
+    <param name="revision">v0.21.6</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="manual">
     <param name="basename">popeye</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3oRSAj/_old  2025-01-01 23:08:28.509857928 +0100
+++ /var/tmp/diff_new_pack.3oRSAj/_new  2025-01-01 23:08:28.513858093 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/derailed/popeye</param>
-              <param 
name="changesrevision">13f3b9c2144ec7a89a2cf9b46cd96dc21c2bc90a</param></service></servicedata>
+              <param 
name="changesrevision">09b68bd1132a1f43a60ff0e7ffe35bc6d6d09c0d</param></service></servicedata>
 (No newline at EOF)
 

++++++ popeye-0.21.5.tar.gz -> popeye-0.21.6.tar.gz ++++++
++++ 2485 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/popeye/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.popeye.new.1881/vendor.tar.gz differ: char 5, line 1

Reply via email to