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-10-17 17:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old) and /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jenkins-x-cli" Fri Oct 17 17:26:06 2025 rev:34 rq:1311833 version:3.16.25 Changes: -------- --- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes 2025-08-09 20:05:35.544714531 +0200 +++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.18484/jenkins-x-cli.changes 2025-10-17 17:27:08.337420663 +0200 @@ -1,0 +2,40 @@ +Fri Oct 17 05:06:32 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.25: + * chore(deps): upgrade jenkins-x-plugins/jx-promote to version + 0.6.31 + +------------------------------------------------------------------- +Fri Aug 29 14:13:12 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.24: + * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version + 1.0.31 + +------------------------------------------------------------------- +Fri Aug 29 04:08:45 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.23: + * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version + 1.0.30 + +------------------------------------------------------------------- +Fri Aug 29 04:04:56 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.22: + * chore(deps): bump github.com/ulikunitz/xz from 0.5.9 to 0.5.14 + +------------------------------------------------------------------- +Fri Aug 22 08:09:02 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.21: + * chore(deps): bump anchore/sbom-action from 0.20.4 to 0.20.5 + +------------------------------------------------------------------- +Wed Aug 20 11:10:20 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.20: + * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version + 1.0.28 + +------------------------------------------------------------------- Old: ---- jenkins-x-cli-3.16.19.obscpio New: ---- jenkins-x-cli-3.16.25.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jenkins-x-cli.spec ++++++ --- /var/tmp/diff_new_pack.j7MZNS/_old 2025-10-17 17:27:09.621474749 +0200 +++ /var/tmp/diff_new_pack.j7MZNS/_new 2025-10-17 17:27:09.625474917 +0200 @@ -19,7 +19,7 @@ %define executable_name jx Name: jenkins-x-cli -Version: 3.16.19 +Version: 3.16.25 Release: 0 Summary: CLI for Jenkins X License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.j7MZNS/_old 2025-10-17 17:27:09.665476601 +0200 +++ /var/tmp/diff_new_pack.j7MZNS/_new 2025-10-17 17:27:09.669476770 +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.16.19</param> + <param name="revision">v3.16.25</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.j7MZNS/_old 2025-10-17 17:27:09.697477949 +0200 +++ /var/tmp/diff_new_pack.j7MZNS/_new 2025-10-17 17:27:09.701478118 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jenkins-x/jx</param> - <param name="changesrevision">5fb069c02a3afd35a71478dbf5445d3b1ca06aab</param></service></servicedata> + <param name="changesrevision">174064f2484a1a65d71c5368af5340846a412fbc</param></service></servicedata> (No newline at EOF) ++++++ jenkins-x-cli-3.16.19.obscpio -> jenkins-x-cli-3.16.25.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.16.19/go.mod new/jenkins-x-cli-3.16.25/go.mod --- old/jenkins-x-cli-3.16.19/go.mod 2025-08-08 12:03:05.000000000 +0200 +++ new/jenkins-x-cli-3.16.25/go.mod 2025-10-14 12:56:38.000000000 +0200 @@ -16,7 +16,6 @@ k8s.io/apimachinery v0.32.1 k8s.io/client-go v0.32.1 sigs.k8s.io/kustomize/kyaml v0.19.0 - ) require ( @@ -62,7 +61,7 @@ github.com/russross/blackfriday v1.6.0 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/tcnksm/go-gitconfig v0.1.2 // indirect - github.com/ulikunitz/xz v0.5.9 // indirect + github.com/ulikunitz/xz v0.5.14 // indirect github.com/vrischmann/envconfig v1.3.0 // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.16.19/go.sum new/jenkins-x-cli-3.16.25/go.sum --- old/jenkins-x-cli-3.16.19/go.sum 2025-08-08 12:03:05.000000000 +0200 +++ new/jenkins-x-cli-3.16.25/go.sum 2025-10-14 12:56:38.000000000 +0200 @@ -158,8 +158,9 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tcnksm/go-gitconfig v0.1.2 h1:iiDhRitByXAEyjgBqsKi9QU4o2TNtv9kPP3RgPgXBPw= github.com/tcnksm/go-gitconfig v0.1.2/go.mod h1:/8EhP4H7oJZdIPyT+/UIsG87kTzrzM4UsLGSItWYCpE= -github.com/ulikunitz/xz v0.5.9 h1:RsKRIA2MO8x56wkkcd3LbtcE/uMszhb6DpRf+3uwa3I= github.com/ulikunitz/xz v0.5.9/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= +github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg= +github.com/ulikunitz/xz v0.5.14/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/vrischmann/envconfig v1.3.0 h1:4XIvQTXznxmWMnjouj0ST5lFo/WAYf5Exgl3x82crEk= github.com/vrischmann/envconfig v1.3.0/go.mod h1:bbvxFYJdRSpXrhS63mBFtKJzkDiNkyArOLXtY6q0kuI= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.16.19/pkg/plugins/versions.go new/jenkins-x-cli-3.16.25/pkg/plugins/versions.go --- old/jenkins-x-cli-3.16.19/pkg/plugins/versions.go 2025-08-08 12:03:05.000000000 +0200 +++ new/jenkins-x-cli-3.16.25/pkg/plugins/versions.go 2025-10-14 12:56:38.000000000 +0200 @@ -16,7 +16,7 @@ ChangelogVersion = "0.10.18" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "1.0.27" + GitOpsVersion = "1.0.31" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.81" @@ -31,7 +31,7 @@ ProjectVersion = "0.2.79" // PromoteVersion the version of the jx promote plugin - PromoteVersion = "0.6.28" + PromoteVersion = "0.6.31" // SecretVersion the version of the jx secret plugin SecretVersion = "0.4.18" ++++++ jenkins-x-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.j7MZNS/_old 2025-10-17 17:27:10.605516196 +0200 +++ /var/tmp/diff_new_pack.j7MZNS/_new 2025-10-17 17:27:10.609516366 +0200 @@ -1,5 +1,5 @@ name: jenkins-x-cli -version: 3.16.19 -mtime: 1754647385 -commit: 5fb069c02a3afd35a71478dbf5445d3b1ca06aab +version: 3.16.25 +mtime: 1760439398 +commit: 174064f2484a1a65d71c5368af5340846a412fbc ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/jenkins-x-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.18484/vendor.tar.gz differ: char 15, line 1
