chore(deps): update helm release cilium to v1.15.6 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cilium (source) | HelmChart | patch |
1.15.5 -> 1.15.6
|
Release Notes
cilium/cilium (cilium)
v1.15.6
: 1.15.6
We are pleased to release Cilium v1.15.6 that improves background resynchronization of nodes, improves the CLI to troubleshoot connectivity issues, lowers CPU consumption with IPsec for large clusters, and brings a number of additional fixes. Thanks to all contributors, reviewers, testers, and users!
Summary of Changes
Minor Changes:
- [v1.15] fqdn: Forward-compatibility with Cilium 1.16 FQDN identities (#32872, @gandro)
- Generate SBOMs using Syft instead of bom (Backport MR #32691, Upstream MR #32307, @ferozsalam)
- Improved background resynchronization of nodes. Before all nodes were being updated at the same time, now we spread updates over time to average out CPU usage. (Backport MR #32748, Upstream MR #32577, @marseel)
- Introduce CLI commands to troubleshoot connectivity issues to the etcd kvstore and clustermesh control plane (Backport MR #32568, Upstream MR #32336, @giorio94)
- ipsec: Improve CPU usage of cilum-agent in large clusters (Backport MR #32882, Upstream MR #32588, @marseel)
- KVStoreMesh: expose remote clusters information and introduce dedicated CLI command (Backport MR #32568, Upstream MR #32156, @giorio94)
Bugfixes:
- .github/workflows: fix digests file creation (Backport MR #32889, Upstream MR #32860, @aanm)
- [v1.15] iptables: Do not install NOTRACK rules if IPv4NativeRoutingCIDR is nil (#32649, @pippolo84)
- Add missing kvstore-max-consecutive-quorum-errors option to clustermesh-apiserver/kvstoremesh binaries (Backport MR #32500, Upstream MR #32117, @giorio94)
- bgp: service eTP=local, withdraw route when last backend on the node goes in terminating state (Backport MR #32691, Upstream MR #32536, @harsimran-pabla)
- Cilium BGPv1 Reconciler - Handle updated and deprecated Cidr fields for CiliumLoadBalancerIPPool (Backport MR #32889, Upstream MR #32694, @dswaffordcw)
- cni: Reserve local ports for DNS proxy even if IPv6 is disabled (Backport MR #32789, Upstream MR #32725, @gandro)
- egressgw: Let the EGW manager relax rp_filter on egress device (Backport MR #32778, Upstream MR #32679, @ysksuzuki)
- Fix DNS proxy regression from Cilium 1.15 on IPv4 only nodes (Backport MR #32789, Upstream MR #31671, @foyerunix)
- Fix indexing bug in the logic for picking NodePort addresses. In rare cases this may have caused wrong address to be selected for NodePort use, or an out-of-bounds access. (Backport MR #32691, Upstream MR #32506, @joamaki)
- Fix PromQL query in Cilium Metrics dashboard (Backport MR #32691, Upstream MR #32017, @mikemykhaylov)
- Fix rare race condition afflicting clustermesh when disconnecting from a remote cluster, possibly causing the agent to panic (Backport MR #32691, Upstream MR #32513, @giorio94)
- Fixes accidentally ignoring the preflight.nodeSelector Helm value. (Backport MR #32691, Upstream MR #32548, @squeed)
- Fixes unencrypted traffic among nodes when IPsec is used with L7 egress proxy. (Backport MR #32932, Upstream MR #32683, @jschwinger233)
- ingress: Set the default value for max_stream_timeout (Backport MR #32889, Upstream MR #31514, @tskinn)
- Introduce timeout when waiting for the initial synchronization from remote clusters, to avoid blocking forever necessary GC operations in case of clustermesh misconfigurations. (Backport MR #32802, Upstream MR #32671, @giorio94)
- ipsec: Safely delete Xfrm state (Backport MR #32691, Upstream MR #32450, @jschwinger233)
- proxy: Re-enable proxy rule installation in native-routing mode for CEC (Backport MR #32481, Upstream MR #32367, @sayboras)
- Remove deprecated
hubble.ui.securityContext.enabled
from hubble-ui deployment template (Backport MR #32889, Upstream MR #32338, @stelucz)
CI Changes:
- CI: Add job name validation (Backport MR #32500, Upstream MR #32462, @brlbil)
- ci: Filter supported versions of EKS (Backport MR #32889, Upstream MR #32304, @marseel)
- ci: Filter supported versions of GKE (Backport MR #32691, Upstream MR #32302, @marseel)
- ci: l4lb: gather more infos about docker-in-docker issues (Backport MR #32691, Upstream MR #32570, @mhofstetter)
- ci: l4lb: restart docker-in-docker container on failure (Backport MR #32691, Upstream MR #32600, @mhofstetter)
- eks: Don't use spot instances (Backport MR #32691, Upstream MR #32553, @michi-covalent)
- GCP OIDC instead of SA creds. (Backport MR #32707, Upstream MR #30809, @viktor-kurchenko)
- gha: cover TLS auth mode in clustermesh upgrade/downgrade tests (Backport MR #32789, Upstream MR #32684, @giorio94)
- gha: test certificate generation methods in conformance clustermesh (Backport MR #32789, Upstream MR #32654, @giorio94)
- Modify GitHub Actions Workflows to echo the inputs they are given when triggered by a
workflow_dispatch
event. (Backport MR #32500, Upstream MR #31424, @learnitall) - Use GH_RUNNER_EXTRA_POWER for CI image workflow (Backport MR #32500, Upstream MR #32402, @michi-covalent)
- workflows: ignore "No egress gateway found" drops (Backport MR #32691, Upstream MR #32564, @jibi)
- workflows: Remove stale CodeQL workflow (Backport MR #32691, Upstream MR #32084, @pchaigno)
Misc Changes:
- (v1.15) Bump go-jose (#32869, @ferozsalam)
- (v1.15) Bump golang.org/x/net (#32793, @ferozsalam)
- background-sync: fix bootstrap issue and edge-case with 1 node (Backport MR #32748, Upstream MR #32630, @marseel)
- bpf: add ext_err for more callers of tail_call_internal() (Backport MR #32332, Upstream MR #30023, @julianwiedmann)
- bpf: add improved helper for program-internal tail-call (Backport MR #32332, Upstream MR #30001, @julianwiedmann)
- bpf: add multicast in MAX_OVERLAY_OPTIONS (Backport MR #32332, Upstream MR #32129, @harsimran-pabla)
- bpf: convert ep_tail_call() to tail_call_internal() (Backport MR #32332, Upstream MR #30288, @julianwiedmann)
- bpf: egw: delay SNAT for local client to actual egress interface (Backport MR #32789, Upstream MR #32428, @julianwiedmann)
- bpf: hide dynamic/static variant for policy tail-call (Backport MR #32332, Upstream MR #32299, @julianwiedmann)
- bpf: minor tail-call cleanups (Backport MR #32332, Upstream MR #31990, @julianwiedmann)
- bump cni plugins to v1.5.0 (Backport MR #32691, Upstream MR #32629, @antonipp)
- Bump timeout of lint-build-commits.yaml (Backport MR #32789, Upstream MR #32746, @YutaroHayakawa)
- chore(deps): update all github action dependencies (v1.15) (#32493, @renovate[bot])
- chore(deps): update all github action dependencies (v1.15) (#32632, @renovate[bot])
- chore(deps): update all github action dependencies (v1.15) (#32719, @renovate[bot])
- chore(deps): update all github action dependencies (v1.15) (#32841, @renovate[bot])
- chore(deps): update all github action dependencies (v1.15) (#32923, @renovate[bot])
- chore(deps): update all github action dependencies (v1.15) (patch) (#32633, @renovate[bot])
- chore(deps): update cilium/cilium-cli action to v0.16.7 (v1.15) (#32395, @renovate[bot])
- chore(deps): update cilium/little-vm-helper action to v0.0.18 (v1.15) (#32580, @renovate[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.16.8 (v1.15) (#32780, @renovate[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.16.9 (v1.15) (#32835, @renovate[bot])
- chore(deps): update dependency cilium/hubble to v0.13.4 (v1.15) (#32519, @renovate[bot])
- chore(deps): update dependency cilium/hubble to v0.13.5 (v1.15) (#32948, @cilium-renovate[bot])
- chore(deps): update docker.io/library/ubuntu:22.04 docker digest to
19478ce
(v1.15) (#32922, @renovate[bot]) - chore(deps): update gcr.io/etcd-development/etcd docker tag to v3.5.14 (v1.15) (#32838, @renovate[bot])
- chore(deps): update go (v1.15) (#32623, @renovate[bot])
- chore(deps): update go to v1.21.11 (v1.15) (#32894, @renovate[bot])
- chore(deps): update quay.io/cilium/hubble docker tag to v0.13.4 (v1.15) (#32634, @renovate[bot])
- chore(deps): update stable lvh-images (v1.15) (patch) (#32635, @renovate[bot])
- contrib: Remove CHARTS_PATH dependency (Backport MR #32691, Upstream MR #32328, @joestringer)
- datapath: report distinct drop reason for missed endpoint policy tailcall (Backport MR #32332, Upstream MR #32151, @julianwiedmann)
- docs: Add example for kube-apiserver entity policy (Backport MR #32500, Upstream MR #32278, @joestringer)
- Docs: add note about AKS kube-apiserver entity (Backport MR #32691, Upstream MR #32464, @darox)
- docs: ipsec: remove limitation for native-routing with L7 egress policy (Backport MR #32955, Upstream MR #32906, @julianwiedmann)
- Miscellaneous improvements to the clustermesh troubleshooting guide (Backport MR #32568, Upstream MR #32552, @giorio94)
Other Changes:
- [v1.15] bugtool: Avoid sensitive data in envoy config dump (#32964, @sayboras)
- [v1.15] envoy: Bump envoy version to v1.28.4 (#32908, @sayboras)
- Fix: LB service lookup for flow matching conntrack entry (#32608, @sypakine)
- install: Update image digests for v1.15.5 (#32544, @nebril)
- Revert golang image version of hubble-relay (#32732, @YutaroHayakawa)
v1.15.6
Docker Manifests
cilium
quay.io/cilium/cilium:v1.15.6@​sha256:6aa840986a3a9722cd967ef63248d675a87add7e1704740902d5d3162f0c0def
quay.io/cilium/cilium:stable@sha256:6aa840986a3a9722cd967ef63248d675a87add7e1704740902d5d3162f0c0def
clustermesh-apiserver
quay.io/cilium/clustermesh-apiserver:v1.15.6@​sha256:6365c2fe8a038fc7adcdeb7ffb8d7a8a2cd3ee524687f35fff9df76fafeeb029
quay.io/cilium/clustermesh-apiserver:stable@sha256:6365c2fe8a038fc7adcdeb7ffb8d7a8a2cd3ee524687f35fff9df76fafeeb029
docker-plugin
quay.io/cilium/docker-plugin:v1.15.6@​sha256:5615f007989bdf878291417b571f753948200087f2dd483a594693e320520b5b
quay.io/cilium/docker-plugin:stable@sha256:5615f007989bdf878291417b571f753948200087f2dd483a594693e320520b5b
hubble-relay
quay.io/cilium/hubble-relay:v1.15.6@​sha256:a0863dd70d081b273b87b9b7ce7e2d3f99171c2f5e202cd57bc6691e51283e0c
quay.io/cilium/hubble-relay:stable@sha256:a0863dd70d081b273b87b9b7ce7e2d3f99171c2f5e202cd57bc6691e51283e0c
operator-alibabacloud
quay.io/cilium/operator-alibabacloud:v1.15.6@​sha256:7e1664bd18645b38fd41dc1c2decd334abeefe63d4d69bfbc65765806eb4a31f
quay.io/cilium/operator-alibabacloud:stable@sha256:7e1664bd18645b38fd41dc1c2decd334abeefe63d4d69bfbc65765806eb4a31f
operator-aws
quay.io/cilium/operator-aws:v1.15.6@​sha256:9656d44ee69817d156cc7d3797f92de2e534dfb991610c79c00e097b4dedd620
quay.io/cilium/operator-aws:stable@sha256:9656d44ee69817d156cc7d3797f92de2e534dfb991610c79c00e097b4dedd620
operator-azure
quay.io/cilium/operator-azure:v1.15.6@​sha256:386456c055c5d1380daf966d565fcafaed68467a4fe692679530764e3b56f170
quay.io/cilium/operator-azure:stable@sha256:386456c055c5d1380daf966d565fcafaed68467a4fe692679530764e3b56f170
operator-generic
quay.io/cilium/operator-generic:v1.15.6@​sha256:5789f0935eef96ad571e4f5565a8800d3a8fbb05265cf6909300cd82fd513c3d
quay.io/cilium/operator-generic:stable@sha256:5789f0935eef96ad571e4f5565a8800d3a8fbb05265cf6909300cd82fd513c3d
operator
quay.io/cilium/operator:v1.15.6@​sha256:f3ebc5eac9c0b37aabdf120e120a704ccd77d8c34191adec120e9ee021b8a875
quay.io/cilium/operator:stable@sha256:f3ebc5eac9c0b37aabdf120e120a704ccd77d8c34191adec120e9ee021b8a875
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.