v0.8.15

deepseek-ai/DeepSeek-Coderv0.8.15Jul 12, 2024by littleredcorvette

AI Summary

Adds Terraform-based BYOC installation, improves error reporting, and fixes AWS credential propagation in Docker builds.

Key Highlights

  • Auto-install BYOC from Terraform deployment
  • Fix link-scoped devices MTU autodetection
  • Better error reporting for missing files
  • AWS credentials propagated into WITH DOCKER

New Features

  • BYOC installation
  • MTU settings fixes
  • Error reporting improvements
  • Cloudflare satellite support

Full Release Notes

### Added
- Ability to automatically install BYOC from a Terraform deployment, or manually.

### Fixed
- Link-scoped devices will now properly autodetect MTU settings. 
- Better error reporting when cross-target copy references a file that does not exist. [#4221](https://github.com/earthly/earthly/issues/4221)
- AWS credentials are propogated into `WITH DOCKER`. [#4241](https://github.com/earthly/earthly/issues/4241)

### Changed
- Allow using `localhost` as a remote address when using satellites.

### Additional Info
- This release has no changes to buildkit