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 2025-04-04 17:31:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cilium-cli (Old)
 and      /work/SRC/openSUSE:Factory/.cilium-cli.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cilium-cli"

Fri Apr  4 17:31:10 2025 rev:88 rq:1267004 version:0.18.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cilium-cli/cilium-cli.changes    2025-03-10 
17:59:19.739551107 +0100
+++ /work/SRC/openSUSE:Factory/.cilium-cli.new.1907/cilium-cli.changes  
2025-04-04 17:31:34.078146315 +0200
@@ -1,0 +2,118 @@
+Fri Apr 04 04:58:31 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- Update to version 0.18.3:
+  * Announcement
+    - Cilium CLI releases are now available as Docker images here:
+      https://quay.io/repository/cilium/cilium-cli?tab=tags&tag=latest
+  * Minor Changes:
+    - Add support to capture kernel profiles during performance
+      testing (cilium/cilium#38402, @giorio94)
+    - Make Cilium CLI performance tests not depend on Cilium
+      (cilium/cilium#38245, @giorio94)
+    - Reject IPSec key rotation with mismatching key lengths to
+      prevent IPv6 disruptions. (cilium/cilium#37936, @smagnani96)
+  * Bugfixes:
+    - cilium-cli: Fix logger busy loop (cilium/cilium#38199,
+      @jrajahalme)
+  * CI Changes:
+    - Add parallel streams throughput tests, and enable them in the
+      EGW workflow (cilium/cilium#38027, @giorio94)
+    - ci: use custom kubeconfig for cilium-cli cloud provider tests
+      (cilium/cilium#37970, @marseel)
+    - cilium-cli: Add strict-mode-test v2 (cilium/cilium#38566,
+      @pippolo84)
+    - cilium-cli: connectivity: clean up any leftover egw routes.
+      (cilium/cilium#36651, @tommyp1ckles)
+    - cilium-cli: extend no-interrupted-connections to test Egress
+      Gateway (cilium/cilium#38193, @ysksuzuki)
+    - cilium-cli: run IPv6 test with skipRedirectFromBackend=true
+      on >=v1.17.3 (cilium/cilium#38630, @ysksuzuki)
+    - cilium-cli: Use distroless (cilium/cilium#38189,
+      @michi-covalent)
+    - cli: Reduce the flood of the terminal with logs on failure
+      during tests (cilium/cilium#38240, @roman-kiselenko)
+    - cli: reverse finalizers of connectivity test
+      (cilium/cilium#38232, @marseel)
+    - connectivity: Add test for source egress in Ingress
+      (cilium/cilium#38053, @sayboras)
+    - test: Add negative test case for TLS SNI + Inception
+      (cilium/cilium#38194, @sayboras)
+    - workflows/e2e: Cover IPv6-only (cilium/cilium#38235,
+      @pchaigno)
+  * Misc Changes:
+    - chore(deps): update all-dependencies (main)
+      (cilium/cilium#38603, @cilium-renovate[bot])
+    - chore(deps): update docker.io/library/golang:1.24.1 docker
+      digest to 52ff1b3 (main) (cilium/cilium#38421,
+      @cilium-renovate[bot])
+    - chore(deps): update go to v1.24.1 (main)
+      (cilium/cilium#38092, @cilium-renovate[bot])
+    - cilium-cli: add IPv6 connectivity test for
+      LocalRedirectPolicy (cilium/cilium#37192, @saiaunghlyanhtet)
+    - cilium-cli: add test owners as part of junit files
+      (cilium/cilium#38269, @aanm)
+    - cilium-cli: Allow running outside the Cilium tree
+      (cilium/cilium#38133, @joestringer)
+    - cli: Load code owners dynamically via --code-owners
+      (cilium/cilium#38044, @joestringer)
+    - Enable new testifylint checks, and mechanically fix reported
+      issues (cilium/cilium#38485, @giorio94)
+    - Fix cli disconnect error message (cilium/cilium#38545,
+      @samsonkolge)
+    - Modernize Go map and slice operations (cilium/cilium#38126,
+      @tklauser)
+    - Standardize hubble and cilium CLIs makefile
+      (cilium/cilium#37716, @HadrienPatte)
+    - Test IPv4 and IPv6 explicitly in PodToWorld and PodToWorld2
+      connectivity tests (cilium/cilium#37435, @gentoo-root)
+    - Use slices.Sorted(maps.Keys(...)) to get sorted list of map
+      keys (cilium/cilium#38519, @tklauser)
+    - Use more efficient SplitSeq instead of Split
+      (cilium/cilium#38157, @tklauser)
+    - Update stable release to v0.18.2 by @michi-covalent in #2972
+    - chore(deps): update golang docker tag to v1.24.1 by @renovate
+      in #2971
+    - chore(deps): update docker.io/library/golang docker tag to
+      v1.24.1 by @renovate in #2970
+    - chore(deps): update golangci/golangci-lint docker tag to
+      v1.64.7 by @renovate in #2974
+    - action: Only install a single version by @joestringer in
+      #2973
+    - chore(deps): update golangci/golangci-lint-action action to
+      v6.5.1 by @renovate in #2975
+    - chore(deps): update golangci/golangci-lint-action action to
+      v6.5.2 by @renovate in #2979
+    - chore(deps): update golangci/golangci-lint docker tag to
+      v1.64.8 by @renovate in #2978
+    - chore(deps): update dependency cilium/cilium to v1.16.8 by
+      @renovate in #2977
+    - chore(deps): update docker/login-action action to v3.4.0 by
+      @renovate in #2976
+    - github: Remove multicluster.yaml by @michi-covalent in #2983
+    - chore(deps): update actions/upload-artifact action to v4.6.2
+      by @renovate in #2981
+    - Simplify Dockerfile and clean up docker image workflow by
+      @michi-covalent in #2980
+    - chore(deps): update docker/login-action action to v3.4.0 by
+      @renovate in #2982
+    - chore(deps): update golangci/golangci-lint{-action} by
+      @michi-covalent in #2988
+    - Optimize image layers by @marcofranssen in #2782
+    - chore(deps): update golangci/golangci-lint docker tag to
+      v2.0.2 by @renovate in #2989
+    - chore(deps): update docker.io/library/golang:1.24.1 docker
+      digest to 52ff1b3 by @renovate in #2990
+    - chore(deps): update gcr.io/distroless/static:latest docker
+      digest to 3d0f463 by @renovate in #2991
+    - chore(deps): update golang docker tag to v1.24.2 by @renovate
+      in #2995
+    - chore(deps): update cilium (minor) by @renovate in #2924
+    - chore(deps): update azure/login action to v2.3.0 by @renovate
+      in #2998
+    - chore(deps): update cilium/cilium digest to 67fbabc by
+      @renovate in #3000
+    - chore(deps): update cilium/cilium digest to 20f0e00 by
+      @renovate in #3002
+    - Prepare for v0.18.3 release by @michi-covalent in #2993
+
+-------------------------------------------------------------------

Old:
----
  cilium-cli-0.18.2.obscpio

New:
----
  cilium-cli-0.18.3.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cilium-cli.spec ++++++
--- /var/tmp/diff_new_pack.6Y6r2l/_old  2025-04-04 17:31:36.990267648 +0200
+++ /var/tmp/diff_new_pack.6Y6r2l/_new  2025-04-04 17:31:36.990267648 +0200
@@ -19,7 +19,7 @@
 %define executable_name cilium
 
 Name:           cilium-cli
-Version:        0.18.2
+Version:        0.18.3
 Release:        0
 Summary:        CLI to install, manage & troubleshoot Kubernetes clusters 
running Cilium
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6Y6r2l/_old  2025-04-04 17:31:37.030269315 +0200
+++ /var/tmp/diff_new_pack.6Y6r2l/_new  2025-04-04 17:31:37.034269482 +0200
@@ -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.18.2</param>
+    <param name="revision">v0.18.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6Y6r2l/_old  2025-04-04 17:31:37.050270148 +0200
+++ /var/tmp/diff_new_pack.6Y6r2l/_new  2025-04-04 17:31:37.054270316 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/cilium/cilium-cli</param>
-              <param 
name="changesrevision">0caa9e5cbfe3a80a1fd6bbc1f5f9926da35b0373</param></service></servicedata>
+              <param 
name="changesrevision">e7f03e4ec38a7008f4f5b9855ca9df721a9db185</param></service></servicedata>
 (No newline at EOF)
 

++++++ cilium-cli-0.18.2.obscpio -> cilium-cli-0.18.3.obscpio ++++++
/work/SRC/openSUSE:Factory/cilium-cli/cilium-cli-0.18.2.obscpio 
/work/SRC/openSUSE:Factory/.cilium-cli.new.1907/cilium-cli-0.18.3.obscpio 
differ: char 19, line 1

++++++ cilium-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.6Y6r2l/_old  2025-04-04 17:31:37.090271815 +0200
+++ /var/tmp/diff_new_pack.6Y6r2l/_new  2025-04-04 17:31:37.094271982 +0200
@@ -1,5 +1,5 @@
 name: cilium-cli
-version: 0.18.2
-mtime: 1741386165
-commit: 0caa9e5cbfe3a80a1fd6bbc1f5f9926da35b0373
+version: 0.18.3
+mtime: 1743714314
+commit: e7f03e4ec38a7008f4f5b9855ca9df721a9db185
 

++++++ stable.txt ++++++
--- /var/tmp/diff_new_pack.6Y6r2l/_old  2025-04-04 17:31:37.114272816 +0200
+++ /var/tmp/diff_new_pack.6Y6r2l/_new  2025-04-04 17:31:37.118272982 +0200
@@ -1,2 +1,2 @@
-v1.17.1
+v1.17.2
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/cilium-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.cilium-cli.new.1907/vendor.tar.gz differ: char 5, 
line 1

Reply via email to