v0.8.13

NodePassProject/Anywherev0.8.13May 28, 2024by littleredcorvette

AI Summary

This release fixes issues with `RUN --no-cache`, cleans up logging mechanisms, and improves the behavior of the `--ticktock` flag.

Key Highlights

  • Fixed `RUN --no-cache` not working correctly
  • ANSI escape codes are now removed from GitHub Action specific output
  • Removed deprecated non-streaming log uploading mechanism
  • `--ticktock` flag fixes (version mismatch warning and bootstrap usage)
  • Fixed caching issues with the experimental `--ticktock` buildkit scheduler

Breaking Changes

  • Removed hidden `--logstream` and `--logstream-upload` flags
  • Removed deprecated non-streaming log uploading mechanism

Full Release Notes

### Fixed
- `RUN --no-cache` doesn't always work. [#2593](https://github.com/earthly/earthly/issues/2593)
- ANSI escape codes are now removed from GitHub Action specific output. [#4131](https://github.com/earthly/earthly/issues/4131)
- Specifying the `--ticktock` option will no longer show a buildkit version mismatch warning.
- The `--ticktock` flag is now used when running the bootstrap command.
- Caching issue when the experimental `--ticktock` buildkit scheduler is enabled.

### Changed
- Removed deprecated non-streaming log uploading mechanism; log sharing is now only supported by the streaming-upload mechanism. The hidden `--logstream` and `--logstream-upload` flags have been removed.

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