From 31527e6f8dc36850caa81681c5f140c84793ab28 Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Tue, 5 Nov 2024 12:59:11 -0800 Subject: [PATCH] chore: bump otelcontribcol to 0.103.0-gke.5 (#1479) This is the latest patch version and contains some low severity CVE fixes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52cf1cbda3..2012448006 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ COSIGN := $(BIN_DIR)/cosign GIT_SYNC_VERSION := v4.3.0-gke.1__linux_amd64 GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION) -OTELCONTRIBCOL_VERSION := v0.103.0-gke.4 +OTELCONTRIBCOL_VERSION := v0.103.0-gke.5 OTELCONTRIBCOL_IMAGE_NAME := gcr.io/config-management-release/otelcontribcol:$(OTELCONTRIBCOL_VERSION) # Directory used for staging Docker contexts.