From 9f3d79dcd9c50abd34666ba96ac07e02d48d6968 Mon Sep 17 00:00:00 2001 From: Jakub Sroka Date: Tue, 13 Oct 2020 15:33:52 +0200 Subject: [PATCH] Bump version to 0.11.2 --- prometheus-to-sd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-to-sd/Makefile b/prometheus-to-sd/Makefile index 878d994d8..7e6e44d43 100644 --- a/prometheus-to-sd/Makefile +++ b/prometheus-to-sd/Makefile @@ -16,7 +16,7 @@ all: build ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0 PREFIX = staging-k8s.gcr.io -TAG = v0.11.0 +TAG = v0.11.1 build: $(ENVVAR) go build -mod=vendor -a -o monitor