v0.8.14

MiniMax-AI/MiniMax-M2.1v0.8.14Jun 10, 2024by littleredcorvette

AI Summary

This release refactors command structures, removes deprecated Earthly CI code, and improves the performance of cache key computation.

Key Highlights

  • Renamed experimental `github` command to `gha`.
  • Removed deprecated `PIPELINE` and `TRIGGER` keywords.
  • Added new `ls` and `remove` subcommands.
  • Improved `--ticktock` performance for cache key computation and GC.

Breaking Changes

  • Renamed experimental `github` command to `gha`.
  • Removed `PIPELINE` & `TRIGGER` keywords and associated code relating to formerly deprecated Earthly CI.

New Features

  • Added `ls` subcommand.
  • Added `remove` subcommand.

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