v0.8.14
QwenLM/Qwen3-VLv0.8.14Jun 10, 2024by littleredcorvette
AI Summary
Fixes autocomplete issues and performance, renames experimental commands, and removes deprecated CI keywords.
Key Highlights
- Autocompletion now properly expands ARG names
- Improved `--ticktock` performance for cache key computation
- Renamed experimental `github` command to `gha`
- Removed `PIPELINE` & `TRIGGER` keywords and deprecated Earthly CI code
Breaking Changes
- Renamed experimental `github` command to `gha`
- Renamed experimental `github` subcommands to `ls` and `remove`
- Removed `PIPELINE` & `TRIGGER` keywords
New Features
- New `gha` command
- New `ls` and `remove` subcommands
- Improved performance for cache GC
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