From 34d25f69881c40945e4c0145b7a327288023484a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 22:17:43 +0000 Subject: [PATCH] chore(deps): update dependency cilium to v0.19.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..805871c 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ talosctl: @chmod +x $(TALOS) CILIUM ?= $(LOCALBIN)/cilium -CILIUM_VERSION := v0.18.8 +CILIUM_VERSION := v0.19.2 CILIUM_LOOKUP := cilium/cilium-cli cilium: curl -L --fail --remote-name-all https://github.com/cilium/cilium-cli/releases/download/${CILIUM_VERSION}/cilium-$(GO_OS_LOW)-$(GO_ARCH).tar.gz{,.sha256sum}