Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jenkins-x-cli for openSUSE:Factory 
checked in at 2025-11-14 16:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old)
 and      /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jenkins-x-cli"

Fri Nov 14 16:17:56 2025 rev:38 rq:1317711 version:3.16.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes      
2025-11-13 17:30:31.435146305 +0100
+++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061/jenkins-x-cli.changes    
2025-11-14 16:17:58.397020375 +0100
@@ -1,0 +2,35 @@
+Fri Nov 14 05:57:53 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.34:
+  * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version
+    1.0.34
+
+-------------------------------------------------------------------
+Fri Nov 14 05:55:19 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.33:
+  * chore(deps): upgrade jenkins-x-plugins/jx-verify to version
+    0.3.17
+
+-------------------------------------------------------------------
+Fri Nov 14 05:54:27 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.32:
+  * chore(deps): upgrade jenkins-x-plugins/jx-changelog to version
+    0.10.19
+
+-------------------------------------------------------------------
+Fri Nov 14 05:52:23 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.31:
+  * chore(deps): upgrade jenkins-x-plugins/jx-health to version
+    0.0.82
+
+-------------------------------------------------------------------
+Fri Nov 14 05:50:41 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.30:
+  * chore(deps): upgrade jenkins-x-plugins/jx-test to version
+    0.4.11
+
+-------------------------------------------------------------------

Old:
----
  jenkins-x-cli-3.16.29.obscpio

New:
----
  jenkins-x-cli-3.16.34.obscpio

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

Other differences:
------------------
++++++ jenkins-x-cli.spec ++++++
--- /var/tmp/diff_new_pack.6KK2MV/_old  2025-11-14 16:18:04.061258218 +0100
+++ /var/tmp/diff_new_pack.6KK2MV/_new  2025-11-14 16:18:04.065258386 +0100
@@ -19,7 +19,7 @@
 %define executable_name jx
 
 Name:           jenkins-x-cli
-Version:        3.16.29
+Version:        3.16.34
 Release:        0
 Summary:        CLI for Jenkins X
 License:        Apache-2.0
@@ -28,7 +28,7 @@
 Source1:        vendor.tar.gz
 BuildRequires:  bash-completion
 BuildRequires:  fish
-BuildRequires:  go >= 1.22
+BuildRequires:  go >= 1.23
 BuildRequires:  zsh
 Provides:       jx = %{version}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6KK2MV/_old  2025-11-14 16:18:04.109260233 +0100
+++ /var/tmp/diff_new_pack.6KK2MV/_new  2025-11-14 16:18:04.113260402 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/jenkins-x/jx</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v3.16.29</param>
+    <param name="revision">v3.16.34</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6KK2MV/_old  2025-11-14 16:18:04.145261746 +0100
+++ /var/tmp/diff_new_pack.6KK2MV/_new  2025-11-14 16:18:04.149261914 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jenkins-x/jx</param>
-              <param 
name="changesrevision">774d9ca026508e20d705e4d515f09705dc9bc90e</param></service></servicedata>
+              <param 
name="changesrevision">cc1af03516ff963dedf301d676b9601db7f424c4</param></service></servicedata>
 (No newline at EOF)
 

++++++ jenkins-x-cli-3.16.29.obscpio -> jenkins-x-cli-3.16.34.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.16.29/pkg/plugins/versions.go 
new/jenkins-x-cli-3.16.34/pkg/plugins/versions.go
--- old/jenkins-x-cli-3.16.29/pkg/plugins/versions.go   2025-11-12 
11:53:42.000000000 +0100
+++ new/jenkins-x-cli-3.16.34/pkg/plugins/versions.go   2025-11-14 
00:44:48.000000000 +0100
@@ -13,13 +13,13 @@
        ApplicationVersion = "0.3.8"
 
        // ChangelogVersion the version of the jx changelog plugin
-       ChangelogVersion = "0.10.18"
+       ChangelogVersion = "0.10.19"
 
        // GitOpsVersion the version of the jx gitops plugin
-       GitOpsVersion = "1.0.33"
+       GitOpsVersion = "1.0.34"
 
        // HealthVersion the version of the jx health plugin
-       HealthVersion = "0.0.81"
+       HealthVersion = "0.0.82"
 
        // PipelineVersion the version of the jx pipeline plugin
        PipelineVersion = "0.7.31"
@@ -37,10 +37,10 @@
        SecretVersion = "0.4.18"
 
        // TestVersion the version of the jx test plugin
-       TestVersion = "0.4.10"
+       TestVersion = "0.4.11"
 
        // VerifyVersion the version of the jx verify plugin
-       VerifyVersion = "0.3.16"
+       VerifyVersion = "0.3.17"
 )
 
 var (

++++++ jenkins-x-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.6KK2MV/_old  2025-11-14 16:18:04.413273000 +0100
+++ /var/tmp/diff_new_pack.6KK2MV/_new  2025-11-14 16:18:04.417273167 +0100
@@ -1,5 +1,5 @@
 name: jenkins-x-cli
-version: 3.16.29
-mtime: 1762944822
-commit: 774d9ca026508e20d705e4d515f09705dc9bc90e
+version: 3.16.34
+mtime: 1763077488
+commit: cc1af03516ff963dedf301d676b9601db7f424c4
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/jenkins-x-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061/vendor.tar.gz differ: char 
151, line 1

Reply via email to