Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kube-linter for openSUSE:Factory 
checked in at 2024-11-12 19:23:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kube-linter (Old)
 and      /work/SRC/openSUSE:Factory/.kube-linter.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kube-linter"

Tue Nov 12 19:23:10 2024 rev:5 rq:1223577 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kube-linter/kube-linter.changes  2024-02-25 
14:06:43.790226381 +0100
+++ /work/SRC/openSUSE:Factory/.kube-linter.new.2017/kube-linter.changes        
2024-11-12 19:23:59.113901450 +0100
@@ -1,0 +2,26 @@
+Tue Nov 12 09:09:27 UTC 2024 - [email protected]
+
+- Update to version 0.7.1:
+  * chore(deps): remove replace in go.mod (#863)
+
+-------------------------------------------------------------------
+Tue Nov 12 08:45:58 UTC 2024 - [email protected]
+
+- Update to version 0.7.0:
+  * Features
+    - Update unset-memory-requirements and unset-cpu-requirements
+      by @bgalek in #734
+  * Bug Fixes
+    - Use a real check in example by @porridge in #770
+  * Maintenance
+    - fix: remove darwin shell hack in Makefile by @janisz in #810
+  * Other changes
+    please see the full changelog
+    https://github.com/stackrox/kube-linter/releases/tag/v0.7.0
+
+-------------------------------------------------------------------
+Thu Apr 18 07:55:03 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- do not strip aka remove -s -w ldflags
+
+-------------------------------------------------------------------

Old:
----
  kube-linter-0.6.8.obscpio

New:
----
  kube-linter-0.7.1.obscpio

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

Other differences:
------------------
++++++ kube-linter.spec ++++++
--- /var/tmp/diff_new_pack.vfcuOR/_old  2024-11-12 19:23:59.833931586 +0100
+++ /var/tmp/diff_new_pack.vfcuOR/_new  2024-11-12 19:23:59.837931755 +0100
@@ -16,26 +16,37 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           kube-linter
-Version:        0.6.8
+Version:        0.7.1
 Release:        0
 Summary:        Static analysis tool that checks Kubernetes YAML files and 
Helm charts
 License:        Apache-2.0
 URL:            https://github.com/stackrox/kube-linter
 Source:         kube-linter-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.19
+BuildRequires:  zsh
 
 %description
-KubeLinter analyzes Kubernetes YAML files and Helm charts, and checks them 
against a variety of best practices, with a focus on production readiness and 
security.
-
-KubeLinter runs sensible default checks, designed to give you useful 
information about your Kubernetes YAML files and Helm charts. This is to help 
teams check early and often for security misconfigurations and DevOps best 
practices. Some common examples of these include running containers as a 
non-root user, enforcing least privilege, and storing sensitive information 
only in secrets.
-
-KubeLinter is configurable, so you can enable and disable checks, as well as 
create your own custom checks, depending on the policies you want to follow 
within your organization.
+KubeLinter analyzes Kubernetes YAML files and Helm charts, and checks them
+against a variety of best practices, with a focus on production readiness and
+security.
+
+KubeLinter runs sensible default checks, designed to give you useful
+information about your Kubernetes YAML files and Helm charts. This is to help
+teams check early and often for security misconfigurations and DevOps best
+practices. Some common examples of these include running containers as a
+non-root user, enforcing least privilege, and storing sensitive information
+only in secrets.
+
+KubeLinter is configurable, so you can enable and disable checks, as well as
+create your own custom checks, depending on the policies you want to follow
+within your organization.
 
-When a lint check fails, KubeLinter reports recommendations for how to resolve 
any potential issues and returns a non-zero exit code.
+When a lint check fails, KubeLinter reports recommendations for how to resolve
+any potential issues and returns a non-zero exit code.
 
 %package -n %{name}-bash-completion
 Summary:        Bash Completion for %{name}
@@ -75,7 +86,7 @@
 go build \
    -mod=vendor \
    -buildmode=pie \
-   -ldflags="-s -w -X 
golang.stackrox.io/kube-linter/internal/version.version=v%{version}" \
+   -ldflags="-X 
golang.stackrox.io/kube-linter/internal/version.version=v%{version}" \
    -o bin/kube-linter ./cmd/kube-linter
 
 %install
@@ -91,8 +102,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
@@ -100,16 +111,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.vfcuOR/_old  2024-11-12 19:23:59.869933093 +0100
+++ /var/tmp/diff_new_pack.vfcuOR/_new  2024-11-12 19:23:59.869933093 +0100
@@ -3,19 +3,21 @@
     <param name="url">https://github.com/stackrox/kube-linter</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.6.8</param>
+    <param name="revision">v0.7.1</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>
-  <service name="tar" mode="buildtime"/>
+  <service name="go_modules" mode="manual">
+  </service>
+  <!-- services below are running at buildtime -->
+  <service name="tar" mode="buildtime">
+  </service>
   <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="manual">
-  </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.vfcuOR/_old  2024-11-12 19:23:59.889933931 +0100
+++ /var/tmp/diff_new_pack.vfcuOR/_new  2024-11-12 19:23:59.893934098 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/stackrox/kube-linter</param>
-              <param 
name="changesrevision">39d132c9fbd6a29c5e678edc208937533a3a43c0</param></service></servicedata>
+              <param 
name="changesrevision">00ad4327e3ad9e86f6956feca92917be049bcb9f</param></service></servicedata>
 (No newline at EOF)
 

++++++ kube-linter-0.6.8.obscpio -> kube-linter-0.7.1.obscpio ++++++
++++ 5283 lines of diff (skipped)

++++++ kube-linter.obsinfo ++++++
--- /var/tmp/diff_new_pack.vfcuOR/_old  2024-11-12 19:24:00.149944814 +0100
+++ /var/tmp/diff_new_pack.vfcuOR/_new  2024-11-12 19:24:00.153944981 +0100
@@ -1,5 +1,5 @@
 name: kube-linter
-version: 0.6.8
-mtime: 1708609050
-commit: 39d132c9fbd6a29c5e678edc208937533a3a43c0
+version: 0.7.1
+mtime: 1730971288
+commit: 00ad4327e3ad9e86f6956feca92917be049bcb9f
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/kube-linter/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.kube-linter.new.2017/vendor.tar.gz differ: char 5, 
line 1

Reply via email to