Skip to content

Commit 2ca5380

Browse files
chore: Update dependency grafana/xk6-sm to v0.6.8 (#1566)
| datasource | package | from | to | | --------------- | -------------- | ------ | ------ | | github-releases | grafana/xk6-sm | v0.6.7 | v0.6.8 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 082535c commit 2ca5380

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.6.7/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.6.8/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.6.7/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.6.8/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.6.7/sm-k6-$(1)-$(2) -o "$$@"
11+
curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.6.8/sm-k6-$(1)-$(2) -o "$$@"
1212
chmod +x "$$@"
1313

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

0 commit comments

Comments
 (0)