From eccf7a22d874d5cd4b1ba8e03144cbf9ceb515b2 Mon Sep 17 00:00:00 2001 From: camilabustos Date: Mon, 27 Apr 2026 18:08:01 +0000 Subject: [PATCH] chore: bump otelcontribcol to v0.150.0-gke.2 Fixes CVEs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5edc39a0a3..a6292b1847 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERS # To automatically update, run this command: # UPDATE_TYPE= make update-otelcontribcol-image -OTELCONTRIBCOL_VERSION := v0.133.0-gke.11 +OTELCONTRIBCOL_VERSION := v0.150.0-gke.2 OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION) # Directory used for staging Docker contexts.