Skip to content

Releases: bazelbuild/bazelisk

v1.10.1

16 Jul 12:56
cf1205e
Compare
Choose a tag to compare

This is a minor release of Bazelisk. The only difference to v1.10.0 is that we finally implemented a proper HTTP request retry mechanism (#256 and #257).

v1.10.0

12 Jul 13:53
7c8d878
Compare
Choose a tag to compare

This release contains the following major changes:

  • #248: No longer get incompatible flags from GitHub
  • #252: Make the HTTP user agent configurable
  • #253: Bump github.com/bazelbuild/rules_go from 0.27.0 to 0.28.0

v1.9.0

21 May 14:49
1b471ee
Compare
Choose a tag to compare

This Bazelisk release contains the following changes:

  • #238: Properly handle pagination when GCS doesn't give us full results.
  • #241: Implement pagination support for GitHub repos.
  • #242: Provide ARM releases (for Mac M1).

I also bumped the tools used to build this release to Bazel 4.1.0, Go 1.16.4, rules_go 0.27.0.

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.