Skip to content

Commit 1f12907

Browse files
chore(deps): update dependency bazelbuild/bazelisk to v1.19.0 (#125)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazelbuild/bazelisk](https://togithub.com/bazelbuild/bazelisk) | minor | `v1.18.0` -> `v1.19.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bazelbuild/bazelisk (bazelbuild/bazelisk)</summary> ### [`v1.19.0`](https://togithub.com/bazelbuild/bazelisk/releases/tag/v1.19.0) [Compare Source](https://togithub.com/bazelbuild/bazelisk/compare/v1.18.0...v1.19.0) Bazelisk v1.19.0 comes with two significant changes: - `MODULE.bazel` and `REPO.bazel` files are now obeyed ([https://github.com/bazelbuild/bazelisk/pull/503](https://togithub.com/bazelbuild/bazelisk/pull/503)) - Users will see a progress bar during binary downloads ([https://github.com/bazelbuild/bazelisk/pull/511](https://togithub.com/bazelbuild/bazelisk/pull/511)) We’d like to thank our amazing contributors [@&#8203;crncnnr](https://togithub.com/crncnnr) and [@&#8203;katre](https://togithub.com/katre)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/artifacts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a7c1a4 commit 1f12907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/ci/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PATH /root/.cargo/bin:$PATH
1818

1919
##### install tools: bazelisk, yq, oras, codecov, gradle, apache-maven
2020
# renovate: datasource=github-tags depName=bazelbuild/bazelisk
21-
ARG BAZELISK_VERSION=v1.18.0
21+
ARG BAZELISK_VERSION=v1.19.0
2222
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
2323
curl -fsSL "https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-${OS}-${ARCH}" -o /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel
2424

dockerfiles/ci/release-build-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN npm install -g yarn pnpm
6666

6767
##### install tools: bazelisk, yq, oras
6868
# renovate: datasource=github-tags depName=bazelbuild/bazelisk
69-
ARG BAZELISK_VERSION=v1.18.0
69+
ARG BAZELISK_VERSION=v1.19.0
7070
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
7171
curl -fsSL "https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-${OS}-${ARCH}" -o /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel
7272

0 commit comments

Comments
 (0)