From 3c207e1ecbc8025a5d426bcbdc9d347ddfc3bba3 Mon Sep 17 00:00:00 2001 From: Camila Bustos Date: Wed, 25 Feb 2026 11:14:45 -0800 Subject: [PATCH] chore: bump otelcontribcol to v0.127.0-gke.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24b71cd3b1..d4001c350d 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ COSIGN := $(BIN_DIR)/cosign GIT_SYNC_VERSION := v4.4.2-gke.16__linux_amd64 GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION) -OTELCONTRIBCOL_VERSION := v0.127.0-gke.6 +OTELCONTRIBCOL_VERSION := v0.127.0-gke.7 OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION) # Directory used for staging Docker contexts.