Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package popeye for openSUSE:Factory checked 
in at 2024-02-04 19:08:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/popeye (Old)
 and      /work/SRC/openSUSE:Factory/.popeye.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "popeye"

Sun Feb  4 19:08:06 2024 rev:7 rq:1143755 version:0.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/popeye/popeye.changes    2023-12-21 
23:40:04.977756972 +0100
+++ /work/SRC/openSUSE:Factory/.popeye.new.1815/popeye.changes  2024-02-04 
19:08:22.754830604 +0100
@@ -1,0 +2,8 @@
+Sat Feb 03 08:21:26 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.11.3:
+  * fix docker build
+  * Added vulnerability fixes for Alpine Linux OS
+  * Fix incorrect spelling
+
+-------------------------------------------------------------------

Old:
----
  popeye-0.11.2.tar.gz

New:
----
  popeye-0.11.3.tar.gz

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

Other differences:
------------------
++++++ popeye.spec ++++++
--- /var/tmp/diff_new_pack.L0uPgx/_old  2024-02-04 19:08:23.898871828 +0100
+++ /var/tmp/diff_new_pack.L0uPgx/_new  2024-02-04 19:08:23.902871973 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package popeye
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           popeye
-Version:        0.11.2
+Version:        0.11.3
 Release:        0
 Summary:        A Kubernetes cluster resource sanitizer
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L0uPgx/_old  2024-02-04 19:08:23.930872982 +0100
+++ /var/tmp/diff_new_pack.L0uPgx/_new  2024-02-04 19:08:23.934873126 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/derailed/popeye</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.11.2</param>
+    <param name="revision">v0.11.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.L0uPgx/_old  2024-02-04 19:08:23.950873703 +0100
+++ /var/tmp/diff_new_pack.L0uPgx/_new  2024-02-04 19:08:23.954873847 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/derailed/popeye</param>
-              <param 
name="changesrevision">4be7b47ac86725cd337844febb8a83c66aa0067b</param></service></servicedata>
+              <param 
name="changesrevision">6017629c2f8112f098b9abfc5ccdce241014fb55</param></service></servicedata>
 (No newline at EOF)
 

++++++ popeye-0.11.2.tar.gz -> popeye-0.11.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/Dockerfile new/popeye-0.11.3/Dockerfile
--- old/popeye-0.11.2/Dockerfile        2023-12-20 18:24:43.000000000 +0100
+++ new/popeye-0.11.3/Dockerfile        2024-02-02 17:21:40.000000000 +0100
@@ -1,6 +1,6 @@
 # -----------------------------------------------------------------------------
 # Build...
-FROM golang:1.18.1-alpine3.14 AS build
+FROM golang:1.21-alpine3.19 AS build
 
 WORKDIR /popeye
 
@@ -9,11 +9,11 @@
 COPY cmd cmd
 COPY types types
 COPY pkg pkg
-RUN apk --no-cache add make git gcc libc-dev curl ca-certificates && make build
+RUN apk --no-cache add make git gcc libc-dev curl ca-certificates 
binutils-gold && make build
 
 # -----------------------------------------------------------------------------
 # Image...
-FROM alpine:3.14.0
+FROM alpine:3.19.0
 
 COPY --from=build /etc/ssl/certs/ca-certificates.crt 
/etc/ssl/certs/ca-certificates.crt
 COPY --from=build /popeye/execs/popeye /bin/popeye
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/Makefile new/popeye-0.11.3/Makefile
--- old/popeye-0.11.2/Makefile  2023-12-20 18:24:43.000000000 +0100
+++ new/popeye-0.11.3/Makefile  2024-02-02 17:21:40.000000000 +0100
@@ -1,6 +1,6 @@
 NAME     := popeye
 PACKAGE  := github.com/derailed/$(NAME)
-VERSION  := v0.11.2
+VERSION  := v0.11.3
 GIT      := $(shell git rev-parse --short HEAD)
 DATE     := $(shell date +%FT%T%Z)
 IMG_NAME := derailed/popeye
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/change_logs/release_v0.11.3.md 
new/popeye-0.11.3/change_logs/release_v0.11.3.md
--- old/popeye-0.11.2/change_logs/release_v0.11.3.md    1970-01-01 
01:00:00.000000000 +0100
+++ new/popeye-0.11.3/change_logs/release_v0.11.3.md    2024-02-02 
17:21:40.000000000 +0100
@@ -0,0 +1,21 @@
+<img 
src="https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png";
 align="right" width="200" height="auto"/>
+
+# Release v0.11.3
+
+## Notes
+
+Thank you to all that contributed with flushing out issues and enhancements 
for Popeye! I'll try to mark some of these issues as fixed. But if you don't 
mind grab the latest rev and see if we're happier with some of the fixes! If 
you've filed an issue please help me verify and close. Your support, kindness 
and awesome suggestions to make Popeye better is as ever very much noticed and 
appreciated!
+
+This project offers a GitHub Sponsor button (over here 👆). As you well know 
this is not pimped out by big corps with deep pockets. If you feel `Popeye` is 
saving you cycles diagnosing potential cluster issues please consider 
sponsoring this project!! It does go a long way in keeping our servers lights 
on and beers in our fridge.
+
+Also if you dig this tool, please make some noise on social! 
[@kitesurfer](https://twitter.com/kitesurfer)
+
+---
+
+## Maintenance Release!
+
+Fix docker build issues
+
+---
+
+<img 
src="https://raw.githubusercontent.com/derailed/popeye/master/assets/imhotep_logo.png";
 width="32" height="auto"/>&nbsp; © 2023 Imhotep Software LLC. All materials 
licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/internal/issues/issue.go 
new/popeye-0.11.3/internal/issues/issue.go
--- old/popeye-0.11.2/internal/issues/issue.go  2023-12-20 18:24:43.000000000 
+0100
+++ new/popeye-0.11.3/internal/issues/issue.go  2024-02-02 17:21:40.000000000 
+0100
@@ -14,7 +14,7 @@
 var Blank = Issue{}
 
 type (
-       // Issue tracks a sanitizer issui.
+       // Issue tracks a sanitizer issue.
        Issue struct {
                Group   string       `yaml:"group" json:"group"`
                GVR     string       `yaml:"gvr" json:"gvr"`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/internal/report/builder.go 
new/popeye-0.11.3/internal/report/builder.go
--- old/popeye-0.11.2/internal/report/builder.go        2023-12-20 
18:24:43.000000000 +0100
+++ new/popeye-0.11.3/internal/report/builder.go        2024-02-02 
17:21:40.000000000 +0100
@@ -272,9 +272,6 @@
 // PrintReport prints out sanitizer report to screen
 func (b *Builder) PrintReport(level config.Level, s *Sanitizer) {
        for _, section := range b.Report.Sections {
-               if section.Tally.counts[level] == 0 {
-                       continue
-               }
                var any bool
                s.Open(Titleize(section.Title, len(section.Outcome)), 
section.Tally)
                {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/pkg/config/config.go 
new/popeye-0.11.3/pkg/config/config.go
--- old/popeye-0.11.2/pkg/config/config.go      2023-12-20 18:24:43.000000000 
+0100
+++ new/popeye-0.11.3/pkg/config/config.go      2024-02-02 17:21:40.000000000 
+0100
@@ -1,9 +1,6 @@
 // SPDX-License-Identifier: Apache-2.0
 // Copyright Authors of Popeye
 
-// SPDX-License-Identifier: Apache-2.0
-// Copyright Authors of Popeye
-
 package config
 
 import (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/popeye-0.11.2/pkg/config/config_test.go 
new/popeye-0.11.3/pkg/config/config_test.go
--- old/popeye-0.11.2/pkg/config/config_test.go 2023-12-20 18:24:43.000000000 
+0100
+++ new/popeye-0.11.3/pkg/config/config_test.go 2024-02-02 17:21:40.000000000 
+0100
@@ -1,9 +1,6 @@
 // SPDX-License-Identifier: Apache-2.0
 // Copyright Authors of Popeye
 
-// SPDX-License-Identifier: Apache-2.0
-// Copyright Authors of Popeye
-
 package config
 
 import (

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

Reply via email to