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 2026-04-18 21:39:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kargo-cli (Old) and /work/SRC/openSUSE:Factory/.kargo-cli.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kargo-cli" Sat Apr 18 21:39:22 2026 rev:48 rq:1347962 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kargo-cli/kargo-cli.changes 2026-03-05 17:24:22.169602850 +0100 +++ /work/SRC/openSUSE:Factory/.kargo-cli.new.11940/kargo-cli.changes 2026-04-18 21:39:40.341681711 +0200 @@ -1,0 +2,176 @@ +Sat Apr 18 07:23:24 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 1.10.0: + Large update, please check the release notes: + https://github.com/akuity/kargo/releases/tag/v1.10.0 + * Breaking Changes + - The optional second arugment for freightMetadata that was + deprecated in v1.8.0 has now been removed. If you were using + this argument before, use either dot notation + (freightMetadata(freightName).keyName) or map access syntax + (freightMetadata(freightName)['key-name']) to access specific + values + * New Deprecations + - git-push Default Integration Policy Changing in v1.12.0: The + git-push step now supports four configurable push integration + policies that control how remote changes are integrated + before pushing: AlwaysRebase, RebaseOrMerge, RebaseOrFail, + and AlwaysMerge. The current default remains AlwaysRebase + (i.e. the current behavior), but the default will change to + RebaseOrMerge in v1.12.0. RebaseOrMerge uses signature-trust + analysis to prefer rebase when safe but falls back to a merge + commit when a rebase would alter commit signature semantics. + If you rely on the current unconditional rebase behavior, set + the policy explicitly via the + [controller.gitClient.pushIntegrationPolicy](https://docs.kargo.io/operator-guide/advanced-installation/common + configurations#push-integration-policy) Helm value before + upgrading to v1.12.0. + - SSH URLs and SSH Private Keys for Git Repositories: SSH-based + Git credentials are deprecated and scheduled for removal in + v1.13.0. SSH keys cannot authenticate to git provider APIs, + forcing users to maintain two sets of credentials. Use HTTPS + URLs with a personal access token or equivalent instead. See + #5858 for details. + - createTargetBranch Option in git-open-pr Promotion Step: The + createTargetBranch option has been deprecated as the feature + never worked. It is scheduled for removal in v1.12. See #5847 + for details. + - git-commit Step author Field: The author configuration block + (including name, email, and signingKey) on the git-commit + step is deprecated and scheduled for removal in v1.12.0. + Authorship and signing configuration should be set in the + git-clone step or via ClusterConfig instead, as git-clone is + the single authority for work tree identity and signing + configuration. All downstream steps inherit from it. + * UI Improvements + - Version-Matched CLI Downloads: The CLI download page now + links to the specific version of Kargo currently running + rather than always pointing to "latest," preventing + inadvertent version mismatches. + * Dependencies + - chore(deps): bump step-security/harden-runner from 2.16.0 to + 2.16.1 (#6038) + - chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0 + (#6039) + - chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 + (#6040) + - chore(deps): bump svenstaro/upload-release-action from 2.11.4 + to 2.11.5 (#6042) + - chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 + (#6043) + - chore(deps): bump the go-patch group with 3 updates (#6045) + - chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to + 4.1.4 (#6036) + - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to + 5.17.1 (#6015) + - chore(deps): bump the go-patch group across 1 directory with + 4 updates (#6010) + - chore(deps): bump korthout/backport-action from 4.2.0 to + 4.3.0 (#6008) + - chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 + (#6005) + - chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 + (#6004) + - chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.0 + (#6003) + - chore(deps): bump sigstore/cosign-installer from 4.0.0 to + 4.1.1 (#6002) + - chore(deps/tools): bump github.com/go-swagger/go-swagger from + 0.33.1 to 0.33.2 in /hack/tools in the go-patch group (#5960) + - chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 + (#5956) + - chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 + (#5957) + - chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 + (#5958) + - chore(deps): bump step-security/harden-runner from 2.15.1 to + 2.16.0 (#5959) + - chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#5961) + - chore(deps): bump the go-patch group with 2 updates (#5963) + - chore(deps): bump google.golang.org/grpc from 1.78.0 to + 1.79.3 (#5948) + - chore(deps/tools): bump google.golang.org/grpc from 1.75.0 to + 1.79.3 in /hack/tools (#5947) + - chore(deps): bump pnpm/action-setup from 4.2.0 to 4.4.0 + (#5927) + - chore(deps): bump actions/download-artifact from 8.0.0 to + 8.0.1 (#5922) + - chore(deps): bump docker/setup-qemu-action from 3.7.0 to + 4.0.0 (#5923) + - chore(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 + (#5924) + - chore(deps): bump docker/setup-buildx-action from 3.12.0 to + 4.0.0 (#5926) + - chore(deps): bump the go-patch group with 10 updates (#5929) + - chore(deps): bump @orval/core from 7.19.0 to 8.2.0 in /ui + (#5909) + - chore(deps): Bump swag (#5892) + - chore(deps/tools): bump github.com/docker/cli from + 28.5.1+incompatible to 29.2.0+incompatible in /hack/tools + (#5859) + - chore(deps): bump korthout/backport-action from 4.1.0 to + 4.2.0 (#5877) + - chore(deps): bump golang from 1.26.0-trixie to 1.26.1-trixie + (#5876) + - chore(deps): bump docker/metadata-action from 5.10.0 to 6.0.0 + (#5878) + - chore(deps): bump step-security/harden-runner from 2.15.0 to + 2.15.1 (#5879) + - chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 + (#5880) + - chore(deps): bump docker/build-push-action from 6.19.2 to + 7.0.0 (#5881) + - chore(deps): bump the go-patch group with 6 updates (#5884) + - chore(deps): bump svenstaro/upload-release-action from 2.11.3 + to 2.11.4 (#5816) + - chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 + (#5817) + - chore(deps): bump actions/download-artifact from 7.0.0 to + 8.0.0 (#5818) + - chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 + (#5819) + - chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 + (#5820) + - chore(deps): bump the go-patch group with 5 updates (#5824) + - chore(deps): bump the go-patch group with 3 updates (#5776) + - chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#5773) + - chore(deps): bump korthout/backport-action from 4.0.1 to + 4.1.0 (#5772) + - chore(deps): bump docker/build-push-action from 6.18.0 to + 6.19.2 (#5742) + - chore(deps): bump the go-patch group with 2 updates (#5745) + - chore(deps): bump @orval/core from 7.19.0 to 8.2.0 in /ui + (#5683) + - chore(deps): bump anchore/sbom-action from 0.22.1 to 0.22.2 + (#5712) + - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to + 5.16.5 (#5717) + - chore(deps): bump golang from 1.25.6-trixie to 1.25.7-trixie + (#5711) + - chore(deps): bump aws-actions/configure-aws-credentials from + 5.1.1 to 6.0.0 (#5713) + - chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to + 5.3.1 in the go-patch group (#5688) + - chore(deps): bump anchore/sbom-action from 0.22.0 to 0.22.1 + (#5687) + - chore(deps): bump actions/cache from 5.0.2 to 5.0.3 (#5686) + - chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 + (#5685) + - chore(deps): bump @orval/core from 8.1.0 to 8.2.0 in /ui + (#5676) + - chore(deps): bump github.com/quic-go/quic-go from 0.54.0 to + 0.57.0 (#5632) + - chore(deps): bump golang from 1.25.5-trixie to 1.25.6-trixie + (#5624) + - chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 + (#5625) + - chore(deps): bump anchore/sbom-action from 0.21.1 to 0.22.0 + (#5623) + +------------------------------------------------------------------- +Fri Apr 17 20:03:21 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 1.9.6: + no CLI-related changes or dependency updates + +------------------------------------------------------------------- Old: ---- kargo-cli-1.9.5.obscpio New: ---- kargo-cli-1.10.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kargo-cli.spec ++++++ --- /var/tmp/diff_new_pack.jBT1YD/_old 2026-04-18 21:39:43.305803092 +0200 +++ /var/tmp/diff_new_pack.jBT1YD/_new 2026-04-18 21:39:43.345804730 +0200 @@ -19,7 +19,7 @@ %define executable_name kargo Name: kargo-cli -Version: 1.9.5 +Version: 1.10.0 Release: 0 Summary: CLI for the Kubernetes Application lifecycle orchestration License: Apache-2.0 @@ -29,7 +29,7 @@ BuildRequires: bash-completion BuildRequires: fish BuildRequires: zsh -BuildRequires: golang(API) >= 1.25 +BuildRequires: golang(API) >= 1.26 %description Kargo is a next-generation continuous delivery and application lifecycle ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jBT1YD/_old 2026-04-18 21:39:43.701819309 +0200 +++ /var/tmp/diff_new_pack.jBT1YD/_new 2026-04-18 21:39:43.781822586 +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.9.5</param> + <param name="revision">v1.10.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.jBT1YD/_old 2026-04-18 21:39:43.989831103 +0200 +++ /var/tmp/diff_new_pack.jBT1YD/_new 2026-04-18 21:39:44.025832578 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/akuity/kargo</param> - <param name="changesrevision">fd25620c2473ed19bec4be4d0f181287ef0f0391</param></service></servicedata> + <param name="changesrevision">f5477e786aa4904425e9bbd547c7c05527b76237</param></service></servicedata> (No newline at EOF) ++++++ kargo-cli-1.9.5.obscpio -> kargo-cli-1.10.0.obscpio ++++++ ++++ 138397 lines of diff (skipped) ++++++ kargo-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.jBT1YD/_old 2026-04-18 21:39:48.562018336 +0200 +++ /var/tmp/diff_new_pack.jBT1YD/_new 2026-04-18 21:39:48.566018499 +0200 @@ -1,5 +1,5 @@ name: kargo-cli -version: 1.9.5 -mtime: 1772481656 -commit: fd25620c2473ed19bec4be4d0f181287ef0f0391 +version: 1.10.0 +mtime: 1776371717 +commit: f5477e786aa4904425e9bbd547c7c05527b76237 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kargo-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.kargo-cli.new.11940/vendor.tar.gz differ: char 13, line 1
