Skip to content

v2026.38.14

Choose a tag to compare

@github-actions github-actions released this 16 Sep 23:16
· 29 commits to main since this release
3573d8b

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.38.14")

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

  • feat(axl-docgen): emit page frontmatter with a title and optional og:image by @jeffpignataro in #1458
  • refactor(wrapper): move aspect wrapper install|uninstall to aspect setup tools-bazel-wrapper by @gregmagolan in #1460
  • chore(ci): read the Aspect token from the ASPECT_OSS_API_TOKEN secret by @joshcbarnes in #1461
  • refactor(wrapper): trim tools/bazel to the routing logic by @gregmagolan in #1462

Full Changelog: v2026.38.10...v2026.38.14