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-07-24 18:54:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old)
 and      /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jenkins-x-cli"

Thu Jul 24 18:54:44 2025 rev:29 rq:1295563 version:3.11.116

Changes:
--------
--- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes      
2025-07-15 16:46:59.867420457 +0200
+++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.13279/jenkins-x-cli.changes   
2025-07-24 18:55:13.057834060 +0200
@@ -1,0 +2,35 @@
+Thu Jul 24 11:51:32 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 3.11.116:
+  * chore(deps): upgrade jenkins-x-plugins/jx-verify to version
+    0.3.16
+
+-------------------------------------------------------------------
+Thu Jul 24 11:48:52 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 3.11.115:
+  * chore(deps): upgrade jenkins-x-plugins/jx-test to version
+    0.4.10
+
+-------------------------------------------------------------------
+Thu Jul 24 11:46:59 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 3.11.114:
+  * chore(deps): upgrade jenkins-x-plugins/jx-secret to version
+    0.4.16
+
+-------------------------------------------------------------------
+Thu Jul 24 11:44:09 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 3.11.113:
+  * chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version
+    0.7.30
+
+-------------------------------------------------------------------
+Thu Jul 24 11:39:39 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 3.11.112:
+  * chore(deps): upgrade jenkins-x-plugins/jx-health to version
+    0.0.81
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ jenkins-x-cli.spec ++++++
--- /var/tmp/diff_new_pack.yNkwvm/_old  2025-07-24 18:55:15.733945004 +0200
+++ /var/tmp/diff_new_pack.yNkwvm/_new  2025-07-24 18:55:15.753945833 +0200
@@ -19,7 +19,7 @@
 %define executable_name jx
 
 Name:           jenkins-x-cli
-Version:        3.11.111
+Version:        3.11.116
 Release:        0
 Summary:        CLI for Jenkins X
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yNkwvm/_old  2025-07-24 18:55:16.181963577 +0200
+++ /var/tmp/diff_new_pack.yNkwvm/_new  2025-07-24 18:55:16.237965899 +0200
@@ -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.11.111</param>
+    <param name="revision">v3.11.116</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yNkwvm/_old  2025-07-24 18:55:16.489976347 +0200
+++ /var/tmp/diff_new_pack.yNkwvm/_new  2025-07-24 18:55:16.565979498 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jenkins-x/jx</param>
-              <param 
name="changesrevision">b0222943b72ea23a6191726a7065a81fc157d299</param></service></servicedata>
+              <param 
name="changesrevision">ca7baa1cff169b6a15386ae80f728bae0025bf72</param></service></servicedata>
 (No newline at EOF)
 

++++++ jenkins-x-cli-3.11.111.obscpio -> jenkins-x-cli-3.11.116.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.11.111/pkg/plugins/versions.go 
new/jenkins-x-cli-3.11.116/pkg/plugins/versions.go
--- old/jenkins-x-cli-3.11.111/pkg/plugins/versions.go  2025-07-14 
17:56:50.000000000 +0200
+++ new/jenkins-x-cli-3.11.116/pkg/plugins/versions.go  2025-07-24 
00:40:08.000000000 +0200
@@ -19,10 +19,10 @@
        GitOpsVersion = "1.0.22"
 
        // HealthVersion the version of the jx health plugin
-       HealthVersion = "0.0.80"
+       HealthVersion = "0.0.81"
 
        // PipelineVersion the version of the jx pipeline plugin
-       PipelineVersion = "0.7.29"
+       PipelineVersion = "0.7.30"
 
        // PreviewVersion the version of the jx preview plugin
        PreviewVersion = "0.5.8"
@@ -34,13 +34,13 @@
        PromoteVersion = "0.6.26"
 
        // SecretVersion the version of the jx secret plugin
-       SecretVersion = "0.4.15"
+       SecretVersion = "0.4.16"
 
        // TestVersion the version of the jx test plugin
-       TestVersion = "0.4.9"
+       TestVersion = "0.4.10"
 
        // VerifyVersion the version of the jx verify plugin
-       VerifyVersion = "0.3.15"
+       VerifyVersion = "0.3.16"
 )
 
 var (

++++++ jenkins-x-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.yNkwvm/_old  2025-07-24 18:55:17.726027590 +0200
+++ /var/tmp/diff_new_pack.yNkwvm/_new  2025-07-24 18:55:17.766029248 +0200
@@ -1,5 +1,5 @@
 name: jenkins-x-cli
-version: 3.11.111
-mtime: 1752508610
-commit: b0222943b72ea23a6191726a7065a81fc157d299
+version: 3.11.116
+mtime: 1753310408
+commit: ca7baa1cff169b6a15386ae80f728bae0025bf72
 

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

Reply via email to