v0.8.14

deepseek-ai/DeepSeek-Coderv0.8.14Jun 10, 2024by littleredcorvette

AI Summary

This release focuses on performance improvements for the ticktock cache and fixes autocompletion issues. It also renames commands related to GitHub Actions and removes deprecated Earthly CI keywords.

Key Highlights

  • Fixed autocompletion expansion for targets containing `~`
  • Improved `--ticktock` performance for cache key computation
  • Renamed `github` command to `gha`
  • Removed deprecated `PIPELINE` and `TRIGGER` keywords

Breaking Changes

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

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