Skip to content

feat(helm): update cilium group (minor)#2789

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cilium
Open

feat(helm): update cilium group (minor)#2789
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cilium

Conversation

@renovate

@renovate renovate Bot commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
cilium (source) HelmChart minor 1.18.101.19.6
cilium (source) minor 1.18.101.19.6
quay.io/cilium/cilium minor v1.18.10v1.19.6
quay.io/cilium/hubble-relay minor v1.18.10v1.19.6
quay.io/cilium/operator-generic minor v1.18.10v1.19.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard 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](https://redi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title feat(container): update image quay.io/cilium/hubble-relay ( v1.18.5 → v1.19.0 ) feat(container): update cilium group ( v1.18.5 → v1.19.0 ) (minor) Feb 4, 2026
@renovate
renovate Bot force-pushed the renovate/cilium branch 2 times, most recently from eab2b89 to 927a4bb Compare February 4, 2026 04:41
@renovate renovate Bot changed the title feat(container): update cilium group ( v1.18.5 → v1.19.0 ) (minor) feat(helm): update cilium group (minor) Feb 4, 2026
@mglants-bot

mglants-bot Bot commented Feb 4, 2026

Copy link
Copy Markdown
--- kubernetes/berries/apps/kube-system/cilium/app Kustomization: flux-system/cluster-apps-cilium HelmRelease: kube-system/cilium

+++ kubernetes/berries/apps/kube-system/cilium/app Kustomization: flux-system/cluster-apps-cilium HelmRelease: kube-system/cilium

@@ -13,13 +13,13 @@

       chart: cilium
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: cilium-charts
         namespace: flux-system
-      version: 1.18.10
+      version: 1.19.6
   interval: 30m
   values:
     bgp:
       enabled: false
     bgpControlPlane:
       enabled: true

@mglants-bot

mglants-bot Bot commented Feb 4, 2026

Copy link
Copy Markdown
--- kubernetes/subterra/apps/kube-system/cilium/app Kustomization: flux-system/cluster-apps-cilium HelmRelease: kube-system/cilium

+++ kubernetes/subterra/apps/kube-system/cilium/app Kustomization: flux-system/cluster-apps-cilium HelmRelease: kube-system/cilium

@@ -13,13 +13,13 @@

       chart: cilium
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: cilium-charts
         namespace: flux-system
-      version: 1.18.10
+      version: 1.19.6
   interval: 30m
   values:
     bgp:
       enabled: false
     bgpControlPlane:
       enabled: true

@renovate
renovate Bot force-pushed the renovate/cilium branch 2 times, most recently from dc65dd3 to b031d11 Compare February 17, 2026 19:32
@renovate
renovate Bot force-pushed the renovate/cilium branch from b031d11 to 54192a7 Compare February 25, 2026 23:47
@renovate
renovate Bot force-pushed the renovate/cilium branch from 54192a7 to dc8ac0f Compare March 13, 2026 16:43
@renovate
renovate Bot force-pushed the renovate/cilium branch from dc8ac0f to a2fbc34 Compare March 23, 2026 14:01
@renovate
renovate Bot force-pushed the renovate/cilium branch from a2fbc34 to a5fc92d Compare March 30, 2026 14:06
@renovate
renovate Bot force-pushed the renovate/cilium branch from a5fc92d to fe028e7 Compare April 16, 2026 12:41
@renovate
renovate Bot force-pushed the renovate/cilium branch from fe028e7 to 53ed368 Compare April 29, 2026 11:09
@renovate
renovate Bot force-pushed the renovate/cilium branch 2 times, most recently from 9691cf6 to 9f140df Compare May 18, 2026 19:55
@renovate
renovate Bot force-pushed the renovate/cilium branch from 9f140df to 287c829 Compare May 28, 2026 20:01
@renovate
renovate Bot force-pushed the renovate/cilium branch 3 times, most recently from 4aa51cb to 2cb99ec Compare June 16, 2026 19:18
@renovate
renovate Bot force-pushed the renovate/cilium branch from 2cb99ec to 0b60a5a Compare June 22, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/cilium branch from 0b60a5a to d486af3 Compare July 16, 2026 16:17
| datasource | package                         | from     | to      |
| ---------- | ------------------------------- | -------- | ------- |
| helm       | cilium                          | 1.18.10  | 1.19.6  |
| docker     | quay.io/cilium/cilium           | v1.18.10 | v1.19.6 |
| docker     | quay.io/cilium/hubble-relay     | v1.18.10 | v1.19.6 |
| docker     | quay.io/cilium/operator-generic | v1.18.10 | v1.19.6 |
@renovate
renovate Bot force-pushed the renovate/cilium branch from d486af3 to 382677e Compare July 16, 2026 18:58
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.

0 participants