Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package marvin for openSUSE:Factory checked in at 2024-10-27 11:25:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/marvin (Old) and /work/SRC/openSUSE:Factory/.marvin.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "marvin" Sun Oct 27 11:25:21 2024 rev:3 rq:1218406 version:0.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/marvin/marvin.changes 2024-09-29 18:11:02.530632886 +0200 +++ /work/SRC/openSUSE:Factory/.marvin.new.2020/marvin.changes 2024-10-27 11:25:45.519607331 +0100 @@ -1,0 +2,6 @@ +Fri Oct 25 16:53:11 UTC 2024 - opensuse_buildserv...@ojkastl.de + +- Update to version 0.2.7: + * bump alpine base image version from 3.19.1 to 3.20.3 (#66) + +------------------------------------------------------------------- Old: ---- marvin-0.2.6.obscpio New: ---- marvin-0.2.7.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ marvin.spec ++++++ --- /var/tmp/diff_new_pack.jEKhbd/_old 2024-10-27 11:25:46.263638173 +0100 +++ /var/tmp/diff_new_pack.jEKhbd/_new 2024-10-27 11:25:46.267638338 +0100 @@ -16,22 +16,28 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: marvin -Version: 0.2.6 +Version: 0.2.7 Release: 0 Summary: Scans a k8s cluster for misconfigurations and vulnerabilities License: Apache-2.0 URL: https://github.com/undistro/marvin Source: marvin-%{version}.tar.gz Source1: vendor.tar.gz +BuildRequires: bash-completion +BuildRequires: fish BuildRequires: go >= 1.22 +BuildRequires: zsh %description -Marvin is a CLI tool designed to help Kubernetes cluster administrators ensure the security and reliability of their environments. +Marvin is a CLI tool designed to help Kubernetes cluster administrators ensure +the security and reliability of their environments. -Using a comprehensive set of CEL (Common Expression Language) expressions, Marvin performs extensive checks on cluster resources, identifying potential issues, misconfigurations, and vulnerabilities that could pose a risk to the system. It helps ensure that your Kubernetes clusters are always in compliance with best practices and industry standards. +Using a comprehensive set of CEL (Common Expression Language) expressions, +Marvin performs extensive checks on cluster resources, identifying potential +issues, misconfigurations, and vulnerabilities that could pose a risk to the +system. It helps ensure that your Kubernetes clusters are always in compliance +with best practices and industry standards. Marvin is also used as a plugin in Zora. @@ -83,7 +89,7 @@ %install # Install the binary. -install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name} # create the bash completion file mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/ @@ -94,8 +100,8 @@ %{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish # create the zsh completion file -mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ -%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name} +mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/ +%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name} %files %doc README.md @@ -103,16 +109,11 @@ %{_bindir}/%{name} %files -n %{name}-bash-completion -%dir %{_datarootdir}/bash-completion/completions/ %{_datarootdir}/bash-completion/completions/%{name} %files -n %{name}-fish-completion -%dir %{_datarootdir}/fish -%dir %{_datarootdir}/fish/vendor_completions.d %{_datarootdir}/fish/vendor_completions.d/%{name}.fish %files -n %{name}-zsh-completion -%defattr(-,root,root) -%dir %{_datarootdir}/zsh_completion.d/ -%{_datarootdir}/zsh_completion.d/_%{name} +%{_datarootdir}/zsh/site-functions/_%{name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jEKhbd/_old 2024-10-27 11:25:46.299639665 +0100 +++ /var/tmp/diff_new_pack.jEKhbd/_new 2024-10-27 11:25:46.303639831 +0100 @@ -3,10 +3,10 @@ <param name="url">https://github.com/undistro/marvin</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.2.6</param> + <param name="revision">v0.2.7</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"> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.jEKhbd/_old 2024-10-27 11:25:46.319640494 +0100 +++ /var/tmp/diff_new_pack.jEKhbd/_new 2024-10-27 11:25:46.323640660 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/undistro/marvin</param> - <param name="changesrevision">70da7ad5cded412b46441bda987c49cf078565e3</param></service></servicedata> + <param name="changesrevision">c50d9eabfb02ead05c13b17cc4d5b005a6b2bc6c</param></service></servicedata> (No newline at EOF) ++++++ marvin-0.2.6.obscpio -> marvin-0.2.7.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/marvin-0.2.6/Dockerfile new/marvin-0.2.7/Dockerfile --- old/marvin-0.2.6/Dockerfile 2024-08-08 16:35:46.000000000 +0200 +++ new/marvin-0.2.7/Dockerfile 2024-10-25 15:58:49.000000000 +0200 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 as builder +FROM golang:1.22 AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION @@ -34,7 +34,7 @@ -X github.com/undistro/marvin/pkg/version.commit=${COMMIT} \ -X github.com/undistro/marvin/pkg/version.date=${DATE}" -a -o marvin main.go -FROM alpine:3.19.1 +FROM alpine:3.20.3 RUN apk upgrade && rm /var/cache/apk/* RUN addgroup -g 8494 -S nonroot && adduser -u 8494 -D -S nonroot -G nonroot USER 8494:8494 ++++++ marvin.obsinfo ++++++ --- /var/tmp/diff_new_pack.jEKhbd/_old 2024-10-27 11:25:46.475646961 +0100 +++ /var/tmp/diff_new_pack.jEKhbd/_new 2024-10-27 11:25:46.479647126 +0100 @@ -1,5 +1,5 @@ name: marvin -version: 0.2.6 -mtime: 1723127746 -commit: 70da7ad5cded412b46441bda987c49cf078565e3 +version: 0.2.7 +mtime: 1729864729 +commit: c50d9eabfb02ead05c13b17cc4d5b005a6b2bc6c ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/marvin/vendor.tar.gz /work/SRC/openSUSE:Factory/.marvin.new.2020/vendor.tar.gz differ: char 5, line 1