From 3889363075d4ec4b6df9780b67a4de9b4125cdad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:02:31 +0000 Subject: [PATCH] chore(deps): update dependency cilium to v0.18.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..36f17c4 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ talosctl: @chmod +x $(TALOS) CILIUM ?= $(LOCALBIN)/cilium -CILIUM_VERSION := v0.18.8 +CILIUM_VERSION := v0.18.9 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}