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 2023-01-12 22:44:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cilium-cli (Old) and /work/SRC/openSUSE:Factory/.cilium-cli.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cilium-cli" Thu Jan 12 22:44:30 2023 rev:24 rq:1057799 version:0.12.12 Changes: -------- --- /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli.changes 2022-12-02 13:13:21.073922469 +0100 +++ /work/SRC/openSUSE:Factory/.cilium-cli.new.32243/cilium-cli.changes 2023-01-12 22:44:33.464954037 +0100 @@ -1,0 +2,67 @@ +Wed Jan 11 11:53:53 UTC 2023 - ka...@b1-systems.de + +- Update to version 0.12.12: + * Prepare for v0.12.12 release + * connectivity: Fix node2node test case feat requirement + * Add copy-retry-limit flag + * Fix Typo [valye -> value] + * ci: update Cilium version to v1.12.5 + * defaults: update default Cilium version to v1.12.5 + * go.mod, vendor: pull in latest cilium charts for v1.10.18, v1.11.12, v1.12.5 and v1.13-rc4 + * connectivity: Add node-to-node encryption tests + * connectivity: Make pod to world test configurable + * introduce --open-browser flag on cilium hubble UI + * hubble: port-forward only on IPv4 + * cli: Support client only in version sub-command + * build(deps): bump library/busybox from `898fba6` to `5289a46` + * build(deps): bump actions/checkout from 3.2.0 to 3.3.0 + * all: fix spacing with â¹ï¸ logs + * hubble: port-forward only to localhost + * build(deps): bump actions/download-artifact from 3.0.1 to 3.0.2 + * build(deps): bump nick-invision/retry from 2.8.2 to 2.8.3 + * connectivity: allow to specify connect and request timeout + * connectivity: convert curl/ping command construction *ConnectivityTest methods + * connectivity: make curlEndpoints a (*podToPodWithEndpoints) method + * build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 + * connectivity: Fix iface derivation in encrypt tests + * build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 + * k8s: Bring back TTY to Exec + * .github: replace deprecated set-output commands + * build(deps): bump actions/setup-go from 3.4.0 to 3.5.0 + * Use the newly extracted GetCiliumVersion method + * Extract GetCiliumVersion to the k8s package + * sysdump: exclude endpoint object files by default + * build(deps): bump helm/kind-action from 1.4.0 to 1.5.0 + * connectivity: Fix tunnel feature detection + * .github: pin ubuntu runners to 22.04 + * build(deps): bump azure/setup-helm from 3.4 to 3.5 + * build(deps): bump actions/checkout from 3.1.0 to 3.2.0 + * connectivity, k8s, internal/utils: drop ExecInPodWithTTY and CtrlCReader + * k8s: use exec.StreamWithContext + * go.mod, vendor: update client-go to v0.26.0 + * sysdump: Autodetect the cilium-operator namespace + * sysdump: Fix bug that caused Cilium namespace to be empty + * build(deps): bump library/busybox from `62bc224` to `898fba6` + * install: update existing roles, bindings if already extant + * README, dependabot: mark v0.10 branch as unmaintained + * connectivity: Add encryption test + * connectivity: Add feature getter + * connectivity: Add feature to detect tunneling mode + * k8s: Add ExecInPodWithWriters + * connectivity: Add feature to detect encryption + * sysdump: Log detected Cilium namespace + * Update Go to 1.19.4 + * workflows: Test with Cilium v1.12.4 + * build(deps): bump library/golang + * Update stable release to v0.12.11 + * defaults: update default Cilium version to v1.12.4 + * .github: update get-kubeconfig.sh for k8s 1.24 + * workflows: Bump timeout for External Workload workflow + * build(deps): bump library/golang from `a3cdc5a` to `3607071` + * workflows: Collect sysdump immediatly after test failures + * workflows: Bump timeout for EKS workflow + * connectivity: Reorder L7 ingress connectivity tests + * build(deps): bump library/golang from `d171aa3` to `a3cdc5a` + * build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 + +------------------------------------------------------------------- Old: ---- cilium-cli-0.12.11.tar.gz New: ---- cilium-cli-0.12.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cilium-cli.spec ++++++ --- /var/tmp/diff_new_pack.hgV0Kh/_old 2023-01-12 22:44:34.912962165 +0100 +++ /var/tmp/diff_new_pack.hgV0Kh/_new 2023-01-12 22:44:34.916962187 +0100 @@ -1,7 +1,7 @@ # # spec file for package cilium-cli # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: cilium-cli -Version: 0.12.11 +Version: 0.12.12 Release: 0 Summary: CLI to install, manage & troubleshoot Kubernetes clusters running Cilium License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hgV0Kh/_old 2023-01-12 22:44:34.952962389 +0100 +++ /var/tmp/diff_new_pack.hgV0Kh/_new 2023-01-12 22:44:34.960962434 +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.12.11</param> + <param name="revision">v0.12.12</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">cilium-cli-0.12.11.tar.gz</param> + <param name="archive">cilium-cli-0.12.12.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hgV0Kh/_old 2023-01-12 22:44:34.980962546 +0100 +++ /var/tmp/diff_new_pack.hgV0Kh/_new 2023-01-12 22:44:34.984962569 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cilium/cilium-cli</param> - <param name="changesrevision">f8e642fbb6d5d6d59876d3e41ec994abccf6b028</param></service></servicedata> + <param name="changesrevision">39071f6226f2b91d3599b801760300e393d683b0</param></service></servicedata> (No newline at EOF) ++++++ cilium-cli-0.12.11.tar.gz -> cilium-cli-0.12.12.tar.gz ++++++ /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli-0.12.11.tar.gz /work/SRC/openSUSE:Factory/.cilium-cli.new.32243/cilium-cli-0.12.12.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cilium-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.cilium-cli.new.32243/vendor.tar.gz differ: char 5, line 1