v0.8.14

oven-sh/bunv0.8.14Jun 10, 2024by littleredcorvette

AI Summary

A maintenance release that removes deprecated Earthly CI keywords and renames the `github` command to `gha`.

Key Highlights

  • Renamed `github` command to `gha` with new `ls` and `remove` subcommands
  • Removed deprecated `PIPELINE` and `TRIGGER` keywords
  • Fixed autocomplete expanding ARG names with `~`
  • Improved `--ticktock` performance

Breaking Changes

  • Renamed `github` command to `gha`
  • Removed `PIPELINE` and `TRIGGER` keywords

New Features

  • `gha` subcommands (`ls`, `remove`)

Full Release Notes

### Fixed
- Autocompletion failed to expand ARG names when referencing a target containing a `~`.
- Improved `--ticktock` performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands.

### Changed
- Renamed experimental `github` command to `gha`, and introduced new `ls` and `remove` subcommands.

### Removed
- Removed `PIPELINE` & `TRIGGER` keywords and associated code relating to formerly deprecated Earthly CI.

### Additional Info
- This release includes changes to buildkit