Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package k8up-cli for openSUSE:Factory checked in at 2026-07-20 09:59:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/k8up-cli (Old) and /work/SRC/openSUSE:Factory/.k8up-cli.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "k8up-cli" Mon Jul 20 09:59:30 2026 rev:8 rq:1366643 version:2.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/k8up-cli/k8up-cli.changes 2026-03-22 14:13:52.809482284 +0100 +++ /work/SRC/openSUSE:Factory/.k8up-cli.new.24530/k8up-cli.changes 2026-07-20 10:01:38.964793127 +0200 @@ -1,0 +2,36 @@ +Mon Jul 20 04:54:55 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.16.0: + * Features + - Add unit tests for restic config validation and API types + (#1166) + - Add BACKUP_GLOBAL_SKIP_SNAPSHOT_SYNC flag (#1196) + - monitoring: add k8up_schedule_last_job_succeeded gauge + (#1216) + - Preserve volumeMounts from PodConfig (#1223) + - On schedule creation, create labeled metrics with value 0 + (#1203) + * Fixes + - Fix trailing slash in S3 endpoint causing empty bucket name + (#1160) + - Fix nil pointer panic in S3Spec.RestoreEnvVars with nil + receiver (#1156) + - Fix relaxed scheduling for mounted RWO volumes (#1198) + - Restrict job history cleanup to siblings of the same owner + (#1213) + - Fix potentially duplicate volumes and mounts (#1234) + * Dependency Updates + - Update mergo to v1 (dario.cat/mergo) (#1173) + - Update module github.com/restic/restic to v0.19.0 (#1217) + - Update module github.com/urfave/cli/v2 to v2.27.7 (#1194) + - Update module dario.cat/mergo to v1.0.2 (#1209) + +------------------------------------------------------------------- +Wed Mar 25 12:58:43 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.15.0: + * Add flag to enable websocket fallback + * Document shell completion for the K8up CLI + * Update CLI greeting and copyright notice + +------------------------------------------------------------------- Old: ---- k8up-cli-2.14.0.obscpio New: ---- k8up-cli-2.16.0.obscpio k8up-cli_completion.bash ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k8up-cli.spec ++++++ --- /var/tmp/diff_new_pack.3WCQuc/_old 2026-07-20 10:01:39.912825032 +0200 +++ /var/tmp/diff_new_pack.3WCQuc/_new 2026-07-20 10:01:39.912825032 +0200 @@ -19,13 +19,14 @@ %define executable_name k8up Name: k8up-cli -Version: 2.14.0 +Version: 2.16.0 Release: 0 Summary: CLI for the K8up Kubernetes and OpenShift Backup Operator License: Apache-2.0 URL: https://github.com/k8up-io/k8up -Source: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz +Source2: k8up-cli_completion.bash BuildRequires: go1.26 >= 1.26.1 %description @@ -40,6 +41,17 @@ This package contains the CLI. +%package -n %{name}-bash-completion +Summary: Bash Completion for %{name} +Group: System/Shells +Requires: %{name} = %{version} +Requires: bash-completion +Supplements: (%{name} and bash-completion) +BuildArch: noarch + +%description -n %{name}-bash-completion +Bash command line completion support for %{name}. + %prep %autosetup -p 1 -a 1 @@ -62,8 +74,15 @@ # Install the binary. install -D -m 0755 bin/%{executable_name} %{buildroot}/%{_bindir}/%{executable_name} +# create the bash completion file +mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/ +install -D -m 0644 %{SOURCE2} %{buildroot}%{_datarootdir}/bash-completion/completions/%{executable_name} + %files %doc README.md %license LICENSE %{_bindir}/%{executable_name} +%files -n %{name}-bash-completion +%{_datarootdir}/bash-completion/completions/%{executable_name} + ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3WCQuc/_old 2026-07-20 10:01:39.956826513 +0200 +++ /var/tmp/diff_new_pack.3WCQuc/_new 2026-07-20 10:01:39.960826647 +0200 @@ -1,9 +1,9 @@ <services> <service name="obs_scm" mode="manual"> - <param name="url">https://github.com/k8up-io/k8up/</param> + <param name="url">https://github.com/k8up-io/k8up.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.14.0</param> + <param name="revision">refs/tags/v2.16.0</param> <param name="match-tag">v*</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.3WCQuc/_old 2026-07-20 10:01:40.000827993 +0200 +++ /var/tmp/diff_new_pack.3WCQuc/_new 2026-07-20 10:01:40.008828263 +0200 @@ -1,6 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/k8up-io/k8up/</param> - <param name="changesrevision">fe565d5aff7030af21835da00450b2390bb9d1fe</param></service></servicedata> + <param name="changesrevision">0240a0613b2fa15665a71418079c1550ceb19df3</param></service><service name="tar_scm"> + <param name="url">https://github.com/k8up-io/k8up.git</param> + <param name="changesrevision">343b99d1519385d75738dbb07d6ff45785c3f186</param></service></servicedata> (No newline at EOF) ++++++ k8up-cli-2.14.0.obscpio -> k8up-cli-2.16.0.obscpio ++++++ ++++ 3683 lines of diff (skipped) ++++++ k8up-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.3WCQuc/_old 2026-07-20 10:01:40.700851551 +0200 +++ /var/tmp/diff_new_pack.3WCQuc/_new 2026-07-20 10:01:40.704851686 +0200 @@ -1,5 +1,5 @@ name: k8up-cli -version: 2.14.0 -mtime: 1773991389 -commit: fe565d5aff7030af21835da00450b2390bb9d1fe +version: 2.16.0 +mtime: 1784287669 +commit: 343b99d1519385d75738dbb07d6ff45785c3f186 ++++++ k8up-cli_completion.bash ++++++ _k8up_complete() { local cur COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" COMPREPLY=( $(compgen -W "$(k8up --generate-bash-completion)" -- "${cur}") ) return 0 } complete -F _k8up_complete k8up ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/k8up-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.k8up-cli.new.24530/vendor.tar.gz differ: char 13, line 1
