v0.8.15

superradcompany/microsandboxv0.8.15Jul 12, 2024by littleredcorvette

AI Summary

Introduces automatic BYOC installation via Terraform or manual methods and fixes critical issues like AWS credential propagation and link-scoped device MTU detection. It also allows using localhost as a remote address with satellites.

Key Highlights

  • Added ability to automatically install BYOC from Terraform deployment or manually.
  • Fixed AWS credentials propagation into WITH DOCKER.
  • Fixed link-scoped devices to properly autodetect MTU settings.
  • Improved error reporting when cross-target copy references a missing file.

New Features

  • Automatic BYOC installation

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