Update module github.com/bazelbuild/bazelisk to v1.23.0 #1002
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.4
->v1.23.0
Release Notes
bazelbuild/bazelisk (github.com/bazelbuild/bazelisk)
v1.23.0
Compare Source
Bazelisk v1.23.0 comes with several improvements related to downloads:
Bug Fixes & Improvements
INTERNAL_ERROR
problems caused by improper handling of HTTP responses during retries (https://github.com/bazelbuild/bazelisk/pull/627)We’d like to thank our amazing contributors @jjmaestro and @jwnimmer-tri!
v1.22.1
Compare Source
Bazelisk v1.22.1 is a patch release with the following changes:
Bug Fixes & Improvements
We’d like to thank our amazing contributor @sushain97!
v1.22.0
Compare Source
Bazelisk v1.22.0 comes with several significant changes:
New Features (Go)
BAZELISK
env variable so that scripts can detect whether they're running under Bazelisk (https://github.com/bazelbuild/bazelisk/pull/612)--bisect
now supports finding the first fixing commit by prefixing the range with~
(https://github.com/bazelbuild/bazelisk/pull/613)Removed Features (Go)
last_downstream_green
since the downstream pipeline stopped producing green commits some time ago.Bug Fixes & Improvements
last_green
support (https://github.com/bazelbuild/bazelisk/pull/614)We’d like to thank our amazing contributors @fmeum and @jwnimmer-tri!
v1.21.0
Compare Source
Bazelisk v1.21.0 comes with several significant changes:
New Features (Go)
BAZELISK_HOME_WINDOWS
(https://github.com/bazelbuild/bazelisk/pull/474)BAZELISK_WRAPPER_DIRECTORY
allows users to specify paths other than the defaulttools/bazel
location (https://github.com/bazelbuild/bazelisk/pull/567)BAZELISK_HOME
: Environment variables as well as the tilde sign are now properly expanded (https://github.com/bazelbuild/bazelisk/pull/587)Bug Fixes & Improvements
.bazelversion
files (https://github.com/bazelbuild/bazelisk/pull/576)We’d like to thank our amazing contributors @albertocavalcante, @API92, @jwnimmer-tri, @keith and @mzapotoczny!
v1.20.0
Compare Source
Bazelisk v1.20.0 comes with several significant changes:
New Features
BAZELISK_NOJDK
(https://github.com/bazelbuild/bazelisk/pull/531)Bug Fixes & Improvements
We’d like to thank our amazing contributors @afq984, @comius, @francine-blanc, @illicitonion, @jwnimmer-tri, @LINKIWI, @mmorel-35 and @sf-jbazuzi!
v1.19.0
Compare Source
Bazelisk v1.19.0 comes with two significant changes:
MODULE.bazel
andREPO.bazel
files are now obeyed (https://github.com/bazelbuild/bazelisk/pull/503)We’d like to thank our amazing contributors @crncnnr and @katre!
v1.18.0
Compare Source
Bazelisk v1.18.0 contains some bug fixes and internal cleanups. Most notably, it uses consistent Bazel paths to avoid spurious rebuilds when downloading the same Bazel binary from a different mirror (https://github.com/bazelbuild/bazelisk/pull/465).
We’d like to thank our amazing contributors @alexeagle, @fmeum, @illicitonion, @sluongng and @wisechengyi!
v1.17.0
Compare Source
Bazelisk v1.17.0 comes with updated dependencies, minor bug fixes and new features:
The Go version...
BAZELISK_FORMAT_URL
env variable (https://github.com/bazelbuild/bazelisk/pull/427)BAZELISK_VERIFY_SHA256
env variable (https://github.com/bazelbuild/bazelisk/pull/441)--bisect
option (https://github.com/bazelbuild/bazelisk/pull/451)The Python version now properly recognises WORKSPACE.bazel files (https://github.com/bazelbuild/bazelisk/pull/443).
We’d like to thank our amazing contributors @jmmv and @jwnimmer-tri!
v1.16.0
Compare Source
Bazelisk v1.16.0 comes with updated dependencies, minor bug fixes and some improvements:
The Go version...
The Python version now works on Linux arm64 machines (#397).
We’d like to thank our amazing contributors @bduffany, @chenrui333, @gregmagolan, @rpwoodbu, @sudowork and @UebelAndre !
v1.15.0
v1.15.0 comes with several notable changes to the Go version of Bazelisk:
.bazeliskrc
files, in addition to.bazeliskrc
files in the workspace root (#390).tools/bazel
wrapper (#345).bazel clean
andbazel shutdown
, thus ensuring that the commands affect the correct Bazel server (#362).We’d like to thank our amazing contributors @JaredNeil, @jbms, @LINKIWI, @meteorcloudy and @Vertexwahn!
v1.14.0
Compare Source
This release brings two small improvements:
v1.13.2
Compare Source
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
Compare Source
This patch release fixes "go build" / "go get" of Bazelisk. Unfortunately v1.13.0 could only be built with Bazel.
v1.13.0
Compare Source
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
Compare Source
This is a patch release that improves error messages wrt unsupported arm64 platforms.
v1.12.1
Compare Source
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
Compare Source
This release brings new features and fixes to both versions of Bazelisk:
Go:
Python:
We'd like to thank our contributors @chenrui333, @codeman9, @cpsauer, @keith, @linzhp, @Warchant and @xinnjie!
v1.11.0
Compare Source
This release of Bazelisk contains some smaller fixes and improvements, as well as two new features in the Go version:
5.x
)1.2.3-patch4
)We'd like to thank our contributors @alexeagle, @changlan, @dmitris, @josephperrott, @linzhp and @UebelAndre.
v1.10.1
Compare Source
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
Compare Source
This release contains the following major changes:
v1.9.0
Compare Source
This Bazelisk release contains the following changes:
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
Compare Source
This Bazelisk release contains the following changes:
last_rc
would pick the wrong release when rolling releases were available on GCS.v1.8.0
Compare Source
This Bazelisk release contains the following changes:
v1.7.5
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.