Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpt-cli for openSUSE:Factory checked in at 2026-02-19 14:22:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpt-cli (Old) and /work/SRC/openSUSE:Factory/.kpt-cli.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpt-cli" Thu Feb 19 14:22:15 2026 rev:3 rq:1333846 version:1.0.0~beta.61 Changes: -------- --- /work/SRC/openSUSE:Factory/kpt-cli/kpt-cli.changes 2026-02-12 17:28:43.110730595 +0100 +++ /work/SRC/openSUSE:Factory/.kpt-cli.new.1977/kpt-cli.changes 2026-02-19 14:22:34.152703695 +0100 @@ -1,0 +2,8 @@ +Mon Feb 16 12:04:17 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 1.0.0~beta.61: + * Fix the kpt releaae job (#4385) + * type: upgrade go version to 1.25.7 to address security vulns + * type: upgrade go version to 1.26.0 to address security vulns + +------------------------------------------------------------------- Old: ---- kpt-cli-1.0.0~beta.60.2.obscpio New: ---- kpt-cli-1.0.0~beta.61.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpt-cli.spec ++++++ --- /var/tmp/diff_new_pack.8ugXod/_old 2026-02-19 14:22:35.752770157 +0100 +++ /var/tmp/diff_new_pack.8ugXod/_new 2026-02-19 14:22:35.752770157 +0100 @@ -20,7 +20,7 @@ %define executable_name kpt Name: kpt-cli -Version: 1.0.0~beta.60.2 +Version: 1.0.0~beta.61 Release: 0 Summary: CLI for kpt - automate Kubernetes Configuration Editing License: Apache-2.0 @@ -28,7 +28,7 @@ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: git-core -BuildRequires: go1.25 >= 1.25.6 +BuildRequires: go1.25 >= 1.25.7 %description kpt is a package-centric toolchain that enables a WYSIWYG configuration ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8ugXod/_old 2026-02-19 14:22:35.796771984 +0100 +++ /var/tmp/diff_new_pack.8ugXod/_new 2026-02-19 14:22:35.800772150 +0100 @@ -3,8 +3,8 @@ <param name="url">https://github.com/kptdev/kpt</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.0.0-beta.60.2</param> - <param name="match-tag">v1.0.0-beta.60.2</param> + <param name="revision">v1.0.0-beta.61</param> + <param name="match-tag">v1.0.0-beta.61</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)-(beta\.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.8ugXod/_old 2026-02-19 14:22:35.820772980 +0100 +++ /var/tmp/diff_new_pack.8ugXod/_new 2026-02-19 14:22:35.824773147 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kptdev/kpt</param> - <param name="changesrevision">5cc0c38e02d680d1e73351bdfc179793315c50eb</param></service></servicedata> + <param name="changesrevision">2f26bad48422719c2d95aa64b52dc62a32376f42</param></service></servicedata> (No newline at EOF) ++++++ kpt-cli-1.0.0~beta.60.2.obscpio -> kpt-cli-1.0.0~beta.61.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpt-cli-1.0.0~beta.60.2/Makefile new/kpt-cli-1.0.0~beta.61/Makefile --- old/kpt-cli-1.0.0~beta.60.2/Makefile 2026-02-11 15:22:48.000000000 +0100 +++ new/kpt-cli-1.0.0~beta.61/Makefile 2026-02-16 10:42:11.000000000 +0100 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -GOLANG_VERSION := 1.25.6 +GOLANG_VERSION := 1.25.7 GORELEASER_CONFIG = release/tag/goreleaser.yaml GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpt-cli-1.0.0~beta.60.2/documentation/go.mod new/kpt-cli-1.0.0~beta.61/documentation/go.mod --- old/kpt-cli-1.0.0~beta.60.2/documentation/go.mod 2026-02-11 15:22:48.000000000 +0100 +++ new/kpt-cli-1.0.0~beta.61/documentation/go.mod 2026-02-16 10:42:11.000000000 +0100 @@ -1,5 +1,5 @@ module github.com/kptdev/docs -go 1.25.6 +go 1.25.7 require github.com/google/docsy v0.12.0 // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpt-cli-1.0.0~beta.60.2/go.mod new/kpt-cli-1.0.0~beta.61/go.mod --- old/kpt-cli-1.0.0~beta.60.2/go.mod 2026-02-11 15:22:48.000000000 +0100 +++ new/kpt-cli-1.0.0~beta.61/go.mod 2026-02-16 10:42:11.000000000 +0100 @@ -1,6 +1,6 @@ module github.com/kptdev/kpt -go 1.25.6 +go 1.25.7 require ( github.com/bytecodealliance/wasmtime-go v1.0.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpt-cli-1.0.0~beta.60.2/healthcheck/go.mod new/kpt-cli-1.0.0~beta.61/healthcheck/go.mod --- old/kpt-cli-1.0.0~beta.60.2/healthcheck/go.mod 2026-02-11 15:22:48.000000000 +0100 +++ new/kpt-cli-1.0.0~beta.61/healthcheck/go.mod 2026-02-16 10:42:11.000000000 +0100 @@ -1,6 +1,6 @@ module github.com/kptdev/kpt/healthcheck -go 1.25.6 +go 1.25.7 require ( k8s.io/apimachinery v0.34.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpt-cli-1.0.0~beta.60.2/rollouts/go.mod new/kpt-cli-1.0.0~beta.61/rollouts/go.mod --- old/kpt-cli-1.0.0~beta.60.2/rollouts/go.mod 2026-02-11 15:22:48.000000000 +0100 +++ new/kpt-cli-1.0.0~beta.61/rollouts/go.mod 2026-02-16 10:42:11.000000000 +0100 @@ -1,6 +1,6 @@ module github.com/kptdev/kpt/rollouts -go 1.25.6 +go 1.25.7 require ( cloud.google.com/go/iam v0.13.0 ++++++ kpt-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.8ugXod/_old 2026-02-19 14:22:38.444881977 +0100 +++ /var/tmp/diff_new_pack.8ugXod/_new 2026-02-19 14:22:38.448882144 +0100 @@ -1,5 +1,5 @@ name: kpt-cli -version: 1.0.0~beta.60.2 -mtime: 1770819768 -commit: 5cc0c38e02d680d1e73351bdfc179793315c50eb +version: 1.0.0~beta.61 +mtime: 1771234931 +commit: 2f26bad48422719c2d95aa64b52dc62a32376f42 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kpt-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.kpt-cli.new.1977/vendor.tar.gz differ: char 132, line 1
