v2026.26.44
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.44")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(ci): run the health check before warming's storage cleanup by @gregmagolan in #1300
Full Changelog: v2026.26.42...v2026.26.44