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-03-13 16:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old)
 and      /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jenkins-x-cli"

Thu Mar 13 16:18:14 2025 rev:15 rq:1252769 version:3.11.61

Changes:
--------
--- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes      
2025-03-07 16:46:37.560595061 +0100
+++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.19136/jenkins-x-cli.changes   
2025-03-13 16:18:15.759432706 +0100
@@ -1,0 +2,30 @@
+Thu Mar 13 12:47:22 UTC 2025 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.11.61:
+  * chore(deps): upgrade to version 0.24.9
+
+-------------------------------------------------------------------
+Thu Mar 13 12:42:27 UTC 2025 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.11.60:
+  * chore(deps): upgrade to version 0.24.8
+
+-------------------------------------------------------------------
+Thu Mar 13 12:23:55 UTC 2025 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.11.59:
+  * chore(deps): upgrade to version 0.24.7
+
+-------------------------------------------------------------------
+Thu Mar 13 08:41:11 UTC 2025 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.11.58:
+  * chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.1
+
+-------------------------------------------------------------------
+Thu Mar 13 05:52:49 UTC 2025 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 3.11.57:
+  * chore(deps): upgrade to version 0.0.78
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ jenkins-x-cli.spec ++++++
--- /var/tmp/diff_new_pack.jVnikN/_old  2025-03-13 16:18:16.731473440 +0100
+++ /var/tmp/diff_new_pack.jVnikN/_new  2025-03-13 16:18:16.731473440 +0100
@@ -19,7 +19,7 @@
 %define executable_name jx
 
 Name:           jenkins-x-cli
-Version:        3.11.56
+Version:        3.11.61
 Release:        0
 Summary:        CLI for Jenkins X
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jVnikN/_old  2025-03-13 16:18:16.767474949 +0100
+++ /var/tmp/diff_new_pack.jVnikN/_new  2025-03-13 16:18:16.767474949 +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.11.56</param>
+    <param name="revision">v3.11.61</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jVnikN/_old  2025-03-13 16:18:16.787475787 +0100
+++ /var/tmp/diff_new_pack.jVnikN/_new  2025-03-13 16:18:16.791475955 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jenkins-x/jx</param>
-              <param 
name="changesrevision">6cbd2286389859b8e8b8b75e8ac88e336dd0e108</param></service></servicedata>
+              <param 
name="changesrevision">cec0554fbcab8933bb607f9b2c2f3e2e633d3a9e</param></service></servicedata>
 (No newline at EOF)
 

++++++ jenkins-x-cli-3.11.56.obscpio -> jenkins-x-cli-3.11.61.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jenkins-x-cli-3.11.56/.github/workflows/jenkins-x-release.yaml 
new/jenkins-x-cli-3.11.61/.github/workflows/jenkins-x-release.yaml
--- old/jenkins-x-cli-3.11.56/.github/workflows/jenkins-x-release.yaml  
2025-03-06 11:52:05.000000000 +0100
+++ new/jenkins-x-cli-3.11.61/.github/workflows/jenkins-x-release.yaml  
2025-03-13 12:19:59.000000000 +0100
@@ -59,7 +59,7 @@
     - name: syft-installer
       uses: anchore/sbom-action/download-syft@v0.18.0
     - name: cosign-installer
-      uses: sigstore/cosign-installer@v3.7.0
+      uses: sigstore/cosign-installer@v3.8.1
       with:
         cosign-release: 'v2.2.3'
     - name: Build and push jx-boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkins-x-cli-3.11.56/pkg/plugins/versions.go 
new/jenkins-x-cli-3.11.61/pkg/plugins/versions.go
--- old/jenkins-x-cli-3.11.56/pkg/plugins/versions.go   2025-03-06 
11:52:05.000000000 +0100
+++ new/jenkins-x-cli-3.11.61/pkg/plugins/versions.go   2025-03-13 
12:19:59.000000000 +0100
@@ -16,10 +16,10 @@
        ChangelogVersion = "0.10.12"
 
        // GitOpsVersion the version of the jx gitops plugin
-       GitOpsVersion = "0.24.6"
+       GitOpsVersion = "0.24.9"
 
        // HealthVersion the version of the jx health plugin
-       HealthVersion = "0.0.77"
+       HealthVersion = "0.0.78"
 
        // OctantVersion the default version of octant to use
        OctantVersion = "0.23.0"

++++++ jenkins-x-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.jVnikN/_old  2025-03-13 16:18:16.923481486 +0100
+++ /var/tmp/diff_new_pack.jVnikN/_new  2025-03-13 16:18:16.927481654 +0100
@@ -1,5 +1,5 @@
 name: jenkins-x-cli
-version: 3.11.56
-mtime: 1741258325
-commit: 6cbd2286389859b8e8b8b75e8ac88e336dd0e108
+version: 3.11.61
+mtime: 1741864799
+commit: cec0554fbcab8933bb607f9b2c2f3e2e633d3a9e
 

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

Reply via email to