Skip to content

2024.39.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 17:55
· 4 commits to main since this release

Note

A new versioning scheme for Aspect CLI OSS is introduced with this release. Read more about this scheme on our blog: Versioning releases from a monorepo.

Install Aspect CLI OSS

See full install instructions in README.md.

Bazelisk (MacOS / Linux)

Configure bazelisk to use the Aspect CLI OSS for all developers in a repository
by adding the following to .bazeliskrc in the repository root:

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

Note

This approach doesn't provide the aspect init command, which has to run outside a Bazel workspace.

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

What's Changed

  • process: sync commits from Aspect-internal silo by @jbedard in #749
  • chore: remove homebrew from release artifacts and switch to monorepo versioning by @gregmagolan in #743

Full Changelog: 2024.39...2024.39.8