5.8.0
Install Aspect CLI
See full install instructions in README.md.
Homebrew (MacOS)
Link the Aspect CLI as bazel
just like the bazelisk installer does:
% brew install aspect-build/aspect/aspect
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc
in your project folder:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.8.0
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
- chore: update to Aspect Workflows 5.7.3 by @gregmagolan in #510
- chore: update to Aspect Workflows 5.7.5 by @gregmagolan in #511
- chore: upgrade to Aspect Workflows 5.8.0-rc4 by @gregmagolan in #513
- chore: upgrade to Aspect Workflows 5.8.0-rc6 by @gregmagolan in #514
- chore: upgrade to Aspect Workflows 5.8.0-rc8 by @gregmagolan in #516
- chore: bump remote cache size & shard count & turn on k8s observability by @gregmagolan in #517
- chore: set --remote_download_minimal and --nobuild_runfile_links for all Workflows tasks by @gregmagolan in #518
- chore: bump remote cache to 384 gb by @gregmagolan in #519
- chore: upgrade to Aspect Workflows 5.8.0-rc11 by @gregmagolan in #520
- chore: update to Bazel 6.3.2 and Aspect CLI 5.7.2 by @gregmagolan in #521
- chore: upgrade to Aspect Workflows 5.8.0-rc12 by @gregmagolan in #527
- chore: upgrade to Aspect Workflows 5.8.0-rc14 by @gregmagolan in #528
- chore(copybara): sync commits from Aspect-internal silo by @jbedard in #526
- chore(copybara): sync commits from Aspect-internal silo by @jbedard in #531
- chore: add example legacy non-workflows job by @gregmagolan in #532
- chore: rename Aspect Workflows CCI setup step by @gregmagolan in #533
- chore: upgrade to Aspect Workflows 5.8.0 by @gregmagolan in #534
Full Changelog: 5.7.2...5.8.0