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!