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-04-25 16:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cilium-cli (Old) and /work/SRC/openSUSE:Factory/.cilium-cli.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cilium-cli" Tue Apr 25 16:42:28 2023 rev:29 rq:1082618 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli.changes 2023-03-21 17:44:47.430766506 +0100 +++ /work/SRC/openSUSE:Factory/.cilium-cli.new.1533/cilium-cli.changes 2023-04-25 16:42:31.394124145 +0200 @@ -1,0 +2,76 @@ +Mon Apr 24 18:27:39 UTC 2023 - [email protected] + +- BuildRequire go1.20 +- Update to version 0.14.0: + * Prepare for v0.14.0 release + * go.mod, vendor: bump github.com/docker/docker + * defaults: bump json-mock to 1.3.5 + * cli: adapt helm chart cleanup of deprecated hubble values + * .github: add mirror from main -> master + * docs: update references to the main branch + * ci: rename master -> main + * Adjust cilium/cilium URLs after primary branch rename to `main` + * Add documentation for helm installation mode + * ci: bump google-github-actions/auth from 1.0.0 to 1.1.0 + * ci: update Cilium version to v1.13.2 + * defaults: install Cilium v1.13.2 by default + * go.mod, vendor: pull in latest cilium charts + * misc: replace label goto with extracted method or for loops + * misc: replace label breaks with extracted method + * Default Helm Upgrade to not reuse values + * Clean up signature and usage of helm Upgrade func + * Add chart version as parameter for upgrade + * Expose helm reset/reuse values as flags for upgrade + * Add upgrade implementation using Helm + * Factor out ListVersions from preinstall + * .github: Prepare workflows for tests with a 3rd node + * connectivity: Implement FromCIDR tests + * connectivity: Refactor scenarios passed to tests + * Rename current CIDR tests to to-cidr.go + * connectivity/check: Validate --external-from-cidrs + * .github/workflows: Install static routes for nodes without + Cilium + * .github/workflows: Label nodes for --nodes-without-cilium + * internal/cli/cmd: Clarify --nodes-without-cilium + * connectivity/check: Deploy host-netns daemonset by default + * ci: bump actions/checkout from 3.5.1 to 3.5.2 + * BGP: Introduce new cli to get bgp state + * Add connectivity tests for auth + * go.mod, vendor: bump helm.sh/helm/v3 from 3.11.2 to 3.11.3 + * connectivity: Make detected Cilium Agent version available for + feature detection + * ci: bump actions/checkout from 3.5.0 to 3.5.1 + * Refactor generic policy to Cilium policy + * Add KNPs tests scenarios + * Add KNPs utils methods + * Add KNP feature + * Add CRD feature and CNP enabled requirement + * helm mode install: Add --dry-run / --dry-run-helm-values flags + * Use --set-string for node affinity + * go.mod, vendor: bump github.com/cloudflare/cfssl from 1.6.3 to + 1.6.4 + * vendor: get latest cilium + * install: Support --nodes-without-cilium in Helm install mode + * Fix quotation for Cilium schedule affinity + * Dockerfile: Bump library/golang + * go.mod, vendor: bump github.com/spf13/cobra from 1.6.1 to 1.7.0 + * go.mod, vendor: bump golang.org/x/mod from 0.9.0 to 0.10.0 + * helm mode: Test with GKE + * helm mode: Add hubble enable / disable commands + * Add Helm-based install / uninstall commands + * Refactor for Helm-based Cilium installation management + * Dockerfile: Bump library/golang from `08bd1aa` to `1d7fec2` + * Dockerfile: Bump library/golang from `b1f83bc` to `08bd1aa` + * go.mod, vendor: bump github.com/go-openapi/strfmt from 0.21.5 + to 0.21.7 + * Dockerfile: Bump library/golang from `50e46c1` to `b1f83bc` + * go.mod, vendor: bump google.golang.org/grpc from 1.53.0 to + 1.54.0 + * Sysdump: Add missing Cilium CRDs + * ci: bump actions/checkout from 3.4.0 to 3.5.0 + * Replace deprecated flags with --helm-set + * Tetragon Tracing Policies + * Add a l7 header replace test + * Update stable release to v0.13.2 + +------------------------------------------------------------------- Old: ---- cilium-cli-0.13.2.obscpio New: ---- cilium-cli-0.14.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cilium-cli.spec ++++++ --- /var/tmp/diff_new_pack.aAEqMc/_old 2023-04-25 16:42:33.338135587 +0200 +++ /var/tmp/diff_new_pack.aAEqMc/_new 2023-04-25 16:42:33.342135610 +0200 @@ -19,14 +19,14 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: cilium-cli -Version: 0.13.2 +Version: 0.14.0 Release: 0 Summary: CLI to install, manage & troubleshoot Kubernetes clusters running Cilium License: Apache-2.0 URL: https://github.com/cilium/cilium-cli Source: cilium-cli-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go >= 1.18 +BuildRequires: go >= 1.20 %description CLI to install, manage and troubleshoot Kubernetes clusters running Cilium ++++++ _service ++++++ --- /var/tmp/diff_new_pack.aAEqMc/_old 2023-04-25 16:42:33.378135822 +0200 +++ /var/tmp/diff_new_pack.aAEqMc/_new 2023-04-25 16:42:33.382135846 +0200 @@ -3,13 +3,12 @@ <param name="url">https://github.com/cilium/cilium-cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.13.2</param> + <param name="revision">v0.14.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="set_version" mode="disabled"> - <param name="basename">cilium-cli</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.aAEqMc/_old 2023-04-25 16:42:33.402135964 +0200 +++ /var/tmp/diff_new_pack.aAEqMc/_new 2023-04-25 16:42:33.410136010 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cilium/cilium-cli</param> - <param name="changesrevision">f326b0ac98e4112a1f6582c12942a3e0cfaf111f</param></service></servicedata> + <param name="changesrevision">769f02374be503a810c6a82a61f5d3839e420ecb</param></service></servicedata> (No newline at EOF) ++++++ cilium-cli-0.13.2.obscpio -> cilium-cli-0.14.0.obscpio ++++++ /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli-0.13.2.obscpio /work/SRC/openSUSE:Factory/.cilium-cli.new.1533/cilium-cli-0.14.0.obscpio differ: char 49, line 1 ++++++ cilium-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.aAEqMc/_old 2023-04-25 16:42:33.450136246 +0200 +++ /var/tmp/diff_new_pack.aAEqMc/_new 2023-04-25 16:42:33.454136269 +0200 @@ -1,5 +1,5 @@ name: cilium-cli -version: 0.13.2 -mtime: 1679373436 -commit: f326b0ac98e4112a1f6582c12942a3e0cfaf111f +version: 0.14.0 +mtime: 1682356698 +commit: 769f02374be503a810c6a82a61f5d3839e420ecb ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cilium-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.cilium-cli.new.1533/vendor.tar.gz differ: char 5, line 1
