Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kuttl for openSUSE:Factory checked 
in at 2025-02-07 23:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kuttl (Old)
 and      /work/SRC/openSUSE:Factory/.kuttl.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kuttl"

Fri Feb  7 23:08:09 2025 rev:3 rq:1244195 version:0.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kuttl/kuttl.changes      2024-12-04 
15:27:35.850418473 +0100
+++ /work/SRC/openSUSE:Factory/.kuttl.new.2316/kuttl.changes    2025-02-07 
23:12:11.579290058 +0100
@@ -1,0 +2,25 @@
+Fri Feb 07 08:37:21 UTC 2025 - [email protected]
+
+- Update to version 0.21.0:
+  * chore(deps): bump github.com/google/cel-go from 0.22.0 to
+    0.23.0 (#606)
+  * chore: explicitly add quotes to error format (#605)
+  * chore(deps): bump the kubernetes group across 1 directory with
+    7 updates (#604)
+  * chore(deps): bump github.com/docker/docker (#603)
+  * [KEP-0009] feat: add expression based assertions (#576)
+  * chore(deps): bump sigs.k8s.io/controller-runtime in the
+    kubernetes group (#600)
+  * chore(deps): bump sigs.k8s.io/controller-tools in the
+    kubernetes group (#599)
+  * chore(deps): bump github.com/docker/docker (#598)
+  * Bump sigs.k8s.io/kind in the kubernetes group across 1
+    directory (#597)
+  * Bump go, k8s deps and linter versions, and some fixes (#596)
+  * refactor: moves kubernetes utilities to `pkg/kubernetes` (#590)
+  * Bump github.com/docker/docker (#594)
+  * Bump sigs.k8s.io/controller-runtime in the kubernetes group
+    (#592)
+  * fix: make sure goreleaser config matches current schema (#588)
+
+-------------------------------------------------------------------

Old:
----
  kuttl-0.20.0.obscpio

New:
----
  kuttl-0.21.0.obscpio

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

Other differences:
------------------
++++++ kuttl.spec ++++++
--- /var/tmp/diff_new_pack.VS2rOy/_old  2025-02-07 23:12:12.251317716 +0100
+++ /var/tmp/diff_new_pack.VS2rOy/_new  2025-02-07 23:12:12.255317881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kuttl
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,20 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 %define executable_name kubectl-kuttl
 
 Name:           kuttl
-Version:        0.20.0
+Version:        0.21.0
 Release:        0
 Summary:        KUbernetes Test TooL
 License:        Apache-2.0
 URL:            https://github.com/kudobuilder/kuttl
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.22
+BuildRequires:  zsh
 
 %description
 KUbernetes Test TooL (KUTTL) provides a declarative approach to test Kubernetes
@@ -100,8 +101,8 @@
 %{buildroot}/%{_bindir}/%{executable_name} completion fish > 
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
 
 # create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{executable_name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh_completion.d/_%{executable_name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{executable_name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh/site-functions/_%{executable_name}
 
 %files
 %doc README.md
@@ -109,16 +110,11 @@
 %{_bindir}/%{executable_name}
 
 %files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
 %{_datarootdir}/bash-completion/completions/%{executable_name}
 
 %files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
 %{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
 
 %files -n %{name}-zsh-completion
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{executable_name}
+%{_datarootdir}/zsh/site-functions/_%{executable_name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VS2rOy/_old  2025-02-07 23:12:12.283319033 +0100
+++ /var/tmp/diff_new_pack.VS2rOy/_new  2025-02-07 23:12:12.287319198 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/kudobuilder/kuttl</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.20.0</param>
+    <param name="revision">v0.21.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.VS2rOy/_old  2025-02-07 23:12:12.303319856 +0100
+++ /var/tmp/diff_new_pack.VS2rOy/_new  2025-02-07 23:12:12.307320021 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/kudobuilder/kuttl</param>
-              <param 
name="changesrevision">f0ebf88a25f264697763baea0abcee820d71f76c</param></service></servicedata>
+              <param 
name="changesrevision">828214d6986d2e70cf9237c828792c01c1c7b7b2</param></service></servicedata>
 (No newline at EOF)
 

++++++ kuttl-0.20.0.obscpio -> kuttl-0.21.0.obscpio ++++++
++++ 8881 lines of diff (skipped)

++++++ kuttl.obsinfo ++++++
--- /var/tmp/diff_new_pack.VS2rOy/_old  2025-02-07 23:12:12.475326935 +0100
+++ /var/tmp/diff_new_pack.VS2rOy/_new  2025-02-07 23:12:12.475326935 +0100
@@ -1,5 +1,5 @@
 name: kuttl
-version: 0.20.0
-mtime: 1733290285
-commit: f0ebf88a25f264697763baea0abcee820d71f76c
+version: 0.21.0
+mtime: 1738132944
+commit: 828214d6986d2e70cf9237c828792c01c1c7b7b2
 

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

Reply via email to