Skip to content

5.9.7

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 23:29
· 273 commits to main since this release

Install Aspect CLI

See full install instructions in README.md.

Homebrew (MacOS)

Link the Aspect CLI as bazel just like the bazelisk installer does:

% brew install aspect-build/aspect/aspect

Bazelisk (MacOS / Linux)

Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc in your project folder:

BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.9.7

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

What's Changed

  • chore: add managed grafana to Aspect Workflows deployment by @gregmagolan in #601
  • chore: cleanup comment in .circleci/user-config.yml by @gregmagolan in #604
  • chore: reduce size of remote cache to tune deployment costs by @gregmagolan in #606
  • chore: reduce remote cache shards down to 1 and use c5ad.large instances for storages nodes by @gregmagolan in #613
  • chore: add external remote cache for local development by @gregmagolan in #614
  • chore: add before and after task hook examples by @gregmagolan in #616
  • chore: configure Aspect Workflows external remote cache for local development by @gregmagolan in #618
  • chore: upgrade to Bazel 7.0.2 by @gregmagolan in #620
  • chore: cancel previous GHA from the same PR by @gregmagolan in #621
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #623
  • chore: upgrade to Aspect Workflows 5.9.5 by @gregmagolan in #625
  • chore: update always_delivery to auto_delivery by @gregmagolan in #626
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #629
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #631

Full Changelog: 5.8.20...5.9.7