Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cilium-cli for openSUSE:Factory checked in at 2024-11-12 19:22:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cilium-cli (Old) and /work/SRC/openSUSE:Factory/.cilium-cli.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cilium-cli" Tue Nov 12 19:22:35 2024 rev:79 rq:1223544 version:0.16.20 Changes: -------- --- /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli.changes 2024-10-02 21:34:10.992373889 +0200 +++ /work/SRC/openSUSE:Factory/.cilium-cli.new.2017/cilium-cli.changes 2024-11-12 19:23:25.824511082 +0100 @@ -1,0 +2,33 @@ +Tue Nov 12 07:42:32 UTC 2024 - [email protected] + +- Update to version 0.16.20: + * Prepare for v0.16.20 release + * chore(deps): update softprops/action-gh-release action to + v2.0.9 + * .github: support native hubble port-forwarding + * chore(deps): update all github action dependencies + * chore(deps): update docker/dockerfile docker tag to v1.11 + * action: allow to configure image repo for CI installs + * chore(deps): update actions/checkout action to v4.2.2 + * chore(deps): update actions/setup-go action to v5.1.0 + * chore(deps): update ubuntu:24.04 docker digest to 99c3519 + * chore(deps): update dependency cilium/cilium to v1.16.3 + * chore(deps): update ubuntu:24.04 docker digest to d4f6f70 + * chore(deps): update ubuntu:24.04 docker digest to ab64a83 + * chore(deps): update ubuntu:24.04 docker digest to ee6860a + * chore(deps): update actions/upload-artifact action to v4.4.3 + * chore(deps): update actions/upload-artifact action to v4.4.2 + * chore(deps): update docker.io/library/golang docker tag to + v1.23.2 + * chore(deps): update all github action dependencies + * chore(deps): update docker/setup-buildx-action action to v3.7.1 + * chore(deps): update docker/setup-buildx-action action to v3.7.0 + * chore(deps): update golangci/golangci-lint-action action to + v6.1.1 + * Update stable release to v0.16.19 + * chore(deps): update google-github-actions/auth action to v2.1.6 + * chore(deps): update ubuntu:24.04 docker digest to b359f10 + * chore(deps): update golang docker tag to v1.23.2 + * multicluster: Increase hubble-event-queue-size + +------------------------------------------------------------------- Old: ---- cilium-cli-0.16.19.obscpio New: ---- cilium-cli-0.16.20.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cilium-cli.spec ++++++ --- /var/tmp/diff_new_pack.1bWf1F/_old 2024-11-12 19:23:28.388618122 +0100 +++ /var/tmp/diff_new_pack.1bWf1F/_new 2024-11-12 19:23:28.388618122 +0100 @@ -16,12 +16,10 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - %define executable_name cilium Name: cilium-cli -Version: 0.16.19 +Version: 0.16.20 Release: 0 Summary: CLI to install, manage & troubleshoot Kubernetes clusters running Cilium License: Apache-2.0 @@ -30,7 +28,10 @@ Source1: vendor.tar.gz # download the file to make maintenance easier Source11: https://raw.githubusercontent.com/cilium/cilium/main/stable.txt -BuildRequires: go1.23 +BuildRequires: bash-completion +BuildRequires: fish +BuildRequires: go >= 1.23 +BuildRequires: zsh %description CLI to install, manage and troubleshoot Kubernetes clusters running Cilium @@ -95,8 +96,8 @@ %{buildroot}/%{_bindir}/%{executable_name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish # create the zsh completion file -mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ -%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{executable_name} +mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/ +%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{executable_name} %check @@ -107,16 +108,11 @@ %{_bindir}/%{name} %files -n %{name}-bash-completion -%dir %{_datarootdir}/bash-completion/completions/ %{_datarootdir}/bash-completion/completions/%{executable_name} %files -n %{name}-fish-completion -%dir %{_datarootdir}/fish -%dir %{_datarootdir}/fish/vendor_completions.d %{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish %files -n %{name}-zsh-completion -%defattr(-,root,root) -%dir %{_datarootdir}/zsh_completion.d/ -%{_datarootdir}/zsh_completion.d/_%{executable_name} +%{_datarootdir}/zsh/site-functions/_%{executable_name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1bWf1F/_old 2024-11-12 19:23:28.416619291 +0100 +++ /var/tmp/diff_new_pack.1bWf1F/_new 2024-11-12 19:23:28.420619458 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/cilium/cilium-cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.16.19</param> + <param name="revision">v0.16.20</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.1bWf1F/_old 2024-11-12 19:23:28.440620293 +0100 +++ /var/tmp/diff_new_pack.1bWf1F/_new 2024-11-12 19:23:28.444620460 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cilium/cilium-cli</param> - <param name="changesrevision">6977c4a640ad45da3a95eb12054497f2bdd22c48</param></service></servicedata> + <param name="changesrevision">3286926bbf80fdd0103a372256459e577224f9f6</param></service></servicedata> (No newline at EOF) ++++++ cilium-cli-0.16.19.obscpio -> cilium-cli-0.16.20.obscpio ++++++ /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli-0.16.19.obscpio /work/SRC/openSUSE:Factory/.cilium-cli.new.2017/cilium-cli-0.16.20.obscpio differ: char 48, line 1 ++++++ cilium-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.1bWf1F/_old 2024-11-12 19:23:28.480621963 +0100 +++ /var/tmp/diff_new_pack.1bWf1F/_new 2024-11-12 19:23:28.484622130 +0100 @@ -1,5 +1,5 @@ name: cilium-cli -version: 0.16.19 -mtime: 1727824861 -commit: 6977c4a640ad45da3a95eb12054497f2bdd22c48 +version: 0.16.20 +mtime: 1730911825 +commit: 3286926bbf80fdd0103a372256459e577224f9f6 ++++++ stable.txt ++++++ --- /var/tmp/diff_new_pack.1bWf1F/_old 2024-11-12 19:23:28.500622798 +0100 +++ /var/tmp/diff_new_pack.1bWf1F/_new 2024-11-12 19:23:28.504622964 +0100 @@ -1,2 +1,2 @@ -v1.16.2 +v1.16.3 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cilium-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.cilium-cli.new.2017/vendor.tar.gz differ: char 5, line 1
