Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rancher-cli for openSUSE:Factory checked in at 2025-10-23 16:37:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rancher-cli (Old) and /work/SRC/openSUSE:Factory/.rancher-cli.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rancher-cli" Thu Oct 23 16:37:41 2025 rev:23 rq:1313108 version:2.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rancher-cli/rancher-cli.changes 2025-09-26 22:26:22.282687710 +0200 +++ /work/SRC/openSUSE:Factory/.rancher-cli.new.1980/rancher-cli.changes 2025-10-23 16:38:40.005483786 +0200 @@ -1,0 +2,7 @@ +Thu Oct 23 05:40:11 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 2.12.3: + * Update Rancher refs to (#489) + * [v2.12] Prerelease dependency bumps for v2.12.3 (#486) + +------------------------------------------------------------------- Old: ---- rancher-cli-2.12.2.obscpio New: ---- rancher-cli-2.12.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rancher-cli.spec ++++++ --- /var/tmp/diff_new_pack.GjxEFb/_old 2025-10-23 16:38:41.269537091 +0200 +++ /var/tmp/diff_new_pack.GjxEFb/_new 2025-10-23 16:38:41.273537260 +0200 @@ -17,7 +17,7 @@ Name: rancher-cli -Version: 2.12.2 +Version: 2.12.3 Release: 0 Summary: Rancher CLI License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GjxEFb/_old 2025-10-23 16:38:41.317539115 +0200 +++ /var/tmp/diff_new_pack.GjxEFb/_new 2025-10-23 16:38:41.333539790 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/rancher/cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.12.2</param> + <param name="revision">v2.12.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.GjxEFb/_old 2025-10-23 16:38:41.393542320 +0200 +++ /var/tmp/diff_new_pack.GjxEFb/_new 2025-10-23 16:38:41.409542995 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rancher/cli</param> - <param name="changesrevision">554d675408890d26d642e4ccf10735fb88c3ef6c</param></service></servicedata> + <param name="changesrevision">5a617a1c69f65bd65507dbc009ee9b243606fdd0</param></service></servicedata> (No newline at EOF) ++++++ rancher-cli-2.12.2.obscpio -> rancher-cli-2.12.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rancher-cli-2.12.2/go.mod new/rancher-cli-2.12.3/go.mod --- old/rancher-cli-2.12.2/go.mod 2025-09-25 15:54:13.000000000 +0200 +++ new/rancher-cli-2.12.3/go.mod 2025-10-23 02:45:43.000000000 +0200 @@ -2,7 +2,7 @@ go 1.24.0 -toolchain go1.24.6 +toolchain go1.24.7 replace ( k8s.io/apiserver => k8s.io/apiserver v0.33.4 @@ -15,8 +15,8 @@ github.com/ghodss/yaml v1.0.0 github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b github.com/rancher/norman v0.6.1 - github.com/rancher/rancher/pkg/apis v0.0.0-20250925123157-52946dcf82e2 - github.com/rancher/rancher/pkg/client v0.0.0-20250925123157-52946dcf82e2 + github.com/rancher/rancher/pkg/apis v0.0.0-20251022231637-d6c02c653d6b + github.com/rancher/rancher/pkg/client v0.0.0-20251022231637-d6c02c653d6b github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.11.1 github.com/tidwall/gjson v1.17.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rancher-cli-2.12.2/go.sum new/rancher-cli-2.12.3/go.sum --- old/rancher-cli-2.12.2/go.sum 2025-09-25 15:54:13.000000000 +0200 +++ new/rancher-cli-2.12.3/go.sum 2025-10-23 02:45:43.000000000 +0200 @@ -98,10 +98,10 @@ github.com/rancher/lasso v0.2.3/go.mod h1:G+KeeOaKRjp+qGp0bV6VbLhYrq1vHbJPbDh40ejg5yE= github.com/rancher/norman v0.6.1 h1:JVIxkWZcbxtrcSK4WIwsmyB07TzTvoqqf/R0fZB7ylk= github.com/rancher/norman v0.6.1/go.mod h1:jRcnEruyY6olqtImy+q+zw0/iXX7YqLF4/K4kh5hR40= -github.com/rancher/rancher/pkg/apis v0.0.0-20250925123157-52946dcf82e2 h1:5HufXl2V+f2QvhvW4ZzcJrW73MneDIvdv4fcGDHXWOQ= -github.com/rancher/rancher/pkg/apis v0.0.0-20250925123157-52946dcf82e2/go.mod h1:1Dl7WWx0G4qW57u7YQZ2JGnz1/NkT5VERn5xx7JATtY= -github.com/rancher/rancher/pkg/client v0.0.0-20250925123157-52946dcf82e2 h1:Zwzdjnedm6/+UFo7l9aHZsgDc1MZ5m6a40D7W/vO9FI= -github.com/rancher/rancher/pkg/client v0.0.0-20250925123157-52946dcf82e2/go.mod h1:/7XI0TX68xoJv8JeAbv/tF27MEr8F4UAHoZBrqWYWWI= +github.com/rancher/rancher/pkg/apis v0.0.0-20251022231637-d6c02c653d6b h1:dpQZPtqN0JVjW/TKxL9R9WCqmOztS8+IxwkFmuezQEg= +github.com/rancher/rancher/pkg/apis v0.0.0-20251022231637-d6c02c653d6b/go.mod h1:1Dl7WWx0G4qW57u7YQZ2JGnz1/NkT5VERn5xx7JATtY= +github.com/rancher/rancher/pkg/client v0.0.0-20251022231637-d6c02c653d6b h1:Dv1ip+o4YCIreZMVSCcWB1zZu72cIaR1MWMe76QCDGo= +github.com/rancher/rancher/pkg/client v0.0.0-20251022231637-d6c02c653d6b/go.mod h1:/7XI0TX68xoJv8JeAbv/tF27MEr8F4UAHoZBrqWYWWI= github.com/rancher/rke v1.8.0 h1:87jeoOccnnNCq27YgWgMh4o0GVrrVKbw+zfo+cHMZlo= github.com/rancher/rke v1.8.0/go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4= github.com/rancher/wrangler/v3 v3.2.4 h1:pgpLwsmgQvTSSknxddJDq+ObIiOXFggCWdDyB0z7YcA= ++++++ rancher-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.GjxEFb/_old 2025-10-23 16:38:41.801559526 +0200 +++ /var/tmp/diff_new_pack.GjxEFb/_new 2025-10-23 16:38:41.813560032 +0200 @@ -1,5 +1,5 @@ name: rancher-cli -version: 2.12.2 -mtime: 1758808453 -commit: 554d675408890d26d642e4ccf10735fb88c3ef6c +version: 2.12.3 +mtime: 1761180343 +commit: 5a617a1c69f65bd65507dbc009ee9b243606fdd0 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/rancher-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.rancher-cli.new.1980/vendor.tar.gz differ: char 141, line 2
