Skip to content

Releases: aspect-build/aspect-cli

5.8.0

11 Oct 00:40
efea698
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.8.0

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

What's Changed

Full Changelog: 5.7.2...5.8.0

5.7.2

01 Sep 15: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.7.2

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

What's Changed

Full Changelog: 5.5.4...5.7.2

5.5.4

30 Jun 03:48
2d6d8cb
Compare
Choose a tag to compare

⚠️ Windows releases are no longer published as of v5.5.0. This is due to a new dependency on go-tree-sitter which has a CGO dependency that makes cross compiling to Windows difficult. To produce Windows releases will require some engineering work to resolve the CGO cross compilation issues. Please let us know if you require a Windows Aspect CLI binary. In the meantime, we recommend using WSL2 on Windows.

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

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

What's Changed

Features

  • Added --aspect:lock_version flag to prevent Aspect CLI from downloading & running a different version of itself.

Fixes

  • Support deps between local projects in Kotlin gazelle extension
  • Suppress logging of incorrect parse errors from tree-sitter in JavaScript gazelle extension

Changelog

  • chore: remove legacy bazel test //... since it is now covered by Aspect Workflows deployment by @gregmagolan in #482
  • chore: bump to Aspect CLI 5.5.2 by @gregmagolan in #483
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #484
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #485

Full Changelog: 5.5.2...5.5.4

5.5.2

21 Jun 04:09
Compare
Choose a tag to compare

⚠️ Windows releases are no longer published as of v5.5.0. This is due to a new dependency on go-tree-sitter which has a CGO dependency that makes cross compiling to Windows difficult. To produce Windows releases will require some engineering work to resolve the CGO cross compilation issues. Please let us know if you require a Windows Aspect CLI binary. In the meantime, we recommend using WSL2 on Windows.

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

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

What's Changed

Fixes

  • Override parent target glob config when specified. This regressed in 5.5.0.

Changelog

  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #481

Full Changelog: 5.5.1...5.5.2

5.5.1

19 Jun 15:54
Compare
Choose a tag to compare

⚠️ Windows releases are no longer published as of v5.5.0. This is due to a new dependency on go-tree-sitter which has a CGO dependency that makes cross compiling to Windows difficult. To produce Windows releases will require some engineering work to resolve the CGO cross compilation issues. Please let us know if you require a Windows Aspect CLI binary. In the meantime, we recommend using WSL2 on Windows.

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

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

What's Changed

Features

  • Add initial kotlin gazelle extension to configure command

Fixes

  • Ensure gazelle config overrides are local. This regressed in 5.5.0.

Changelog

Full Changelog: 5.5.0...5.5.1

5.5.0

10 Jun 18:59
9b1eb3b
Compare
Choose a tag to compare

⚠️ Windows releases are no longer published as of v5.5.0. This is due to a new dependency on go-tree-sitter which has a CGO dependency that makes cross compiling to Windows difficult. To produce Windows releases will require some engineering work to resolve the CGO cross compilation issues. Please let us know if you require a Windows Aspect CLI binary. In the meantime, we recommend using WSL2 on Windows.

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

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

What's Changed

Features:

  • Enable treesitter parser for gazelle js extensions. Parser will now correctly pickup type imports.
  • Add support for custom targets with gazelle directives.

Fixes:

  • Support resolving imports of js_library dts files
  • Do not generate ts_project targets for dts only sources
  • Pass bazel startup args to CLI plugins

Refactors:

  • Improve js parse-error message

Changelog

Full Changelog: 5.4.11...5.5.0

5.4.11

27 May 01:46
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 / Windows)

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

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

What's Changed

New Contributors

Full Changelog: 5.3.4...5.4.11

5.3.4

19 Apr 16:43
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 / Windows)

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

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

What's Changed

Full Changelog: 5.3.2...5.3.4

5.3.2

09 Apr 08:18
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 / Windows)

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

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

What's Changed

  • chore: update to Aspect CLI 5.2.1 by @gregmagolan in #393
  • chore: update docs for plugins to reference config.yaml by @gregmagolan in #399
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #403
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #408
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #410
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #412
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #414
  • chore(copybara): sync commits from Aspect-internal silo by @jbedard in #415
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #420

Full Changelog: 5.2.1...5.3.2

5.2.1

07 Mar 07:10
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 / Windows)

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

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

What's Changed

  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #392

Full Changelog: 5.2.0...5.2.1