Skip to content

Commit c746738

Browse files
grafanarenovatebot[bot]mem
authored andcommitted
chore: Update dependency grafana/xk6-sm to v0.5.11
1 parent 6f73c03 commit c746738

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
2323

2424
RUN adduser -D -u 12345 -g 12345 sm
2525

26-
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.10/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
26+
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.11/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
2323

2424
RUN adduser -D -u 12345 -g 12345 sm
2525

26-
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.10/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
26+
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.11/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

scripts/make/960_sm-k6.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define sm-k6
88
$(DISTDIR)/$(1)-$(2)/sm-k6:
99
mkdir -p "$(DISTDIR)/$(1)-$(2)"
1010
# Renovate updates the following line. Keep its syntax as it is.
11-
curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.5.10/sm-k6-$(1)-$(2) -o "$$@"
11+
curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.5.11/sm-k6-$(1)-$(2) -o "$$@"
1212
chmod +x "$$@"
1313

1414
sm-k6: $(DISTDIR)/$(1)-$(2)/sm-k6

0 commit comments

Comments
 (0)