Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package updatecli for openSUSE:Factory checked in at 2026-07-13 14:27:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/updatecli (Old) and /work/SRC/openSUSE:Factory/.updatecli.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "updatecli" Mon Jul 13 14:27:15 2026 rev:43 rq:1365204 version:0.119.0 Changes: -------- --- /work/SRC/openSUSE:Factory/updatecli/updatecli.changes 2026-06-03 20:28:34.668529257 +0200 +++ /work/SRC/openSUSE:Factory/.updatecli.new.1991/updatecli.changes 2026-07-13 14:27:31.362300641 +0200 @@ -1,0 +2,67 @@ +Fri Jul 10 05:24:42 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 0.119.0: + * Features + - feat(systemd): add resource plugin for systemd unit files + @ScMofeoluwa (#8970) + - feat: support cooldown for Golang module @olblak (#8966) + * Bug Fixes + - Fix cleanup action for already merged pull requests @perlan + (#9133) + - fix: correctly init report name and config @olblak (#9283) + - fix(terraform): include registry hostname in autodiscovery + manifest @Pankaj-Gupta25 (#9281) + - fix(pyproject): track uv.lock relative to target workdir + @nguyeda (#9266) + * Maintenance + - deps: automate updatecli version update in gha workflow + @olblak (#9470) + - chore(ci): upgrade uv version @updateclibot[bot] (#9394) + - chore(dockerfile): upgrade node version @updateclibot[bot] + (#9392) + - deps: fix default golang update @olblak (#9391) + - chore(ci): add repo parameter to issue creation command + @olblak (#9380) + - chore: remove peter-evans/create-issue-from-file gha @olblak + (#9379) + - chore: remove Go Report Card badge from README @olblak + (#9377) + - chore(ci): upgrade uv version @updateclibot[bot] (#9374) + - chore(deps): bump github.com/containerd/containerd from + 1.7.32 to 1.7.33 in the go_modules group across 1 directory + @dependabot[bot] (#9233) + - chore: refactor Updatecli compose workflow @olblak (#9368) + - deps(go): bump module + github.com/aws/aws-sdk-go-v2/credentials to v1.19.26 + @updateclibot[bot] (#9329) + - chore(ci): upgrade uv version @updateclibot[bot] (#9285) + - deps(updatecli/policies): bump all policies + @updateclibot[bot] (#9287) + - chore(dockerfile): upgrade node version @updateclibot[bot] + (#9284) + - deps(go): bump module go.opentelemetry.io/otel/sdk to v1.44.0 + @updateclibot[bot] (#9269) + - deps(go): bump module golang.org/x/mod to v0.37.0 + @updateclibot[bot] (#9273) + - deps(go): bump module github.com/aws/smithy-go to v1.27.2 + @updateclibot[bot] (#9279) + - deps(go): bump module + github.com/aws/aws-sdk-go-v2/credentials to v1.19.24 + @updateclibot[bot] (#9277) + - deps(go): bump module gopkg.in/ini.v1 to v1.67.3 + @updateclibot[bot] (#9248) + - deps(go): bump module helm.sh/helm/v3 to v3.21.2 + @updateclibot[bot] (#9231) + - deps(go): bump module github.com/drone/go-scm to v1.42.7 + @updateclibot[bot] (#9212) + - chore(ci): upgrade uv version @updateclibot[bot] (#9180) + - deps(go): bump module go.opentelemetry.io/otel/trace to + v1.44.0 @updateclibot[bot] (#9169) + - deps(go): bump module golang.org/x/net to v0.56.0 + @updateclibot[bot] (#9158) + - deps(go): bump module github.com/aws/aws-sdk-go-v2/config to + v1.32.24 @updateclibot[bot] (#9146) + - deps: Bump Golang version to 1.26.4 @updateclibot[bot] + (#9116) + +------------------------------------------------------------------- Old: ---- updatecli-0.118.0.obscpio New: ---- updatecli-0.119.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ updatecli.spec ++++++ --- /var/tmp/diff_new_pack.629cYE/_old 2026-07-13 14:27:38.974560918 +0200 +++ /var/tmp/diff_new_pack.629cYE/_new 2026-07-13 14:27:38.974560918 +0200 @@ -17,7 +17,7 @@ Name: updatecli -Version: 0.118.0 +Version: 0.119.0 Release: 0 Summary: A Declarative Dependency Management tool License: Apache-2.0 @@ -26,7 +26,7 @@ Source1: vendor.tar.gz BuildRequires: bash-completion BuildRequires: fish -BuildRequires: go1.26 >= 1.26.3 +BuildRequires: go1.26 >= 1.26.5 BuildRequires: zsh %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.629cYE/_old 2026-07-13 14:27:39.018562422 +0200 +++ /var/tmp/diff_new_pack.629cYE/_new 2026-07-13 14:27:39.018562422 +0200 @@ -1,9 +1,9 @@ <services> <service name="obs_scm" mode="manual"> - <param name="url">https://github.com/updatecli/updatecli</param> + <param name="url">https://github.com/updatecli/updatecli.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.118.0</param> + <param name="revision">refs/tags/v0.119.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.629cYE/_old 2026-07-13 14:27:39.046563380 +0200 +++ /var/tmp/diff_new_pack.629cYE/_new 2026-07-13 14:27:39.054563654 +0200 @@ -1,6 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/updatecli/updatecli</param> - <param name="changesrevision">786ba9fbb8374d9c23e18b062f29ac1a95fd2b3c</param></service></servicedata> + <param name="changesrevision">786ba9fbb8374d9c23e18b062f29ac1a95fd2b3c</param></service><service name="tar_scm"> + <param name="url">https://github.com/updatecli/updatecli.git</param> + <param name="changesrevision">e4c2f09700e7fd00e4fcdd28ff3f7ddfcc4cd9b8</param></service></servicedata> (No newline at EOF) ++++++ updatecli-0.118.0.obscpio -> updatecli-0.119.0.obscpio ++++++ ++++ 4104 lines of diff (skipped) ++++++ updatecli.obsinfo ++++++ --- /var/tmp/diff_new_pack.629cYE/_old 2026-07-13 14:27:40.598616448 +0200 +++ /var/tmp/diff_new_pack.629cYE/_new 2026-07-13 14:27:40.602616584 +0200 @@ -1,5 +1,5 @@ name: updatecli -version: 0.118.0 -mtime: 1780403526 -commit: 786ba9fbb8374d9c23e18b062f29ac1a95fd2b3c +version: 0.119.0 +mtime: 1783600808 +commit: e4c2f09700e7fd00e4fcdd28ff3f7ddfcc4cd9b8 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/updatecli/vendor.tar.gz /work/SRC/openSUSE:Factory/.updatecli.new.1991/vendor.tar.gz differ: char 36, line 1
