Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hcloud-cli for openSUSE:Factory checked in at 2025-05-31 19:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hcloud-cli (Old) and /work/SRC/openSUSE:Factory/.hcloud-cli.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hcloud-cli" Sat May 31 19:17:05 2025 rev:5 rq:1281567 version:1.51.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hcloud-cli/hcloud-cli.changes 2025-01-17 18:38:43.548321185 +0100 +++ /work/SRC/openSUSE:Factory/.hcloud-cli.new.16005/hcloud-cli.changes 2025-05-31 19:17:57.045445797 +0200 @@ -1,0 +2,86 @@ +Sat May 31 05:26:35 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.51.0: + * Features + - load-balancer: allow specifying network on create (#1013) + - context: add unset commmand (#1017) + - publish image to Docker Hub (#1043) + * Bug Fixes + - allow getting resources with number as name + - some list flags are not correctly parsed (#987) + - load-balancer: allow certificate names in addition to IDs + when creating/updating (#1026) + - config option flags sometimes not parsed correctly (#1025) + * Dependencies + - deps: update module github.com/goccy/go-yaml to v1.18.0 + (#1063) + - deps: update apricote/releaser-pleaser action to v0.5.1 + (#1054) + - deps: update module golang.org/x/crypto to v0.38.0 (#1038) + - deps: update module github.com/spf13/cast to v1.8.0 (#1037) + - deps: update dependency go to v1.24.3 (#1041) + - deps: update module go.uber.org/mock to v0.5.2 (#1035) + - deps: update module golang.org/x/crypto to v0.37.0 (#1032) + - deps: update module go.uber.org/mock to v0.5.1 (#1033) + - deps: update module github.com/goccy/go-yaml to v1.17.1 + (#1022) + - deps: update dependency go to v1.24.2 (#1024) + - deps: update module github.com/hetznercloud/hcloud-go/v2 to + v2.21.0 (#1020) + - deps: update module github.com/spf13/viper to v1.20.1 (#1015) + - deps: update module github.com/hetznercloud/hcloud-go/v2 to + v2.20.1 (#1012) + - deps: update module github.com/burntsushi/toml to v1.5.0 + (#1011) + - deps: update module github.com/goccy/go-yaml to v1.16.0 + (#1009) + - deps: update module github.com/spf13/viper to v1.20.0 (#1008) + - deps: update dependency golangci/golangci-lint to v1.64.8 + (#1010) + - deps: update dependency golangci/golangci-lint to v1.64.7 + (#1005) + - deps: update module golang.org/x/crypto to v0.36.0 (#991) + - deps: update dependency go to v1.24.1 (#1002) + - deps: update dependency go to v1.23.7 (#1000) + - deps: update dependency golangci/golangci-lint to v1.64.6 + (#998) + - deps: update module github.com/jedib0t/go-pretty/v6 to v6.6.7 + (#997) + - deps: update module github.com/spf13/cobra to v1.9.1 (#990) + - deps: update module github.com/cheggaaa/pb/v3 to v3.1.7 + (#993) + - deps: update module github.com/goccy/go-yaml to v1.15.23 + (#989) + - deps: update dependency golangci/golangci-lint to v1.64.5 + (#988) + - deps: update dependency golangci/golangci-lint to v1.64.4 + (#985) + - deps: update module golang.org/x/crypto to v0.33.0 (#979) + - deps: update module github.com/goccy/go-yaml to v1.15.22 + (#982) + - deps: update dependency golangci/golangci-lint to v1.64.2 + (#983) + - deps: update module github.com/jedib0t/go-pretty/v6 to v6.6.6 + (#981) + - deps: update module github.com/anchore/quill to v0.5.1 (#980) + - deps: update module github.com/goccy/go-yaml to v1.15.19 + (#978) + - deps: update dependency go to v1.23.6 (#976) + - deps: update module github.com/hetznercloud/hcloud-go/v2 to + v2.19.1 (#975) + - deps: update module github.com/goccy/go-yaml to v1.15.17 + (#973) + - deps: update module github.com/hetznercloud/hcloud-go/v2 to + v2.19.0 (#970) + - deps: update module github.com/goccy/go-yaml to v1.15.16 + (#971) + - deps: update module github.com/spf13/pflag to v1.0.6 (#968) + - deps: update module github.com/hetznercloud/hcloud-go/v2 to + v2.18.0 (#964) + - deps: update module github.com/cheggaaa/pb/v3 to v3.1.6 + (#962) + - deps: update module github.com/goccy/go-yaml to v1.15.15 + (#959) + - deps: update dependency go to v1.23.5 (#957) + +------------------------------------------------------------------- Old: ---- hcloud-cli-1.50.0.obscpio New: ---- hcloud-cli-1.51.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hcloud-cli.spec ++++++ --- /var/tmp/diff_new_pack.nVw2li/_old 2025-05-31 19:17:58.345499523 +0200 +++ /var/tmp/diff_new_pack.nVw2li/_new 2025-05-31 19:17:58.345499523 +0200 @@ -19,7 +19,7 @@ %define executable_name hcloud Name: hcloud-cli -Version: 1.50.0 +Version: 1.51.0 Release: 0 Summary: A command-line interface for Hetzner Cloud License: MIT @@ -28,8 +28,8 @@ Source1: vendor.tar.gz BuildRequires: bash-completion BuildRequires: fish -BuildRequires: go >= 1.22 BuildRequires: zsh +BuildRequires: golang(API) >= 1.23 Provides: hcloud = %{version} %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.nVw2li/_old 2025-05-31 19:17:58.385501176 +0200 +++ /var/tmp/diff_new_pack.nVw2li/_new 2025-05-31 19:17:58.393501506 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/hetznercloud/cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.50.0</param> + <param name="revision">v1.51.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.nVw2li/_old 2025-05-31 19:17:58.417502498 +0200 +++ /var/tmp/diff_new_pack.nVw2li/_new 2025-05-31 19:17:58.421502664 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hetznercloud/cli</param> - <param name="changesrevision">c9056b27e5bd1c69b296379c7b9b89b5f125a272</param></service></servicedata> + <param name="changesrevision">7479cf1c43804018d25a55a9a57f82fe8b83209a</param></service></servicedata> (No newline at EOF) ++++++ hcloud-cli-1.50.0.obscpio -> hcloud-cli-1.51.0.obscpio ++++++ ++++ 16596 lines of diff (skipped) ++++++ hcloud-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.nVw2li/_old 2025-05-31 19:17:58.709514566 +0200 +++ /var/tmp/diff_new_pack.nVw2li/_new 2025-05-31 19:17:58.713514732 +0200 @@ -1,5 +1,5 @@ name: hcloud-cli -version: 1.50.0 -mtime: 1737041714 -commit: c9056b27e5bd1c69b296379c7b9b89b5f125a272 +version: 1.51.0 +mtime: 1748593561 +commit: 7479cf1c43804018d25a55a9a57f82fe8b83209a ++++++ vendor.tar.gz ++++++ ++++ 95316 lines of diff (skipped)