Skip to content

Releases: bazelbuild/bazelisk

v1.8.1

05 May 07:38
97a0d60
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • #237: Fixes a bug where last_rc would pick the wrong release when rolling releases were available on GCS.

v1.8.0

23 Apr 12:23
1e42403
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • #224: Add support for Bazel rolling releases.
  • #218: Fixed workspace root detection by ignoring directories. (thanks @avidal!)

v1.7.5

11 Feb 17:37
089a39a
Compare
Choose a tag to compare

v1.7.5 is a minor patch release that restores Go 1.11 compatibility.

v1.7.4

23 Oct 13:28
3b5aa44
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • ๐Ÿ‘พ Fix a regression: The version specifier last_rc did not work. (#189)

v1.7.3

19 Oct 13:42
dba981e
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • ๐Ÿ› Fix accidental variable shadowing that broke version resolution. (#186)

v1.7.2

14 Oct 13:02
f9e8cf8
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • ๐Ÿ”ง Fixes to the NPM release scripts required for compatibility with newer rules_go versions.

v1.7.1

06 Oct 14:40
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • ๐Ÿ”ข Fix regression introduced in the v1.7.0 refactoring that the release version was no longer correctly injected into the binary.

v1.7.0

06 Oct 14:33
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • ๐Ÿ—๏ธ Refactoring for easier maintenance and better test coverage. (#151)
  • ๐Ÿฆ  Workaround against being detected as a virus on Windows. (#162)
  • ๐Ÿ’ฏ Fixed a bug where Bazelisk would crash when two Bazel releases were in "release candidate" state at the same time and we used the GCS-based fallback to detect the version. (#170)

Thanks @fwe for the contributions!

v1.6.1 (small but important bug fixes)

18 Aug 07:51
6f5ce4b
Compare
Choose a tag to compare

This Bazelisk release fixes two reported bugs:

  • ๐Ÿ“ Correctly handle the case when tools/bazel is a directory by ignoring it instead of crashing. (#148)
  • ๐ŸŒŒ Correctly prepend the Bazel binary to the PATH on Windows. (#149)

Thanks @Kiougar and @coeuvre for the contributions!

v1.6.0 (arm64 support, .bazeliskrc, PATH fix)

07 Aug 14:07
Compare
Choose a tag to compare

This Bazelisk release brings two improvements:

  • ๐Ÿฆพ Bazelisk now supports arm64 on Linux. Note that Bazel 3.4.0 was the first release with arm64 binaries. Thanks for the contribution @lizan!
  • ๐ŸŒŒ Bazelisk now runs Bazel with a $PATH set so that running the bazel command resolves to the correct Bazel version. For example, this is useful if you have shell scripts or tests that invoke bazel - these will now pick the right version of Bazel. Thanks for the contribution @coeuvre! (#111)
  • ๐Ÿ“ Bazelisk now supports reading config values from a .bazeliskrc file. Thanks @zellyn! Docs for this feature are here: https://github.com/bazelbuild/bazelisk#bazeliskrc-configuration-file (#127)

Known issues:

  • ๐Ÿ’” This release is broken on Windows due to #149. A fix will be released in v1.6.1.