v0.8.14
AIPentest/CyberStrikeAIv0.8.14Jun 10, 2024by littleredcorvette
AI Summary
Performance improvements for cache and autocompletion, alongside refactoring of CI-related commands and removal of deprecated keywords.
Key Highlights
- Improved `--ticktock` performance of cache key computation and GC
- Renamed experimental `github` command to `gha`
- New `ls` and `remove` subcommands under the `gha` command
- Removed deprecated `PIPELINE` and `TRIGGER` keywords
Breaking Changes
- Removed `PIPELINE` and `TRIGGER` keywords and associated code
New Features
- New `gha` subcommands (`ls` and `remove`)
- Enhanced autocomplete for ARG names
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