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 2026-03-05 17:15:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old)
 and      /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jenkins-x-cli"

Thu Mar  5 17:15:54 2026 rev:44 rq:1336634 version:3.16.55

Changes:
--------
--- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes      
2026-02-26 18:53:55.494702346 +0100
+++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.561/jenkins-x-cli.changes     
2026-03-05 17:24:12.561214052 +0100
@@ -1,0 +2,30 @@
+Tue Mar 03 05:43:00 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.55:
+  * chore(deps): upgrade jenkins-x-plugins/jx-preview to version
+    0.7.3
+
+-------------------------------------------------------------------
+Fri Feb 27 14:16:29 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.54:
+  * chore(deps): upgrade jenkins-x-plugins/jx-preview to version
+    0.7.2
+- Update to version 3.16.53:
+  * chore(deps): upgrade jenkins-x-plugins/jx-preview to version
+    0.7.1
+
+-------------------------------------------------------------------
+Fri Feb 27 06:22:46 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.16.52:
+  * fix: reusePullRequest may cause pullRequestSha to contain an
+    old commit
+- Update to version 3.16.51:
+  * chore(deps): upgrade jenkins-x-plugins/jx-preview to version
+    0.7.0
+- Update to version 3.16.50:
+  * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version
+    1.0.40
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ jenkins-x-cli.spec ++++++
--- /var/tmp/diff_new_pack.jkDkMB/_old  2026-03-05 17:24:13.345245777 +0100
+++ /var/tmp/diff_new_pack.jkDkMB/_new  2026-03-05 17:24:13.345245777 +0100
@@ -19,7 +19,7 @@
 %define executable_name jx
 
 Name:           jenkins-x-cli
-Version:        3.16.49
+Version:        3.16.55
 Release:        0
 Summary:        CLI for Jenkins X
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jkDkMB/_old  2026-03-05 17:24:13.389247557 +0100
+++ /var/tmp/diff_new_pack.jkDkMB/_new  2026-03-05 17:24:13.393247720 +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.49</param>
+    <param name="revision">v3.16.55</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jkDkMB/_old  2026-03-05 17:24:13.413248529 +0100
+++ /var/tmp/diff_new_pack.jkDkMB/_new  2026-03-05 17:24:13.417248690 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jenkins-x/jx</param>
-              <param 
name="changesrevision">4c9ca25fda0fc093d7bb6c2dac93cad259761021</param></service></servicedata>
+              <param 
name="changesrevision">474375b5b54e5d0d7a7f7e0d6c5a41a512ee432a</param></service></servicedata>
 (No newline at EOF)
 

++++++ jenkins-x-cli-3.16.49.obscpio -> jenkins-x-cli-3.16.55.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.16.49/.jx/updatebot.yaml 
new/jenkins-x-cli-3.16.55/.jx/updatebot.yaml
--- old/jenkins-x-cli-3.16.49/.jx/updatebot.yaml        2026-02-25 
01:10:02.000000000 +0100
+++ new/jenkins-x-cli-3.16.55/.jx/updatebot.yaml        2026-03-02 
11:23:43.000000000 +0100
@@ -6,7 +6,6 @@
   rules:
     - urls:
         - https://github.com/jenkins-x/jx3-pipeline-catalog
-      reusePullRequest: true
       sparseCheckout: true
       changes:
         - regex:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.16.49/pkg/plugins/versions.go 
new/jenkins-x-cli-3.16.55/pkg/plugins/versions.go
--- old/jenkins-x-cli-3.16.49/pkg/plugins/versions.go   2026-02-25 
01:10:02.000000000 +0100
+++ new/jenkins-x-cli-3.16.55/pkg/plugins/versions.go   2026-03-02 
11:23:43.000000000 +0100
@@ -16,7 +16,7 @@
        ChangelogVersion = "0.10.19"
 
        // GitOpsVersion the version of the jx gitops plugin
-       GitOpsVersion = "1.0.39"
+       GitOpsVersion = "1.0.40"
 
        // HealthVersion the version of the jx health plugin
        HealthVersion = "0.0.83"
@@ -25,7 +25,7 @@
        PipelineVersion = "0.7.32"
 
        // PreviewVersion the version of the jx preview plugin
-       PreviewVersion = "0.6.5"
+       PreviewVersion = "0.7.3"
 
        // ProjectVersion the version of the jx project plugin
        ProjectVersion = "0.2.83"

++++++ jenkins-x-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.jkDkMB/_old  2026-03-05 17:24:13.737261640 +0100
+++ /var/tmp/diff_new_pack.jkDkMB/_new  2026-03-05 17:24:13.749262125 +0100
@@ -1,5 +1,5 @@
 name: jenkins-x-cli
-version: 3.16.49
-mtime: 1771978202
-commit: 4c9ca25fda0fc093d7bb6c2dac93cad259761021
+version: 3.16.55
+mtime: 1772447023
+commit: 474375b5b54e5d0d7a7f7e0d6c5a41a512ee432a
 

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

Reply via email to