Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubefirst for openSUSE:Factory 
checked in at 2024-10-27 11:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubefirst (Old)
 and      /work/SRC/openSUSE:Factory/.kubefirst.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubefirst"

Sun Oct 27 11:24:38 2024 rev:22 rq:1218239 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubefirst/kubefirst.changes      2024-09-16 
17:43:10.985323081 +0200
+++ /work/SRC/openSUSE:Factory/.kubefirst.new.2020/kubefirst.changes    
2024-10-27 11:24:48.693251811 +0100
@@ -1,0 +2,35 @@
+Fri Oct 25 12:15:29 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 2.7.0:
+  * feat: tag api to latest version
+  * fix: retry (#2311)
+  * fix: k3d
+  * feat: update doc links to kubefirst.konstruct.io/docs (#2306)
+  * fix: launch deployed message (#2305)
+  * upgrade Kubefirst API to latest (#2303)
+  * upgrade Kubefirst API to latest (#2302)
+  * Reference tagged version of the SDK.
+  * feat: update vault-handler manifest source to konstructio
+    (#2289)
+  * fix typo
+  * add dependencies
+  * fix: bypass if directory already exists
+  * set next macro chart for kubefirst - 2.6.2-rc2
+  * Fix linter issues.
+  * Bump Kubefirst API SDK version.
+  * set next macro chart for kubefirst - 2.6.2-rc1
+  * Fixes to error handling.
+  * Fix typo in function name.
+  * fix(google): fix typo (#2285)
+  * use progress success function
+  * handle nil in switch
+  * fix reset cmd
+  * Fix incorrect printing statement.
+  * Update using final standard linters
+  * Fix compilation
+  * Cleanup internal folder
+  * Fix version printing.
+  * Enable golangci-lint
+  * Clean up code using GolangCI-Lint
+
+-------------------------------------------------------------------

Old:
----
  kubefirst-2.6.1.obscpio

New:
----
  kubefirst-2.7.0.obscpio

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

Other differences:
------------------
++++++ kubefirst.spec ++++++
--- /var/tmp/diff_new_pack.VAOMAR/_old  2024-10-27 11:24:49.777296745 +0100
+++ /var/tmp/diff_new_pack.VAOMAR/_new  2024-10-27 11:24:49.777296745 +0100
@@ -16,20 +16,22 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           kubefirst
-Version:        2.6.1
+Version:        2.7.0
 Release:        0
 Summary:        CLI for the KubeFirst GitOps Infrastructure & Application 
Delivery Platform
 License:        MIT
 URL:            https://github.com/kubefirst/kubefirst
 Source:         kubefirst-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.18
+BuildRequires:  zsh
 
 %description
-The Kubefirst CLI creates instant GitOps platforms that integrate some of the 
best tools in cloud native from scratch in minutes.
+The Kubefirst CLI creates instant GitOps platforms that integrate some of the
+best tools in cloud native from scratch in minutes.
 
 %package -n %{name}-bash-completion
 Summary:        Bash Completion for %{name}
@@ -87,8 +89,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
@@ -96,16 +98,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.VAOMAR/_old  2024-10-27 11:24:49.809298071 +0100
+++ /var/tmp/diff_new_pack.VAOMAR/_new  2024-10-27 11:24:49.813298237 +0100
@@ -3,19 +3,21 @@
     <param name="url">https://github.com/kubefirst/kubefirst</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.6.1</param>
+    <param name="revision">v2.7.0</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.VAOMAR/_old  2024-10-27 11:24:49.837299232 +0100
+++ /var/tmp/diff_new_pack.VAOMAR/_new  2024-10-27 11:24:49.841299398 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kubefirst/kubefirst</param>
-              <param 
name="changesrevision">a9bb647c7807bb2f9c3eef7cb14d4250ebb63ad2</param></service></servicedata>
+              <param 
name="changesrevision">6bae0bf0a4aec4c67adaa921e8111e90b7962f0e</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubefirst-2.6.1.obscpio -> kubefirst-2.7.0.obscpio ++++++
++++ 7217 lines of diff (skipped)

++++++ kubefirst.obsinfo ++++++
--- /var/tmp/diff_new_pack.VAOMAR/_old  2024-10-27 11:24:50.053308185 +0100
+++ /var/tmp/diff_new_pack.VAOMAR/_new  2024-10-27 11:24:50.053308185 +0100
@@ -1,5 +1,5 @@
 name: kubefirst
-version: 2.6.1
-mtime: 1725913175
-commit: a9bb647c7807bb2f9c3eef7cb14d4250ebb63ad2
+version: 2.7.0
+mtime: 1729804295
+commit: 6bae0bf0a4aec4c67adaa921e8111e90b7962f0e
 

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

Reply via email to