Releases: bazelbuild/bazelisk
v1.15.0
v1.15.0 comes with several notable changes to the Go version of Bazelisk:
- Features:
- Added support for users-specific
.bazeliskrc
files, in addition to.bazeliskrc
files in the workspace root (#390).
- Added support for users-specific
- Fixes:
- Fixed an issue where Bazelisk ignored the
tools/bazel
wrapper (#345). - Startup options are now correctly passed to
bazel clean
andbazel shutdown
, thus ensuring that the commands affect the correct Bazel server (#362). - Suppressed incorrect fallback warnings on Apple Silicon when fetching Bazel binaries built at specific commits (#392).
- Fixed an issue where Bazelisk ignored the
We’d like to thank our amazing contributors @JaredNeil, @jbms, @LINKIWI, @meteorcloudy and @Vertexwahn!
v1.14.0
This release brings two small improvements:
v1.13.2
This release fixes performance issues when using floating version identifiers (e.g. "5.x").
We'd like to thank @chenrui333 for their contributions to this release.
v1.13.1
v1.13.0
v1.12.2
v1.12.1
v1.12.0
This release brings new features and fixes to both versions of Bazelisk:
Go:
- Added support for basic HTTP authentication via a .netrc file (#292)
- Improved and fixed Apple Silicon support (#299, #303)
- Rolling releases are now fetched from GCS instead of GitHub (#319)
Python:
We'd like to thank our contributors @chenrui333, @codeman9, @cpsauer, @keith, @linzhp, @Warchant and @xinnjie!
v1.11.0
This release of Bazelisk contains some smaller fixes and improvements, as well as two new features in the Go version:
- #278: Support floating release identifiers (e.g.
5.x
) - #280: Add support for patch versions of Bazel (e.g.
1.2.3-patch4
)
We'd like to thank our contributors @alexeagle, @changlan, @dmitris, @josephperrott, @linzhp and @UebelAndre.