Skip to content

Update cilium to v1.20.2 - #126

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

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

Warning

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


Release Notes

cilium/cilium (cilium)

v1.20.2: 1.20.2

Compare Source

Summary of Changes

Minor Changes:

Bugfixes:

  • aws/ipam: Fixed a bug where the operator in ENI IPAM mode would try to release prefix IPs as individual IPs even when they were in use. (Backport PR #​48418, Upstream PR #​48125, @​41ks)
  • aws/ipam: Fixed a bug where the operator would fail to allocate new IPs to nodes with prefix delegation enabled on subnets that ran out of prefixes. (Backport PR #​48418, Upstream PR #​48193, @​41ks)
  • bpf: Fix agent crash when dumping map events (Backport PR #​48378, Upstream PR #​48273, @​joestringer)
  • bpf: Fixed a bug where enabling policy-deny-response: icmp would cause metrics for policy denied drops on egress to stop getting reported. (Backport PR #​48550, Upstream PR #​48407, @​41ks)
  • Cluster Mesh: fix extremely rare race condition that may cause a removed remote cluster to not be correctly disconnected (Backport PR #​48418, Upstream PR #​48262, @​giorio94)
  • datapath/linux/config: fix IPV4_DIRECT_ROUTING selection on lo device (Backport PR #​48550, Upstream PR #​46861, @​fdomain)
  • endpoint: preserve concurrent policy updates for new endpoints (Backport PR #​48213, Upstream PR #​48195, @​jrajahalme)
  • ENI IPv6: Fix IPv6 routing for health check endpoint, ingress address and for IPSec on ENI interfaces. (Backport PR #​48213, Upstream PR #​47034, @​41ks)
  • Fix a pod created immediately after a network policy change reporting a stale policy revision for up to two minutes. (Backport PR #​48418, Upstream PR #​47642, @​aanm)
  • Fix agent crash on startup in ENI IPAM mode when ipv4NativeRoutingCIDR is set to a secondary VPC CIDR association (Backport PR #​48024, Upstream PR #​47874, @​bryanhorstmann)
  • Fix BGP defaultGateway peer auto-discovery selecting a default route from a non-main routing table, such as the default via cilium_host route Cilium installs in the from-proxy table, instead of the node's real default gateway. (Backport PR #​48418, Upstream PR #​47971, @​ecbaldwin)
  • Fix bug where identities may linger for double the amount of the expected time (Backport PR #​48418, Upstream PR #​48032, @​christarazi)
  • Fix dropping traffic L2Announcement with externalTrafficPolicy: Local (Backport PR #​48550, Upstream PR #​46399, @​yuito-it)
  • Fix Gateway API static IPv6 addresses being reported as unusable when the Gateway and Service use different textual representations of the same address. (Backport PR #​48017, Upstream PR #​47943, @​taaahaaa)
  • Fix HTTPRoute ExternalAuth to fail closed when its backend reference is invalid or cannot be resolved. (Backport PR #​48017, Upstream PR #​47929, @​shreyasrajiv327)
  • Fix Hubble Relay remains running during termination (Backport PR #​48550, Upstream PR #​47942, @​xandau)
  • Fix ICMP error packet handling by adding the missing checksum recalculation performed during NAT for SNATed load-balanced traffic. (Backport PR #​48418, Upstream PR #​48086, @​julianwiedmann)
  • Fix IPv6 Router Solicitations and Router Advertisements being dropped with "Unsupported protocol for NAT masquerade" on nodes whose BPF masquerade address is a link-local address. (Backport PR #​48418, Upstream PR #​48094, @​ecbaldwin)
  • Fix missing config setup for 'enable-non-default-deny-policies' flag (Backport PR #​48418, Upstream PR #​48391, @​fristonio)
  • Fix multiple regressions in Cilium LocalRedirectPolicy (Backport PR #​48634, Upstream PR #​46638, @​ajmmm)
  • Fix node-init startup on GKE 1.36.2-gke.2064000 nodes by detecting GKE from the kubelet path instead of container runtime configuration. (Backport PR #​48213, Upstream PR #​47945, @​dlanov)
  • Fix nodeport egress tuple reuse for closed connections (Backport PR #​48418, Upstream PR #​48306, @​fristonio)
  • Fix restored ENI endpoints routing rule configuration when masquerading config changes (#​48417, @​fristonio)
  • fix(envoyconfig): retry port allocation on duplicate-address rejections (Backport PR #​48735, Upstream PR #​48624, @​kokhlo)
  • Fixed a bug that caused the clustermesh-apiserver etcd users managements logic to not revoke stale roles upon configuration change; users leveraging the configuration provided by the Cilium helm chart are not affected, as the target etcd role is never changed. (Backport PR #​48213, Upstream PR #​47915, @​giorio94)
  • Fixed a cilium-agent crash (fatal error: concurrent map iteration and map write) when an endpoint's policy was recomputed while incremental policy map changes were applied concurrently. Most commonly triggered by named-port policies under pod churn. (Backport PR #​48735, Upstream PR #​48098, @​nashant)
  • Fixed five configuration options that were accepted but silently ignored: vtep-sync-interval, enable-xt-socket-fallback, eni-delete-on-termination with a custom CNI configuration, the enableIdentityMark Helm value outside CNI chaining mode, and lb-retry-backoff-max. (Backport PR #​48434, Upstream PR #​47635, @​aanm)
  • Fixes a bug where clusters originally created in v1.15 or earlier failed to upgrade due to dropping the CRD version CiliumNodeConfig v2alpha1. (Backport PR #​48213, Upstream PR #​48087, @​squeed)
  • Fragmented UDP packets were potentially mis-classified as Cilium Wireguard traffic. (Backport PR #​48213, Upstream PR #​48139, @​julianwiedmann)
  • gateway-api: fix listener programmed status update (Backport PR #​48213, Upstream PR #​48013, @​mhofstetter)
  • gateway-api: propgate listenerset status update errors (Backport PR #​48581, Upstream PR #​48130, @​mhofstetter)
  • hubble: fix four config knobs that never reach their sink (Backport PR #​48434, Upstream PR #​47637, @​aanm)
  • Improve reliability for fast recovery of disrupted TCP connections that access a DSR-enabled Service. (Backport PR #​48465, Upstream PR #​48254, @​julianwiedmann)
  • lb (fix): require active state for backend when using topology hints (Backport PR #​48550, Upstream PR #​47054, @​CarrySauce)
  • nodediscovery: Reduced EC2 IMDS load and made ENI node registration more resilient by fetching the instance metadata once instead of on every CiliumNode update. (Backport PR #​48603, Upstream PR #​48218, @​41ks)
  • operator/ipam: Restore fatal exit when the IPAM node watcher fails (Backport PR #​48213, Upstream PR #​47778, @​HadrienPatte)
  • Strengthen the validation when ingesting service backends from Cluster Mesh to prevent issues in case of specially crafted values (Backport PR #​48213, Upstream PR #​48015, @​giorio94)
  • The BPF NAT engine now drops ICMP error packets which contain a fragmented TCP/UDP/SCTP packet. (Backport PR #​48418, Upstream PR #​48174, @​julianwiedmann)
  • When using DSR with --bpf-lb-dsr-dispatch set to "opt" or "geneve" in combination with --enable-pmtu-discovery, fix the outer source IP of the ICMP error message which is generated when a forwarded DSR request exceeds the network interface's MTU. (Backport PR #​48114, Upstream PR #​48053, @​julianwiedmann)

CI Changes:

Misc Changes:

Other Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.20.2@​sha256:2939231d0d3e3ebddcd80fffa168b7ddcc78fdf0dc864d1c8c126ff523c54f01
quay.io/cilium/cilium:stable@sha256:2939231d0d3e3ebddcd80fffa168b7ddcc78fdf0dc864d1c8c126ff523c54f01

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.20.2@​sha256:e9ffc79baf76bb98efb87c01be3bca8da998779f4ccdafc97c74132b307305ce
quay.io/cilium/clustermesh-apiserver:stable@sha256:e9ffc79baf76bb98efb87c01be3bca8da998779f4ccdafc97c74132b307305ce

hubble-relay

quay.io/cilium/hubble-relay:v1.20.2@​sha256:d309c977870e9dbede7122a10eee09a4c9d66685e8d52af62d9c3c113f815b0f
quay.io/cilium/hubble-relay:stable@sha256:d309c977870e9dbede7122a10eee09a4c9d66685e8d52af62d9c3c113f815b0f

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.20.2@​sha256:3c1536f099595c3d967d17d7f2ce290c6adea93777a514081e84a9d82e271e38
quay.io/cilium/operator-alibabacloud:stable@sha256:3c1536f099595c3d967d17d7f2ce290c6adea93777a514081e84a9d82e271e38

operator-aws

quay.io/cilium/operator-aws:v1.20.2@​sha256:0df92d10d2ec548052678b67809c1e613429931b2d5c1d6741fcef096bb0d2a3
quay.io/cilium/operator-aws:stable@sha256:0df92d10d2ec548052678b67809c1e613429931b2d5c1d6741fcef096bb0d2a3

operator-azure

quay.io/cilium/operator-azure:v1.20.2@​sha256:b304dc1ad8dd06abb2103bdb91c87dcc302d904e1e4cbe0afd231885d1f0194a
quay.io/cilium/operator-azure:stable@sha256:b304dc1ad8dd06abb2103bdb91c87dcc302d904e1e4cbe0afd231885d1f0194a

operator-generic

quay.io/cilium/operator-generic:v1.20.2@​sha256:64d8798350e8569b8e7622563fed6e44dce2625f311e4651b774816516c744fc
quay.io/cilium/operator-generic:stable@sha256:64d8798350e8569b8e7622563fed6e44dce2625f311e4651b774816516c744fc

operator

quay.io/cilium/operator:v1.20.2@​sha256:3ca39a5cb69798d8ffcdea3615cb396074b34b9013799685724b00ab4bf26a0c
quay.io/cilium/operator:stable@sha256:3ca39a5cb69798d8ffcdea3615cb396074b34b9013799685724b00ab4bf26a0c

v1.20.1: 1.20.1

Compare Source

Summary of Changes

Major Changes:

  • docs/clustermesh: overhaul Cluster Mesh documentation with a new introduction, improved load-balancing guidance, and Helm-first setup and certificate configuration instructions (Backport PR #​47615, Upstream PR #​47351, @​MrFreezeex)

Minor Changes:

Bugfixes:

CI Changes:

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