Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glasskube-cli for openSUSE:Factory 
checked in at 2024-10-23 21:11:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glasskube-cli (Old)
 and      /work/SRC/openSUSE:Factory/.glasskube-cli.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glasskube-cli"

Wed Oct 23 21:11:11 2024 rev:4 rq:1217254 version:0.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/glasskube-cli/glasskube-cli.changes      
2024-10-06 17:52:35.302641819 +0200
+++ /work/SRC/openSUSE:Factory/.glasskube-cli.new.26871/glasskube-cli.changes   
2024-10-23 21:12:16.791703214 +0200
@@ -1,0 +2,59 @@
+Wed Oct 23 08:22:57 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.25.0:
+  * chore(main): release 0.25.0 (#1310)
+  * docs(website): added initial kustomize guide to website (#1303)
+  * feat(website): add testimonials (#1300)
+  * chore(deps): update dependency typescript-eslint to v8.11.0
+    (#1351)
+  * chore(deps): update dependency @eslint/js to v9.13.0 (#1350)
+  * feat(website): logo slider (#1299)
+  * chore(deps): update dependency typescript-eslint to v8.10.0
+    (#1348)
+  * docs(website): fix typo's in helm guide (#1340)
+  * feat(package-operator): restart dependent workloads when
+    package spec changes (#1331)
+  * fix(deps): update dependency @getcanary/web to v1.0.10 (#1343)
+  * chore(deps): update dependency typescript-eslint to v8.9.0
+    (#1342)
+  * fix(deps): update module sigs.k8s.io/kustomize/api to v0.18.0
+    (#1327)
+  * fix(ui): package detail header breaks when rendering (#1332)
+  * fix(deps): update module github.com/yuin/goldmark to v1.7.6
+    (#1337)
+  * fix(deps): update dependency @getcanary/web to v1.0.9 (#1339)
+  * fix(deps): update dependency
+    @getcanary/docusaurus-theme-search-pagefind to v1.0.2 (#1336)
+  * fix(deps): update dependency @getcanary/web to v1.0.8 (#1335)
+  * fix(deps): update dependency
+    @getcanary/docusaurus-theme-search-pagefind to v1.0.1 (#1334)
+  * docs(website): initial helm guide article (#1302)
+  * fix(deps): update dependency @getcanary/web to v1.0.7 (#1333)
+  * fix(deps): update dependency @getcanary/web to v1.0.6 (#1330)
+  * fix(deps): update dependency @getcanary/web to v1.0.4 (#1329)
+  * chore(deps): update actions/upload-artifact action to v4.4.3
+    (#1328)
+  * feat: add suspending package reconciliation and fix shell
+    completion (#1315)
+  * chore(deps): update dependency globals to v15.11.0 (#1326)
+  * fix(deps): update dependency @getcanary/web to v1.0.3 (#1325)
+  * fix(deps): update dependency @getcanary/web to v1.0.2 (#1324)
+  * chore(deps): update dependency typescript to v5.6.3 (#1323)
+  * chore(deps): update actions/upload-artifact action to v4.4.2
+    (#1322)
+  * chore(deps): update actions/cache action to v4.1.1 (#1321)
+  * feat(ui): combine package update and configuration (#1294)
+  * chore(deps): update actions/checkout digest to eef6144 (#1319)
+  * chore(deps): update dependency typescript-eslint to v8.8.1
+    (#1320)
+  * chore(deps): update actions/upload-artifact action to v4.4.1
+    (#1318)
+  * fix(deps): update dependency @getcanary/web to v1 (#1314)
+  * fix(deps): update dependency
+    @getcanary/docusaurus-theme-search-pagefind to v1 (#1313)
+  * chore(deps): update actions/cache action to v4.1.0 (#1311)
+  * fix(deps): update module golang.org/x/term to v0.25.0 (#1309)
+  * chore(deps): update dependency @eslint/js to v9.12.0 (#1312)
+  * fix(deps): update dependency htmx.org to v2.0.3 (#1308)
+
+-------------------------------------------------------------------

Old:
----
  glasskube-cli-0.24.0.obscpio

New:
----
  glasskube-cli-0.25.0.obscpio

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

Other differences:
------------------
++++++ glasskube-cli.spec ++++++
--- /var/tmp/diff_new_pack.qxhbi8/_old  2024-10-23 21:12:18.035755149 +0200
+++ /var/tmp/diff_new_pack.qxhbi8/_new  2024-10-23 21:12:18.039755315 +0200
@@ -16,19 +16,20 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 %define executable_name glasskube
 
 Name:           glasskube-cli
-Version:        0.24.0
+Version:        0.25.0
 Release:        0
 Summary:        The next generation Package Manager for Kubernetes
 License:        Apache-2.0
 URL:            https://github.com/glasskube/glasskube
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.20
+BuildRequires:  zsh
 Provides:       glasskube = %{version}
 
 %description
@@ -101,8 +102,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
@@ -110,15 +111,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
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{executable_name}
+%{_datarootdir}/zsh/site-functions/_%{executable_name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qxhbi8/_old  2024-10-23 21:12:18.075756818 +0200
+++ /var/tmp/diff_new_pack.qxhbi8/_new  2024-10-23 21:12:18.075756818 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/glasskube/glasskube</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.24.0</param>
+    <param name="revision">v0.25.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.qxhbi8/_old  2024-10-23 21:12:18.099757821 +0200
+++ /var/tmp/diff_new_pack.qxhbi8/_new  2024-10-23 21:12:18.103757988 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/glasskube/glasskube</param>
-              <param 
name="changesrevision">a62a1945c70aea24308d90dbd4d53ce14534a371</param></service></servicedata>
+              <param 
name="changesrevision">40c6006f197b0d8d1fb9c3b695cead1446971f6c</param></service></servicedata>
 (No newline at EOF)
 

++++++ glasskube-cli-0.24.0.obscpio -> glasskube-cli-0.25.0.obscpio ++++++
++++ 4393 lines of diff (skipped)

++++++ glasskube-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.qxhbi8/_old  2024-10-23 21:12:18.431771681 +0200
+++ /var/tmp/diff_new_pack.qxhbi8/_new  2024-10-23 21:12:18.435771849 +0200
@@ -1,5 +1,5 @@
 name: glasskube-cli
-version: 0.24.0
-mtime: 1728057174
-commit: a62a1945c70aea24308d90dbd4d53ce14534a371
+version: 0.25.0
+mtime: 1729588338
+commit: 40c6006f197b0d8d1fb9c3b695cead1446971f6c
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/glasskube-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.glasskube-cli.new.26871/vendor.tar.gz differ: char 
5, line 1

Reply via email to