fix(deps): update module github.com/bazelbuild/bazelisk to v1.27.0 #1023
+208
−2
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.27.0Release Notes
bazelbuild/bazelisk (github.com/bazelbuild/bazelisk)
v1.27.0Compare Source
Bazelisk v1.27.0 comes with a few improvements:
New Features (Go)
bazelisk completion bash/fishcommand to print shell completion scripts for the current Bazel version (#706).Bug Fixes & Improvements (Go)
--bisectto be interrupted (#692).We’d like to thank our amazing contributors @chenrui333, @fmeum, @jln-ho, @kolloch and @thii!
v1.26.0Compare Source
Bazelisk v1.26.0 comes with several improvements:
New Features (Go)
Bug Fixes & Improvements (Go)
go_depsextension (#649).--migratemode (#678).We’d like to thank our amazing contributors @albertocavalcante, @bduffany, @fmeum and @tats-u!
v1.25.0Compare Source
Bazelisk v1.25.0 comes with several improvements:
New Features (Python)
.bazeliskrcfiles (#494).Bug Fixes & Improvements (Go)
bazelisk versionnow also prints the Bazelisk version even if startup flags are set (#646).We’d like to thank our amazing contributors @hauserx, @jwnimmer-tri and @shs96c!
v1.24.1Compare Source
Bazelisk v1.24.1 is a patch release with some minor fixes:
Bug Fixes & Improvements
bisectnow accepts Bazel release branch names (#633).We’d like to thank our amazing users & contributors!
v1.24.0Compare Source
Bazelisk v1.24.0 comes with a new feature:
New Features (Go)
7.*that refers to the latest release or candidate from the given LTS track. Please note that this is different from the existing7.xidentifier which only matches releases, but not candidates (#636).We’d like to thank our amazing users & contributors!
Known issue: #640
v1.23.0Compare Source
Bazelisk v1.23.0 comes with several improvements related to downloads:
Bug Fixes & Improvements
INTERNAL_ERRORproblems caused by improper handling of HTTP responses during retries (#627)We’d like to thank our amazing contributors @jjmaestro and @jwnimmer-tri!
v1.22.1Compare 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.0Compare Source
Bazelisk v1.22.0 comes with several significant changes:
New Features (Go)
BAZELISKenv variable so that scripts can detect whether they're running under Bazelisk (#612)--bisectnow supports finding the first fixing commit by prefixing the range with~(#613)Removed Features (Go)
last_downstream_greensince the downstream pipeline stopped producing green commits some time ago.Bug Fixes & Improvements
last_greensupport (#614)We’d like to thank our amazing contributors @fmeum and @jwnimmer-tri!
v1.21.0Compare Source
Bazelisk v1.21.0 comes with several significant changes:
New Features (Go)
BAZELISK_HOME_WINDOWS(#474)BAZELISK_WRAPPER_DIRECTORYallows users to specify paths other than the defaulttools/bazellocation (#567)BAZELISK_HOME: Environment variables as well as the tilde sign are now properly expanded (#587)Bug Fixes & Improvements
.bazelversionfiles (#576)We’d like to thank our amazing contributors @albertocavalcante, @API92, @jwnimmer-tri, @keith and @mzapotoczny!
v1.20.0Compare Source
Bazelisk v1.20.0 comes with several significant changes:
New Features
BAZELISK_NOJDK(#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.0Compare Source
Bazelisk v1.19.0 comes with two significant changes:
MODULE.bazelandREPO.bazelfiles are now obeyed (#503)We’d like to thank our amazing contributors @crncnnr and @katre!
v1.18.0Compare 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 (#465).
We’d like to thank our amazing contributors @alexeagle, @fmeum, @illicitonion, @sluongng and @wisechengyi!
v1.17.0Compare Source
Bazelisk v1.17.0 comes with updated dependencies, minor bug fixes and new features:
The Go version...
BAZELISK_FORMAT_URLenv variable (#427)BAZELISK_VERIFY_SHA256env variable (#441)--bisectoption (#451)The Python version now properly recognises WORKSPACE.bazel files (#443).
We’d like to thank our amazing contributors @jmmv and @jwnimmer-tri!
v1.16.0Compare 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.0v1.15.0 comes with several notable changes to the Go version of Bazelisk:
.bazeliskrcfiles, in addition to.bazeliskrcfiles in the workspace root (#390).tools/bazelwrapper (#345).bazel cleanandbazel 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.0Compare Source
This release brings two small improvements:
v1.13.2Compare 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.1Compare Source
This patch release fixes "go build" / "go get" of Bazelisk. Unfortunately v1.13.0 could only be built with Bazel.
v1.13.0Compare Source
This release makes it easier to run Bazel with incompatible flags by introducing the
BAZELISK_INCOMPATIBLE_FLAGSenvironment variable (#349).It also contains some minor maintenance / cleanup changes.
v1.12.2Compare Source
This is a patch release that improves error messages wrt unsupported arm64 platforms.
v1.12.1Compare Source
This is a patch release for v1.12.0 which fixes the 404 download errors on Linux (#346).
It also introduces custom fallback behavior (#289) and fixes the handling of SIGINT (#322).
We'd like to thank our contributors @bb010g and @gibfahn.
v1.12.0Compare 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.0Compare 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.1Compare 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 (#256 and #257).
v1.10.0Compare Source
This release contains the following major changes:
v1.9.0Compare 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.1Compare Source
This Bazelisk release contains the following changes:
last_rcwould pick the wrong release when rolling releases were available on GCS.v1.8.0Compare Source
This Bazelisk release contains the following changes:
v1.7.5Compare 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.