From a56c3290af9bd0665adffef652cef58ce312b1ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:05:28 +0000 Subject: [PATCH 1/2] Initial plan From 1c239636625f2bd8b2d6fd5904d11c1ff23f36f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:07:53 +0000 Subject: [PATCH 2/2] Update goreleaser.opm.Dockerfile to use grpc-health-probe v0.4.43 Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com> --- release/goreleaser.opm.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/goreleaser.opm.Dockerfile b/release/goreleaser.opm.Dockerfile index 2a1b7b6cc..fdca89448 100644 --- a/release/goreleaser.opm.Dockerfile +++ b/release/goreleaser.opm.Dockerfile @@ -6,7 +6,7 @@ # by GoReleaser from the GRPC_HEALTH_PROBE_VERSION environment variable, # which is set in the Makefile from go.mod. -ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42 +ARG GRPC_HEALTH_PROBE_VERSION=v0.4.43 FROM ghcr.io/grpc-ecosystem/grpc-health-probe:${GRPC_HEALTH_PROBE_VERSION} AS grpc_health_probe FROM gcr.io/distroless/static:debug ARG TARGETOS