Skip to content

Update cilium to v1.19.6#126

Open
vshn-renovate wants to merge 1 commit into
masterfrom
commodore-renovate/cilium
Open

Update cilium to v1.19.6#126
vshn-renovate wants to merge 1 commit into
masterfrom
commodore-renovate/cilium

Conversation

@vshn-renovate

@vshn-renovate vshn-renovate commented Jul 24, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
cilium (source) minor 1.18.121.19.6

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

cilium/cilium (cilium)

v1.19.6: 1.19.6

Compare Source

Summary of Changes

Minor Changes:

  • datapath/l2responder: use l3 sockets for solicited node multicast signaling (Backport PR #​46845, Upstream PR #​46332, @​bersoare)
  • gateway-api: add support for configuring Gateway access logs through the new spec.telemetry.accessLogs field in CiliumGatewayClassConfig. (Backport PR #​46933, Upstream PR #​46403, @​arybolovlev)

Bugfixes:

CI Changes:

Misc Changes:

Other Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.19.6@​sha256:0df5b2750b64c49843aba1d649e9eaf61467cb0645ad3171db6f6962c095ac92

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.19.6@​sha256:accab5fe6ab7134fcd6f916acc9e4c785382a022128ae5495ec4a45fbe18c9a6

docker-plugin

quay.io/cilium/docker-plugin:v1.19.6@​sha256:81a8d37e541edfff4016037373853e8e875f1ea0433c58b9ab54b314c305b9ec

hubble-relay

quay.io/cilium/hubble-relay:v1.19.6@​sha256:6782a49e3f28eba015701c4410a5ec7fa096fe9a562f879b4372dbecd827ea44

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.19.6@​sha256:031e332cdec61a9ebaca42f044e7e2f5b876ba96ac0ccf1d42acd5954779efaf

operator-aws

quay.io/cilium/operator-aws:v1.19.6@​sha256:546d13ac511cf82441b5e9e99e03d0e054b788513ceb1a883e620b8284d5ccc3

operator-azure

quay.io/cilium/operator-azure:v1.19.6@​sha256:e555430b7f5e4c407daab1afbec3c431ec016a53f1f1b848f67b9242cd3adedd

operator-generic

quay.io/cilium/operator-generic:v1.19.6@​sha256:0db4ca4e06969d8904ee036617795d0e9c3228cf7b8d902ba74fc2bb98d2d665

operator

quay.io/cilium/operator:v1.19.6@​sha256:37e36840be5a0882a9a065b2308859785e960a742aed0aeac794e0ac4aabdf90

v1.19.5: 1.19.5

Compare Source

Summary of Changes

Minor Changes:

Bugfixes:

CI Changes:

Misc Changes:

Other Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.19.5@​sha256:20fbbc14ac20b55a292c0dcda5571bf31cde30a7dbc68c29db3e709390ab0732

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.19.5@​sha256:5ed9334b2254315740f9e2a8b6645bf69920f79ef14f436931579d2038784f9b

docker-plugin

quay.io/cilium/docker-plugin:v1.19.5@​sha256:4006d5558390120774a5a903a706dfd64089082bd653b7cb45e9e5a93ff4efea

hubble-relay

quay.io/cilium/hubble-relay:v1.19.5@​sha256:24409bfa1bca075c92acb26ba4b49cd573d99d68d5370f7cc825078185222a0c

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.19.5@​sha256:c9706343dde700804c2f50c09a2f8291797c707d1747fd50f70c939c23747c16

operator-aws

quay.io/cilium/operator-aws:v1.19.5@​sha256:b8473618e8d2bf8a610da445c8c37e1d1e8221aecd05989456d87a7588d66707

operator-azure

quay.io/cilium/operator-azure:v1.19.5@​sha256:8600299cb121f9df00fd32b93fa74de89ed49dd3a67e3d7301c07325c04c77f8

operator-generic

quay.io/cilium/operator-generic:v1.19.5@​sha256:be848a365776e07d0c5a895eda7aec928ddc52a5a1fa2f432fd7a286609e1db4

operator

quay.io/cilium/operator:v1.19.5@​sha256:07a25f6a248d77f0c8417d21b5ea5424a81fe551421e4baf04dc79b1360e832e

v1.19.4: 1.19.4

Compare Source

Summary of Changes

Minor Changes:

  • cilium-agent: when --k8s-service-proxy-name is set, EndpointSlices are now filtered by the service.kubernetes.io/service-proxy-name label at the watch level, matching how Services are already filtered, operators with hand-managed EndpointSlices must stamp the matching label on those slices. (Backport PR #​45755, Upstream PR #​45504, @​HadrienPatte)
  • iptables-based masquerading: Ensure iptables rules respect longest prefix match by sorting routes by mask length when enable-masquerade-to-route-source is enabled (Backport PR #​45630, Upstream PR #​45192, @​liyihuang)
  • operator/spire: make SPIRE client configurable for ztunnel (Backport PR #​45356, Upstream PR #​44136, @​nddq)
  • pkg/endpoint: skip logger rebuild on policy revision updates (Backport PR #​45630, Upstream PR #​45533, @​sjohnsonpal)

Bugfixes:

  • bpf: egressgw: respect egress ifindex during FIB lookup (Backport PR #​45695, Upstream PR #​45661, @​julianwiedmann)
  • bpf: host: fix source identity for IPsec trace in to-netdev (Backport PR #​45594, Upstream PR #​45588, @​julianwiedmann)
  • cilium-dbg: cilium map list now displays "unknown" instead of 0 for maps that do not support cache-based entry counting. (Backport PR #​45888, Upstream PR #​44951, @​skymensch)
  • cilium: Fix incorrect IPv6 BIG TCP display (Backport PR #​45630, Upstream PR #​45529, @​pchaigno)
  • clustermesh: fails gracefully instead of crashing when EndpointSliceSync is not able to setup the EndpointSlice watch (Backport PR #​45496, Upstream PR #​45402, @​MrFreezeex)
  • clustermesh: Fix Helm typo preventing to add annotations when setting clustermesh.apiserver.tls.auto.method: certmanager (Backport PR #​45630, Upstream PR #​45576, @​owayss)
  • Fix cilium-agent crash when a transient network error occurs during CiliumNode update. The agent now retries instead of calling Fatal. (Backport PR #​45673, Upstream PR #​44526, @​nebojsaj1726)
  • Fix CiliumLocalRedirectPolicy addressMatcher overriding an existing Service's frontend when its backend pods are not yet Ready. (Backport PR #​45584, Upstream PR #​45522, @​ysksuzuki)
  • Fix dedicated Ingress reconciliation panic on invalid TLS passthrough rules (Backport PR #​45888, Upstream PR #​45737, @​weizhoublue)
  • Fix host L7 policy operation (Backport PR #​45496, Upstream PR #​45030, @​atykhyy)
  • Fix IPsec packet drops during rolling restart with key rotation by deferring SPI advertisement until XFRM states are ready (Backport PR #​45630, Upstream PR #​44701, @​hbangT)
  • Fix issue where datapath reinitialization may get stuck when triggered from the local API (Backport PR #​45630, Upstream PR #​45557, @​jrife)
  • Fix missing global service backends in Cluster Mesh when multiple service ports point to the same target port. (Backport PR #​45356, Upstream PR #​45179, @​RiccardoAtzori91)
  • fix(egressGateway): skip unmatched gateways when using multiple gateway (Backport PR #​45630, Upstream PR #​44705, @​ieth0)
  • fix(gateway-api): prevent silent disable on CRD discovery timeout (Backport PR #​45630, Upstream PR [#​44662](https:/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 5cb3f6f to 19ab897 Compare August 14, 2024 13:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.0 Update Helm release cilium to v1.16.1 Aug 14, 2024
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 19ab897 to 0966253 Compare September 26, 2024 12:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.1 Update Helm release cilium to v1.16.2 Sep 26, 2024
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 0966253 to c0c9997 Compare October 15, 2024 09:27
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.2 Update Helm release cilium to v1.16.3 Oct 15, 2024
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from c0c9997 to c74d064 Compare November 20, 2024 10:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.3 Update Helm release cilium to v1.16.4 Nov 20, 2024
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from c74d064 to 2fbe2d8 Compare December 18, 2024 00:07
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.4 Update Helm release cilium to v1.16.5 Dec 18, 2024
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 2fbe2d8 to 008c65f Compare January 22, 2025 01:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.5 Update Helm release cilium to v1.16.6 Jan 22, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 008c65f to f25ad59 Compare February 4, 2025 15:51
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.16.6 Update Helm release cilium to v1.17.0 Feb 4, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from f25ad59 to 1ef1074 Compare February 6, 2025 15:50
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.0 Update Helm release cilium to v1.17.1 Feb 13, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 1ef1074 to 3f323fc Compare February 13, 2025 09:49
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 3f323fc to 750411f Compare March 15, 2025 14:10
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.1 Update Helm release cilium to v1.17.2 Mar 15, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch 2 times, most recently from c46685b to df0e9e3 Compare April 14, 2025 21:10
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.2 Update Helm release cilium to v1.17.3 Apr 14, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from df0e9e3 to a92e01c Compare May 15, 2025 18:51
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.3 Update Helm release cilium to v1.17.4 May 15, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from a92e01c to 8b9e806 Compare June 19, 2025 18:50
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.4 Update Helm release cilium to v1.17.5 Jun 19, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 8b9e806 to bc58c28 Compare July 4, 2025 06:51
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from bc58c28 to 23d8dd9 Compare July 16, 2025 12:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.17.5 Update Helm release cilium to v1.17.6 Jul 16, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from b42d348 to 073b60f Compare November 25, 2025 09:09
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 073b60f to 17c4c93 Compare December 17, 2025 10:32
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.18.4 Update Helm release cilium to v1.18.5 Dec 17, 2025
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 17c4c93 to e71741c Compare December 17, 2025 10:49
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from e71741c to 0e541c5 Compare January 13, 2026 11:09
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.18.5 Update Helm release cilium to v1.18.6 Jan 13, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 0e541c5 to e92d4d4 Compare January 13, 2026 12:49
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from e92d4d4 to e10c022 Compare February 4, 2026 01:29
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.18.6 Update Helm release cilium to v1.19.0 Feb 4, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from e10c022 to 62ace72 Compare February 4, 2026 15:30
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch 2 times, most recently from 74158c2 to 07d328a Compare February 17, 2026 18:29
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.19.0 Update Helm release cilium to v1.19.1 Feb 17, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch 2 times, most recently from bcb8a1a to 919f1b1 Compare March 14, 2026 13:09
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 919f1b1 to 2b6a814 Compare March 23, 2026 10:11
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.19.1 Update Helm release cilium to v1.19.2 Mar 23, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 2b6a814 to 905472f Compare March 23, 2026 10:31
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 905472f to 9c3c870 Compare April 15, 2026 19:31
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.19.2 Update Helm release cilium to v1.19.3 Apr 15, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 9c3c870 to 643328c Compare April 15, 2026 19:50
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 643328c to 98e8e92 Compare May 13, 2026 18:30
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.19.3 Update Helm release cilium to v1.19.4 May 13, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch 2 times, most recently from 05a8cf6 to 8860222 Compare May 20, 2026 13:49
@vshn-renovate vshn-renovate changed the title Update Helm release cilium to v1.19.4 Update cilium to v1.19.4 Jun 4, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from 8860222 to c179f58 Compare June 16, 2026 12:52
@vshn-renovate vshn-renovate changed the title Update cilium to v1.19.4 Update cilium to v1.19.5 Jun 16, 2026
@vshn-renovate
vshn-renovate force-pushed the commodore-renovate/cilium branch from c179f58 to 74af0f7 Compare June 16, 2026 13:11
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant