Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kargo-cli for openSUSE:Factory checked in at 2025-04-07 18:40:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kargo-cli (Old) and /work/SRC/openSUSE:Factory/.kargo-cli.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kargo-cli" Mon Apr 7 18:40:50 2025 rev:18 rq:1267285 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kargo-cli/kargo-cli.changes 2025-04-04 17:31:41.106439148 +0200 +++ /work/SRC/openSUSE:Factory/.kargo-cli.new.1907/kargo-cli.changes 2025-04-07 18:40:54.902272518 +0200 @@ -1,0 +2,74 @@ +Sat Apr 05 13:00:01 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.4.0: + Large update, please find the release notes here: + https://github.com/akuity/kargo/releases/tag/v1.4.0 + In the CLI, re-logging in to a Kargo API server when your token + (and refresh token, if applicable) have expired is now + considerably easier, requiring only kargo login, with all other + arguments and flags inherited from the previous login. + * feat(cli): improve UX (re-)login (#3727) + * chore(deps): bump the js-patch group across 1 directory with 3 + updates (#3714) + * chore(deps): bump google.golang.org/api from 0.227.0 to 0.228.0 + in the go-minor group (#3718) + * chore(deps): bump the go-patch group with 2 updates (#3717) + * chore(deps): bump vite from 6.0.9 to 6.0.12 in /ui (#3710) + * chore: update Go dependencies (#3705) + * chore(deps/tools): bump github.com/golangci/golangci-lint from + 1.64.7 to 1.64.8 in /hack/tools in the go-patch group (#3692) + * chore(deps): bump actions/setup-node from 4.2.0 to 4.3.0 + (#3694) + * chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#3693) + * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3695) + * chore(deps): bump the go-patch group with 2 updates (#3699) + * chore(deps): bump the go-minor group with 3 updates (#3700) + * chore(deps): bump the js-patch group across 1 directory with 3 + updates (#3659) + * chore(deps/tools): bump github.com/containerd/containerd from + 1.7.25 to 1.7.27 in /hack/tools (#3664) + * chore(deps): bump github.com/expr-lang/expr from 1.16.9 to + 1.17.0 (#3666) + * chore(deps): bump github.com/containerd/containerd from 1.7.24 + to 1.7.27 (#3665) + * chore(deps): bump the go-patch group with 7 updates (#3656) + * chore(deps): bump the go-minor group with 4 updates (#3657) + * chore(deps/tools): bump the go-patch group in /hack/tools with + 4 updates (#3658) + * chore(deps): bump golang from 1.24.0-bookworm to + 1.24.1-bookworm (#3632) + * chore(deps): bump the js-major group in /ui with 5 updates + (#3627) + * chore(deps/tools): bump golang.org/x/tools from 0.30.0 to + 0.31.0 in /hack/tools in the go-minor group (#3631) + * chore(deps/tools): bump github.com/golangci/golangci-lint from + 1.64.5 to 1.64.6 in /hack/tools in the go-patch group (#3630) + * chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 + (#3628) + * chore(deps): bump golang from 1.24.0-bookworm to + 1.24.1-bookworm (#3629) + * chore(deps): bump the go-minor group with 6 updates (#3624) + * chore(deps): bump the go-patch group with 5 updates (#3623) + * chore(deps): bump the js-patch group in /ui with 3 updates + (#3543) + * chore(deps): bump the go-minor group with 6 updates (#3594) + * chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 + (#3589) + * chore(deps): bump slsa-framework/slsa-github-generator from + 2.0.0 to 2.1.0 (#3588) + * chore(deps): bump docker/setup-buildx-action from 3.9.0 to + 3.10.0 (#3587) + * chore(deps): bump actions/cache from 4.2.1 to 4.2.2 (#3590) + * chore(deps): bump korthout/backport-action from 3.1.0 to 3.2.0 + (#3591) + * chore(deps): bump the go-patch group with 4 updates (#3593) + * chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to + 4.0.5 (#3554) + +------------------------------------------------------------------- +Sat Apr 05 12:50:07 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.3.4: + No CLI-related changes in the changelog + +------------------------------------------------------------------- Old: ---- kargo-cli-1.3.3.obscpio New: ---- kargo-cli-1.4.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kargo-cli.spec ++++++ --- /var/tmp/diff_new_pack.C7BNow/_old 2025-04-07 18:40:57.110365269 +0200 +++ /var/tmp/diff_new_pack.C7BNow/_new 2025-04-07 18:40:57.114365437 +0200 @@ -19,7 +19,7 @@ %define executable_name kargo Name: kargo-cli -Version: 1.3.3 +Version: 1.4.0 Release: 0 Summary: CLI for the Kubernetes Application lifecycle orchestration License: Apache-2.0 @@ -73,16 +73,18 @@ %autosetup -p1 -a 1 %build +COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{name}.obsinfo)" + DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ" BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}") go build \ -mod=vendor \ -buildmode=pie \ -ldflags="\ - -X github.com/akuity/kargo/internal/version.version=%{version} \ - -X github.com/akuity/kargo/internal/version.buildDate=${BUILD_DATE} \ - -X github.com/akuity/kargo/internal/version.gitCommit=v%{version} \ - -X github.com/akuity/kargo/internal/version.gitTreeState=clean" \ + -X github.com/akuity/kargo/pkg/x/version.version=%{version} \ + -X github.com/akuity/kargo/pkg/x/version.buildDate=${BUILD_DATE} \ + -X github.com/akuity/kargo/pkg/x/version.gitCommit=${COMMIT_HASH} \ + -X github.com/akuity/kargo/pkg/x/version.gitTreeState=clean" \ -o bin/%{executable_name} ./cmd/cli %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.C7BNow/_old 2025-04-07 18:40:57.186368461 +0200 +++ /var/tmp/diff_new_pack.C7BNow/_new 2025-04-07 18:40:57.190368629 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/akuity/kargo</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.3.3</param> + <param name="revision">v1.4.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.C7BNow/_old 2025-04-07 18:40:57.214369637 +0200 +++ /var/tmp/diff_new_pack.C7BNow/_new 2025-04-07 18:40:57.218369806 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/akuity/kargo</param> - <param name="changesrevision">35f12ceb0da76b38305e12c03ce6d0a607efc7a1</param></service></servicedata> + <param name="changesrevision">211fde2672a2b9154fe305ea5d8cb561e7641822</param></service></servicedata> (No newline at EOF) ++++++ kargo-cli-1.3.3.obscpio -> kargo-cli-1.4.0.obscpio ++++++ /work/SRC/openSUSE:Factory/kargo-cli/kargo-cli-1.3.3.obscpio /work/SRC/openSUSE:Factory/.kargo-cli.new.1907/kargo-cli-1.4.0.obscpio differ: char 49, line 1 ++++++ kargo-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.C7BNow/_old 2025-04-07 18:40:57.282372494 +0200 +++ /var/tmp/diff_new_pack.C7BNow/_new 2025-04-07 18:40:57.286372662 +0200 @@ -1,5 +1,5 @@ name: kargo-cli -version: 1.3.3 -mtime: 1743705203 -commit: 35f12ceb0da76b38305e12c03ce6d0a607efc7a1 +version: 1.4.0 +mtime: 1743810669 +commit: 211fde2672a2b9154fe305ea5d8cb561e7641822 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kargo-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.kargo-cli.new.1907/vendor.tar.gz differ: char 5, line 1