From 838a02a36624310967e3509e39feb1bb28ef3bb6 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:05:10 +0000 Subject: [PATCH 1/2] chore(deps): update module github.com/bufbuild/buf/cmd/buf to v1.66.0 | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | go | github.com/bufbuild/buf/cmd/buf | v1.65.0 | v1.66.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- mimir-build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimir-build-image/Dockerfile b/mimir-build-image/Dockerfile index 05b27f60e2c..f1840967140 100644 --- a/mimir-build-image/Dockerfile +++ b/mimir-build-image/Dockerfile @@ -58,7 +58,7 @@ RUN GO111MODULE=on \ go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2 && \ go install github.com/open-policy-agent/conftest@v0.66.0 && \ go install github.com/uber-go/gopatch@v0.4.0 && \ - go install github.com/bufbuild/buf/cmd/buf@v1.65.0 && \ + go install github.com/bufbuild/buf/cmd/buf@v1.66.0 && \ rm -rf /go/pkg /go/src /root/.cache COPY --from=helm /usr/bin/helm /usr/bin/helm From a6bd98afaa3f5fe9d5260a9f53b3006559bf05f9 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" Date: Fri, 27 Feb 2026 17:06:24 +0000 Subject: [PATCH 2/2] Update build image version to pr14511-bb021fd229 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f04073d6e3f..c7134e3bf2c 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/* # All the boiler plate for building golang follows: SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E") BUILD_IN_CONTAINER ?= true -LATEST_BUILD_IMAGE_TAG ?= pr14418-232243bdc8 +LATEST_BUILD_IMAGE_TAG ?= pr14511-bb021fd229 # TTY is parameterized to allow CI and scripts to run builds, # as it currently disallows TTY devices.