v2026.26.15
·
8 commits
to main
since this release
Install Aspect CLI (MacOS and Linux)
curl -fsSL https://install.aspect.build | bashInstall with Homebrew (MacOS only)
brew install aspect-build/aspect/aspectPin this version in your repository
Create or update .aspect/version.axl at the root of your repository so
everyone (and CI) uses the same Aspect CLI version:
version("2026.26.15")See https://aspect.build/docs/cli/version-pinning for the full reference.
Documentation: https://aspect.build/docs/cli/overview
Additional installation instructions: https://aspect.build/docs/cli/install
What's Changed
- Bump pinned Aspect CLI to 2026.26.9 by @gregmagolan in #1271
- feat(cli): derive auto task name from the CI job by @gregmagolan in #1269
- fix(delivery): upgrade --remote_download_outputs=minimal to toplevel for phase 3 by @gregmagolan in #1270
- fix(bazelrc): fold two-token common rc options into one --default_override by @gregmagolan in #1272
- feat(cli): lead the task header with the name, kind as [kind] context by @gregmagolan in #1273
- feat(bk): let users mark phases auto-expanded on Buildkite by @gregmagolan in #1274
Full Changelog: v2026.26.9...v2026.26.15