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-05-29 18:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old)
 and      /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jenkins-x-cli"

Fri May 29 18:07:30 2026 rev:48 rq:1355762 version:3.17.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes      
2026-05-06 19:20:32.911638442 +0200
+++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.1937/jenkins-x-cli.changes    
2026-05-29 18:09:13.811646245 +0200
@@ -1,0 +2,36 @@
+Fri May 29 05:53:46 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.17.6:
+  * Bug Fixes
+    - implement signature verification for jx upgrade and update
+      k8s docs (Mallikarjunadevops)
+  * Chores
+    - deps: upgrade jenkins-x-plugins/jx-gitops to version 1.3.0
+      (root)
+  * Other Changes
+    These commits did not use Conventional Commits formatted
+    messages:
+    - Revert "fix: implement signature verification for jx upgrade
+      and update k8s docs" (MÃ¥rten Svantesson)
+
+-------------------------------------------------------------------
+Wed May 13 04:41:46 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.17.5:
+  * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version
+    1.2.1
+- Update to version 3.17.4:
+  * chore(deps): upgrade jenkins-x-plugins/jx-verify to version
+    0.3.19
+
+-------------------------------------------------------------------
+Tue May 12 13:32:55 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.17.3:
+  * chore(deps): upgrade jenkins-x-plugins/jx-health to version
+    0.0.85
+- Update to version 3.17.2:
+  * chore(deps): upgrade jenkins-x-plugins/jx-promote to version
+    0.6.40
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ jenkins-x-cli.spec ++++++
--- /var/tmp/diff_new_pack.wBHJ0M/_old  2026-05-29 18:09:15.079699156 +0200
+++ /var/tmp/diff_new_pack.wBHJ0M/_new  2026-05-29 18:09:15.083699323 +0200
@@ -19,7 +19,7 @@
 %define executable_name jx
 
 Name:           jenkins-x-cli
-Version:        3.17.1
+Version:        3.17.6
 Release:        0
 Summary:        CLI for Jenkins X
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wBHJ0M/_old  2026-05-29 18:09:15.163702661 +0200
+++ /var/tmp/diff_new_pack.wBHJ0M/_new  2026-05-29 18:09:15.171702995 +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.17.1</param>
+    <param name="revision">v3.17.6</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.wBHJ0M/_old  2026-05-29 18:09:15.207704497 +0200
+++ /var/tmp/diff_new_pack.wBHJ0M/_new  2026-05-29 18:09:15.227705332 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jenkins-x/jx</param>
-              <param 
name="changesrevision">9e0b3733d1b325840d2b4efa2e016711895253b6</param></service></servicedata>
+              <param 
name="changesrevision">27a6257889a470bc36a9cc69afaf9edfdd950778</param></service></servicedata>
 (No newline at EOF)
 

++++++ jenkins-x-cli-3.17.1.obscpio -> jenkins-x-cli-3.17.6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.17.1/pkg/plugins/versions.go 
new/jenkins-x-cli-3.17.6/pkg/plugins/versions.go
--- old/jenkins-x-cli-3.17.1/pkg/plugins/versions.go    2026-05-05 
19:59:45.000000000 +0200
+++ new/jenkins-x-cli-3.17.6/pkg/plugins/versions.go    2026-05-28 
19:33:40.000000000 +0200
@@ -16,10 +16,10 @@
        ChangelogVersion = "0.10.22"
 
        // GitOpsVersion the version of the jx gitops plugin
-       GitOpsVersion = "1.2.0"
+       GitOpsVersion = "1.3.0"
 
        // HealthVersion the version of the jx health plugin
-       HealthVersion = "0.0.83"
+       HealthVersion = "0.0.85"
 
        // PipelineVersion the version of the jx pipeline plugin
        PipelineVersion = "0.7.36"
@@ -31,7 +31,7 @@
        ProjectVersion = "0.2.85"
 
        // PromoteVersion the version of the jx promote plugin
-       PromoteVersion = "0.6.38"
+       PromoteVersion = "0.6.40"
 
        // SecretVersion the version of the jx secret plugin
        SecretVersion = "0.4.21"
@@ -40,7 +40,7 @@
        TestVersion = "0.4.11"
 
        // VerifyVersion the version of the jx verify plugin
-       VerifyVersion = "0.3.18"
+       VerifyVersion = "0.3.19"
 )
 
 var (

++++++ jenkins-x-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.wBHJ0M/_old  2026-05-29 18:09:15.527717850 +0200
+++ /var/tmp/diff_new_pack.wBHJ0M/_new  2026-05-29 18:09:15.535718184 +0200
@@ -1,5 +1,5 @@
 name: jenkins-x-cli
-version: 3.17.1
-mtime: 1778003985
-commit: 9e0b3733d1b325840d2b4efa2e016711895253b6
+version: 3.17.6
+mtime: 1779989620
+commit: 27a6257889a470bc36a9cc69afaf9edfdd950778
 

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

Reply via email to