Skip to content

Commit 693c659

Browse files
chore(deps): update dependency bazelbuild/bazelisk to v1.20.0 (#315)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazelbuild/bazelisk](https://github.com/bazelbuild/bazelisk) | minor | `v1.19.0` -> `v1.20.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.20.0`](https://github.com/bazelbuild/bazelisk/releases/tag/v1.20.0) [Compare Source](https://github.com/bazelbuild/bazelisk/compare/v1.19.0...v1.20.0) Bazelisk v1.20.0 comes with several significant changes: ### New Features - The Go version now supports `BAZELISK_NOJDK` ([https://github.com/bazelbuild/bazelisk/pull/531](https://github.com/bazelbuild/bazelisk/pull/531)) ### Bug Fixes & Improvements - It's now easier to use Bazelisk programmatically ([https://github.com/bazelbuild/bazelisk/pull/500](https://github.com/bazelbuild/bazelisk/pull/500), [https://github.com/bazelbuild/bazelisk/pull/526](https://github.com/bazelbuild/bazelisk/pull/526)) - Bazelisk will retry more connection errors ([https://github.com/bazelbuild/bazelisk/pull/529](https://github.com/bazelbuild/bazelisk/pull/529), [https://github.com/bazelbuild/bazelisk/pull/530](https://github.com/bazelbuild/bazelisk/pull/530)) - A display bug in the download progress bar has been fixed ([https://github.com/bazelbuild/bazelisk/pull/539](https://github.com/bazelbuild/bazelisk/pull/539)) We’d like to thank our amazing contributors [@&#8203;afq984](https://github.com/afq984), [@&#8203;comius](https://github.com/comius), [@&#8203;francine-blanc](https://github.com/francine-blanc), [@&#8203;illicitonion](https://github.com/illicitonion), [@&#8203;jwnimmer-tri](https://github.com/jwnimmer-tri), [@&#8203;LINKIWI](https://github.com/LINKIWI), [@&#8203;mmorel-35](https://github.com/mmorel-35) and [@&#8203;sf-jbazuzi](https://github.com/sf-jbazuzi)! </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJoZWxwIHdhbnRlZCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfb25b9 commit 693c659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/ci/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PATH /root/.cargo/bin:$PATH
1919

2020
##### install tools: bazelisk, yq, oras, codecov, gradle, apache-maven
2121
# renovate: datasource=github-tags depName=bazelbuild/bazelisk
22-
ARG BAZELISK_VERSION=v1.19.0
22+
ARG BAZELISK_VERSION=v1.20.0
2323
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
2424
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
2525

dockerfiles/ci/release-build-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN npm install -g yarn pnpm
7474

7575
##### install tools: bazelisk, yq, oras
7676
# renovate: datasource=github-tags depName=bazelbuild/bazelisk
77-
ARG BAZELISK_VERSION=v1.19.0
77+
ARG BAZELISK_VERSION=v1.20.0
7878
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
7979
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
8080

0 commit comments

Comments
 (0)