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-06-03 17:52:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old) and /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jenkins-x-cli" Tue Jun 3 17:52:12 2025 rev:25 rq:1282082 version:3.11.90 Changes: -------- --- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes 2025-04-29 16:42:22.655223255 +0200 +++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.16005/jenkins-x-cli.changes 2025-06-03 17:53:09.640662866 +0200 @@ -1,0 +2,62 @@ +Tue Jun 03 05:08:55 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.90: + * chore(deps): upgrade jenkins-x-plugins/jx-promote to version + 0.6.22 + +------------------------------------------------------------------- +Mon Jun 02 19:25:46 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.89: + * chore(deps): upgrade jenkins-x-plugins/jx-application to + version 0.3.8 + +------------------------------------------------------------------- +Mon Jun 02 18:38:32 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.88: + * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version + 1.0.0 + +------------------------------------------------------------------- +Mon Jun 02 18:34:30 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.87: + * chore(deps): upgrade jenkins-x-plugins/jx-admin to version + 0.3.18 + +------------------------------------------------------------------- +Mon Jun 02 17:24:45 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.86: + * chore(deps): upgrade jenkins-x-plugins/jx-test to version 0.4.9 + +------------------------------------------------------------------- +Mon Jun 02 15:55:56 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.85: + * chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version + 0.7.21 + +------------------------------------------------------------------- +Mon Jun 02 15:52:15 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.84: + * chore(deps): upgrade jenkins-x-plugins/jx-secret to version + 0.4.14 + +------------------------------------------------------------------- +Mon Jun 02 15:49:27 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.83: + * chore(deps): upgrade jenkins-x-plugins/jx-health to version + 0.0.80 + +------------------------------------------------------------------- +Mon Jun 02 15:47:43 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.82: + * chore(deps): upgrade jenkins-x-plugins/jx-changelog to version + 0.10.14 + +------------------------------------------------------------------- Old: ---- jenkins-x-cli-3.11.81.obscpio New: ---- jenkins-x-cli-3.11.90.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jenkins-x-cli.spec ++++++ --- /var/tmp/diff_new_pack.dq3ado/_old 2025-06-03 17:53:10.312690736 +0200 +++ /var/tmp/diff_new_pack.dq3ado/_new 2025-06-03 17:53:10.312690736 +0200 @@ -19,7 +19,7 @@ %define executable_name jx Name: jenkins-x-cli -Version: 3.11.81 +Version: 3.11.90 Release: 0 Summary: CLI for Jenkins X License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.dq3ado/_old 2025-06-03 17:53:10.344692063 +0200 +++ /var/tmp/diff_new_pack.dq3ado/_new 2025-06-03 17:53:10.348692229 +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.81</param> + <param name="revision">v3.11.90</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.dq3ado/_old 2025-06-03 17:53:10.368693059 +0200 +++ /var/tmp/diff_new_pack.dq3ado/_new 2025-06-03 17:53:10.372693225 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jenkins-x/jx</param> - <param name="changesrevision">0101d2bde130e314be914837c6eae0b510aad397</param></service></servicedata> + <param name="changesrevision">ff801b3e08adf5aa8b08ca4b5db29fb9db0539e7</param></service></servicedata> (No newline at EOF) ++++++ jenkins-x-cli-3.11.81.obscpio -> jenkins-x-cli-3.11.90.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.81/pkg/plugins/versions.go new/jenkins-x-cli-3.11.90/pkg/plugins/versions.go --- old/jenkins-x-cli-3.11.81/pkg/plugins/versions.go 2025-04-28 17:57:25.000000000 +0200 +++ new/jenkins-x-cli-3.11.90/pkg/plugins/versions.go 2025-06-02 21:23:11.000000000 +0200 @@ -7,19 +7,19 @@ const ( // AdminVersion the version of the jx admin plugin - AdminVersion = "0.3.17" + AdminVersion = "0.3.18" // ApplicationVersion the version of the jx application plugin - ApplicationVersion = "0.3.7" + ApplicationVersion = "0.3.8" // ChangelogVersion the version of the jx changelog plugin - ChangelogVersion = "0.10.13" + ChangelogVersion = "0.10.14" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.26.0" + GitOpsVersion = "1.0.0" // HealthVersion the version of the jx health plugin - HealthVersion = "0.0.79" + HealthVersion = "0.0.80" // OctantVersion the default version of octant to use OctantVersion = "0.23.0" @@ -28,7 +28,7 @@ OctantJXVersion = "0.0.44" // PipelineVersion the version of the jx pipeline plugin - PipelineVersion = "0.7.20" + PipelineVersion = "0.7.21" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.5.7" @@ -37,13 +37,13 @@ ProjectVersion = "0.2.74" // PromoteVersion the version of the jx promote plugin - PromoteVersion = "0.6.11" + PromoteVersion = "0.6.22" // SecretVersion the version of the jx secret plugin - SecretVersion = "0.4.13" + SecretVersion = "0.4.14" // TestVersion the version of the jx test plugin - TestVersion = "0.4.8" + TestVersion = "0.4.9" // VerifyVersion the version of the jx verify plugin VerifyVersion = "0.3.12" ++++++ jenkins-x-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.dq3ado/_old 2025-06-03 17:53:10.516699197 +0200 +++ /var/tmp/diff_new_pack.dq3ado/_new 2025-06-03 17:53:10.520699363 +0200 @@ -1,5 +1,5 @@ name: jenkins-x-cli -version: 3.11.81 -mtime: 1745855845 -commit: 0101d2bde130e314be914837c6eae0b510aad397 +version: 3.11.90 +mtime: 1748892191 +commit: ff801b3e08adf5aa8b08ca4b5db29fb9db0539e7 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/jenkins-x-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.16005/vendor.tar.gz differ: char 13, line 1