Skip to content

v2026.26.15

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:27
· 8 commits to main since this release
b1c3272

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.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