From e439c67e890517d6b9a0030a375223d8aa090500 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:04:24 +0000 Subject: [PATCH] webhosting-operator: Update dependency GoogleContainerTools/skaffold to v2.11.1 (#209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- webhosting-operator/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhosting-operator/tools.mk b/webhosting-operator/tools.mk index e50675a4..ea5514fc 100644 --- a/webhosting-operator/tools.mk +++ b/webhosting-operator/tools.mk @@ -49,7 +49,7 @@ $(SETUP_ENVTEST): go.mod SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold -SKAFFOLD_VERSION ?= v2.11.0 +SKAFFOLD_VERSION ?= v2.11.1 $(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION)) curl -Lo $(SKAFFOLD) https://storage.googleapis.com/skaffold/releases/$(SKAFFOLD_VERSION)/skaffold-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/') chmod +x $(SKAFFOLD)