From b573d743865a77a59f79079a8e0947ea0a386b66 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:20:27 +0000 Subject: [PATCH] chore: Update dependency grafana/xk6-sm to v0.2.0 --- Dockerfile | 2 +- Dockerfile.build | 2 +- scripts/make/sm-k6.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28e9aefac..f059406ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH RUN adduser -D -u 12345 -g 12345 sm -ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 +ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt diff --git a/Dockerfile.build b/Dockerfile.build index 28e9aefac..f059406ed 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH RUN adduser -D -u 12345 -g 12345 sm -ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 +ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt diff --git a/scripts/make/sm-k6.mk b/scripts/make/sm-k6.mk index 0136cc598..e32a191d5 100644 --- a/scripts/make/sm-k6.mk +++ b/scripts/make/sm-k6.mk @@ -8,7 +8,7 @@ define sm-k6 $(DISTDIR)/$(1)-$(2)/sm-k6: mkdir -p "$(DISTDIR)/$(1)-$(2)" # Renovate updates the following line. Keep its syntax as it is. - curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.0.3/sm-k6-$(1)-$(2) -o "$$@" + curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-$(1)-$(2) -o "$$@" chmod +x "$$@" sm-k6: $(DISTDIR)/$(1)-$(2)/sm-k6