Update module github.com/bazelbuild/bazelisk to v1.14.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/bazelbuild/bazelisk | require | minor | v1.7.4 -> v1.14.0 |
Release Notes
bazelbuild/bazelisk
v1.14.0
This release brings two small improvements:
- On Linux, Bazelisk now downloads Bazel binaries built on CentOS 7, thus ensuring compatibility with older Ubuntu versions such as 14.04 and 16.04.
- Everyone who uses Bazelisk as a library can now dynamically compute Bazel flags based on the resolved Bazel version. (https://github.com/bazelbuild/bazelisk/pull/358). Thank you @tjgq!
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
This patch release fixes "go build" / "go get" of Bazelisk. Unfortunately v1.13.0 could only be built with Bazel.
v1.13.0
This release makes it easier to run Bazel with incompatible flags by introducing the BAZELISK_INCOMPATIBLE_FLAGS environment variable (https://github.com/bazelbuild/bazelisk/pull/349).
It also contains some minor maintenance / cleanup changes.
v1.12.2
This is a patch release that improves error messages wrt unsupported arm64 platforms.
v1.12.1
This is a patch release for v1.12.0 which fixes the 404 download errors on Linux (https://github.com/bazelbuild/bazelisk/pull/346).
It also introduces custom fallback behavior (https://github.com/bazelbuild/bazelisk/pull/289) and fixes the handling of SIGINT (https://github.com/bazelbuild/bazelisk/pull/322).
We'd like to thank our contributors @bb010g and @gibfahn.
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 (https://github.com/bazelbuild/bazelisk/pull/292)
- Improved and fixed Apple Silicon support (https://github.com/bazelbuild/bazelisk/pull/299, https://github.com/bazelbuild/bazelisk/pull/303)
- Rolling releases are now fetched from GCS instead of GitHub (https://github.com/bazelbuild/bazelisk/pull/319)
Python:
- Added support for Apple Silicon (https://github.com/bazelbuild/bazelisk/pull/272)
- Implemented verification of downloaded Bazel binaries (https://github.com/bazelbuild/bazelisk/pull/295)
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.
v1.10.1
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 (https://github.com/bazelbuild/bazelisk/pull/256 and https://github.com/bazelbuild/bazelisk/pull/257).
v1.10.0
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
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
This Bazelisk release contains the following changes:
-
#237: Fixes a bug where
last_rcwould pick the wrong release when rolling releases were available on GCS.
v1.8.0
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
v1.7.5 is a minor patch release that restores Go 1.11 compatibility.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.