v2026.25.8
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.25.8")See https://docs.aspect.build/cli/version-pinning for the full reference.
Documentation: https://docs.aspect.build/cli/overview
Additional installation instructions: https://docs.aspect.build/cli/install
What's Changed
- refactor: drop RE requirement for delivery by @thesayyn in #1236
- refactor: remove excessive comments by @thesayyn in #1240
- feat(wrapper): add tools/bazel wrapper install/uninstall subcommand by @jeffpignataro in #1239
- fix(delivery): expand --config in release_bazel_flags against the rc by @gregmagolan in #1241
Full Changelog: v2026.25.2...v2026.25.8