Skip to content

Update dependency bazelbuild/bazelisk to v1.29.0 - #105

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bazelbuild-bazelisk-1.x
Open

Update dependency bazelbuild/bazelisk to v1.29.0#105
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bazelbuild-bazelisk-1.x

Conversation

@renovate

@renovate renovate Bot commented Feb 3, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
bazelbuild/bazelisk minor 1.15.01.29.0

Release Notes

bazelbuild/bazelisk (bazelbuild/bazelisk)

v1.29.0

Compare Source

Bazelisk v1.29.0 comes with new features and several improvements:

New Features (Go Binary)

  • Official Bazel releases will be authenticated via an embedded verification key (#​192).
  • Bazelisk now supports the bazeliskVersion command so that users can see the Bazelisk version without having to download/run Bazel (#​763).

New Features (Go Library)

  • Callers can now capture stderr via an io.Writer (#​751).

Bug Fixes & Improvements (Go)

  • On non-Windows machines Bazelisk will be run via exec instead of in a subprocess (#​566).
  • Bazelisk releases now come with sha256 checksums (#​770).

We’d like to thank our amazing contributors @​aaron-skydio, @​isakstenstrom, @​PiotrSikora, @​sitaktif and @​valco1994!

v1.28.1

Compare Source

Bazelisk v1.28.1 comes with a bug fix:

Bug Fixes & Improvements (Go)

  • Fix selection of wrapper scripts on Windows (#​762).

We’d like to thank our amazing contributor @​valco1994!

v1.28.0

Compare Source

Bazelisk v1.28.0 comes with a new feature and several improvements:

New Features (Go)

  • Bazelisk now supports OS/architecture-specific Bazel wrappers (#​696).

Bug Fixes & Improvements (Go)

  • Properly handle $PATH values containing a = (#​720).
  • $BAZELISK_BASE_URL: append rc suffix for release candidates (#​722).
  • Fixed handling of powershell and batch wrappers (#​732).
  • Updated completion script filename for fish shell (#​733).
  • $BAZELISK_BASE_URL: added a regression test (#​734).
  • Docs now mention installation via mise (#​739).
  • Properly detect rolling release version in a rare edge case. (#​745).
  • Improved error when completion command is not supported (#​747).
  • Report a proper exit code when Bazel is terminated by a signal and use exec for bazelisk run on Unix (#​757).

Bug Fixes & Improvements (JavaScript)

  • Wait for graceful exit of child process during shutdown (#​730).

We’d like to thank our amazing contributors @​cerisier, @​chrisirhc, @​hagl, @​jmmv, @​jwnimmer-tri, @​jylenhof, @​oxidase and @​valco1994!

v1.27.0

Compare Source

Bazelisk v1.27.0 comes with a few improvements:

New Features (Go)

  • Bazelisk now offers the bazelisk completion bash/fish command to print shell completion scripts for the current Bazel version (#​706).

Bug Fixes & Improvements (Go)

  • Allow --bisect to be interrupted (#​692).

We’d like to thank our amazing contributors @​chenrui333, @​fmeum, @​jln-ho, @​kolloch and @​thii!

v1.26.0

Compare Source

Bazelisk v1.26.0 comes with several improvements:

New Features (Go)

  • Implemented option to disable format URL support (#​662).

Bug Fixes & Improvements (Go)

  • Fixed a bug that prevented Bazelisk from being used as a Go dependency via gazelle's go_deps extension (#​649).
  • Improved signal handling (#​657, #​658).
  • Improved documentation on how to install Bazelisk on Windows (#​668).
  • Restored debugging symbols in Windows binaries (#​669).
  • Improved --migrate mode (#​678).

We’d like to thank our amazing contributors @​albertocavalcante, @​bduffany, @​fmeum and @​tats-u!

v1.25.0

Compare Source

Bazelisk v1.25.0 comes with several improvements:

New Features (Python)

  • Added support for .bazeliskrc files (#​494).

Bug Fixes & Improvements (Go)

  • Made it easier for other tools to use Bazelisk's core logic to locate (and download) Bazel binaries (#​635).
  • Fixed errors when multiple Bazelisk instances were running in parallel (#​638).
  • Improved signal handling (#​642).
  • bazelisk version now also prints the Bazelisk version even if startup flags are set (#​646).

We’d like to thank our amazing contributors @​hauserx, @​jwnimmer-tri and @​shs96c!

v1.24.1

Compare Source

Bazelisk v1.24.1 is a patch release with some minor fixes:

Bug Fixes & Improvements

  • bisect now accepts Bazel release branch names (#​633).
  • Improved error message when LTS binaries are missing (#​639).
  • Fixed a performance regression caused by too many unnecessary HTTP requests, which was introduced in v1.24.0 (#​641).

We’d like to thank our amazing users & contributors!

v1.24.0

Compare Source

Bazelisk v1.24.0 comes with a new feature:

New Features (Go)

  • Implemented support for a new wildcard version identifier: Users may now specify a version like 7.* that refers to the latest release or candidate from the given LTS track. Please note that this is different from the existing 7.x identifier which only matches releases, but not candidates (#​636).

We’d like to thank our amazing users & contributors!

Known issue: #​640

v1.23.0

Compare Source

Bazelisk v1.23.0 comes with several improvements related to downloads:

Bug Fixes & Improvements

  • Improved download error messages (#​624)
  • Fixed INTERNAL_ERROR problems caused by improper handling of HTTP responses during retries (#​627)

We’d like to thank our amazing contributors @​jjmaestro and @​jwnimmer-tri!

v1.22.1

Compare Source

Bazelisk v1.22.1 is a patch release with the following changes:

Bug Fixes & Improvements

  • Multiple instances of Bazelisk can now run concurrently without causing problems (#​616).

We’d like to thank our amazing contributor @​sushain97!

v1.22.0

Compare Source

Bazelisk v1.22.0 comes with several significant changes:

New Features (Go)

  • Bazelisk sets the BAZELISK env variable so that scripts can detect whether they're running under Bazelisk (#​612)
  • --bisect now supports finding the first fixing commit by prefixing the range with ~ (#​613)

Removed Features (Go)

  • Removed support for last_downstream_green since the downstream pipeline stopped producing green commits some time ago.

Bug Fixes & Improvements

  • Improved last_green support (#​614)

We’d like to thank our amazing contributors @​fmeum and @​jwnimmer-tri!

v1.21.0

Compare Source

Bazelisk v1.21.0 comes with several significant changes:

New Features (Go)

  • Users can set an OS-specific Bazelisk home directory, e.g. via BAZELISK_HOME_WINDOWS (#​474)
  • BAZELISK_WRAPPER_DIRECTORY allows users to specify paths other than the default tools/bazel location (#​567)
  • BAZELISK_HOME: Environment variables as well as the tilde sign are now properly expanded (#​587)
  • Bazelisk can fetch Linux ARM64 Bazel binaries built for commits (#​604)

Bug Fixes & Improvements

  • The Python version properly handles empty lines in .bazelversion files (#​576)

We’d like to thank our amazing contributors @​albertocavalcante, @​API92, @​jwnimmer-tri, @​keith and @​mzapotoczny!

v1.20.0

Compare Source

Bazelisk v1.20.0 comes with several significant changes:

New Features

  • The Go version now supports BAZELISK_NOJDK (#​531)

Bug Fixes & Improvements

  • It's now easier to use Bazelisk programmatically (#​500, #​526)
  • Bazelisk will retry more connection errors (#​529, #​530)
  • A display bug in the download progress bar has been fixed (#​539)

We’d like to thank our amazing contributors @​afq984, @​comius, @​francine-blanc, @​illicitonion, @​jwnimmer-tri, @​LINKIWI, @​mmorel-35 and @​sf-jbazuzi!

v1.19.0

Compare Source

Bazelisk v1.19.0 comes with two significant changes:

  • MODULE.bazel and REPO.bazel files are now obeyed (#​503)
  • Users will see a progress bar during binary downloads (#​511)

We’d like to thank our amazing contributors @​crncnnr and @​katre!

v1.18.0

Compare Source

Bazelisk v1.18.0 contains some bug fixes and internal cleanups. Most notably, it uses consistent Bazel paths to avoid spurious rebuilds when downloading the same Bazel binary from a different mirror (#​465).

We’d like to thank our amazing contributors @​alexeagle, @​fmeum, @​illicitonion, @​sluongng and @​wisechengyi!

v1.17.0

Compare Source

Bazelisk v1.17.0 comes with updated dependencies, minor bug fixes and new features:

The Go version...

  • ... supports custom download URLs via the BAZELISK_FORMAT_URL env variable (#​427)
  • ... now only downloads Bazel when necessary (#​438)
  • ... can check the hash of downloaded binaries via the BAZELISK_VERIFY_SHA256 env variable (#​441)
  • ... makes it easier to find out which Bazel change broke your build with the --bisect option (#​451)
  • ... is more robust in the face of transient GCS download issues (#​459)

The Python version now properly recognises WORKSPACE.bazel files (#​443).

We’d like to thank our amazing contributors @​jmmv and @​jwnimmer-tri!

v1.16.0

Compare Source

Bazelisk v1.16.0 comes with updated dependencies, minor bug fixes and some improvements:

The Go version...

  • ... no longer causes 'file name too long' errors on MacOS (#​396),
  • ... works correctly when no GitHub token is specified (#​412),
  • ... now supports tools/bazel.ps1 and tools/bazel.bat on Windows (#​417).

The Python version now works on Linux arm64 machines (#​397).

We’d like to thank our amazing contributors @​bduffany, @​chenrui333, @​gregmagolan, @​rpwoodbu, @​sudowork and @​UebelAndre !


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • "before 5am every weekday,every weekend"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Feb 3, 2023
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.16.0 Update dependency bazelbuild/bazelisk to v1.17.0 May 31, 2023
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 6e2717d to ac762af Compare May 31, 2023 03:53
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from ac762af to 07b18a0 Compare August 21, 2023 17:33
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.17.0 Update dependency bazelbuild/bazelisk to v1.18.0 Aug 21, 2023
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.18.0 Update dependency bazelbuild/bazelisk to v1.19.0 Nov 16, 2023
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 07b18a0 to 214d2a7 Compare November 16, 2023 20:13
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 214d2a7 to 7cb56d0 Compare May 10, 2024 18:36
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.19.0 Update dependency bazelbuild/bazelisk to v1.20.0 May 10, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 7cb56d0 to 9598026 Compare September 6, 2024 18:16
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.20.0 Update dependency bazelbuild/bazelisk to v1.21.0 Sep 6, 2024
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.21.0 Update dependency bazelbuild/bazelisk to v1.22.0 Sep 30, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 9598026 to 9591d92 Compare September 30, 2024 13:34
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.22.0 Update dependency bazelbuild/bazelisk to v1.22.1 Oct 21, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 9591d92 to 6cddaf3 Compare October 21, 2024 20:27
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 6cddaf3 to 29ac8ce Compare November 5, 2024 19:15
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.22.1 Update dependency bazelbuild/bazelisk to v1.23.0 Nov 5, 2024
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.23.0 Update dependency bazelbuild/bazelisk to v1.24.0 Nov 20, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 29ac8ce to 0379cc6 Compare November 20, 2024 16:34
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.24.0 Update dependency bazelbuild/bazelisk to v1.24.1 Nov 25, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 0379cc6 to 831069e Compare November 25, 2024 18:43
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.24.1 Update dependency bazelbuild/bazelisk to v1.25.0 Dec 10, 2024
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 831069e to 73756e7 Compare December 10, 2024 20:05
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 73756e7 to e814021 Compare April 9, 2025 23:52
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.25.0 Update dependency bazelbuild/bazelisk to v1.26.0 Apr 9, 2025
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from e814021 to d271276 Compare August 12, 2025 19:10
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.26.0 Update dependency bazelbuild/bazelisk to v1.27.0 Aug 12, 2025
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from d271276 to 6d49a10 Compare March 1, 2026 08:12
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.27.0 Update dependency bazelbuild/bazelisk to v1.28.1 Mar 1, 2026
| datasource      | package             | from   | to     |
| --------------- | ------------------- | ------ | ------ |
| github-releases | bazelbuild/bazelisk | 1.15.0 | 1.29.0 |
@renovate
renovate Bot force-pushed the renovate/bazelbuild-bazelisk-1.x branch from 6d49a10 to 05168ef Compare April 27, 2026 23:44
@renovate renovate Bot changed the title Update dependency bazelbuild/bazelisk to v1.28.1 Update dependency bazelbuild/bazelisk to v1.29.0 Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants