Skip to content

Releases: aspect-build/aspect-cli

2024.39.8

28 Sep 17:55
Compare
Choose a tag to compare

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

5.10.15

04 Sep 18:32
Compare
Choose a tag to compare

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

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 @gregmagolan in #737
  • process: sync commits from Aspect-internal silo by @jbedard in #739

Full Changelog: 5.10.14...5.10.15

5.10.14

08 Aug 00:06
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.10.1...5.10.14

5.10.1

11 Jun 06:15
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.36...5.10.1

5.9.36

30 May 06:58
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.35...5.9.36

5.9.35

24 May 22:06
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.34...5.9.35

5.9.34

22 May 18:52
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.33...5.9.34

5.9.33

21 May 04:31
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.32...5.9.33

5.9.32

14 May 14:48
Compare
Choose a tag to compare

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

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

What's Changed

  • chore: enable workflows github annotations by @kormide in #665
  • chore: upgrade to Workflows 5.10.0-alpha.5 by @kormide in #666
  • chore: upgrade Aspect Workflows to 5.10.0-alpha.6 by @kormide in #667
  • chore: update command list by @gregmagolan in #668
  • chore: upgrade Aspect Workflows to 5.10.0-alpha.8 by @kormide in #670
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #674
  • chore: upgrade Aspect Workflows to 5.10.0-alpha.9 by @gregmagolan in #675
  • chore: upgrade to Aspect Workflows 5.10.0-alpha.10 by @gregmagolan in #678
  • chore: upgrade to Aspect Workflows 5.10.0-rc0 by @gregmagolan in #681
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #683
  • build: align versions with silo by @jbedard in #688
  • build: update and patch com_grail_bazel_toolchain by @jbedard in #690
  • refactor(gazelle): use local treesitter grammars by @jbedard in #689
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #691

Full Changelog: 5.9.25...5.9.32

5.9.25

08 Apr 17:12
Compare
Choose a tag to compare

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

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

What's Changed

Full Changelog: 5.9.24...5.9.25