Skip to content

Commit

Permalink
chore: Update dependency grafana/xk6-sm to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Feb 13, 2025
1 parent 2b85ab9 commit 7637e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/make/sm-k6.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7637e3c

Please sign in to comment.