Skip to content

v2026.27.12

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:24
6a962d8

Install Aspect CLI (MacOS and Linux)

curl -fsSL https://install.aspect.build | bash

Install with Homebrew (MacOS only)

brew install aspect-build/aspect/aspect

Pin 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.27.12")

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

  • fix(workflows): wait for cache warming in CI bootstrap before running bazel by @gregmagolan in #1310
  • feat(workflows): isolate a task's Bazel server via an output-base suffix by @gregmagolan in #1311

Full Changelog: v2026.27.9...v2026.27.12