v0.8.15

sensein/riverstv0.8.15Jul 12, 2024by littleredcorvette

AI Summary

Added automatic installation of Bring Your Own Cloud (BYOC) from Terraform, fixed MTU detection for link-scoped devices, and improved error reporting for missing file references.

Key Highlights

  • Automatic BYOC installation from Terraform
  • Fixed MTU settings for link-scoped devices
  • Better error reporting for missing cross-target file references
  • AWS credentials now propagated into `WITH DOCKER`
  • Allowed `localhost` as a remote address

New Features

  • Automatic BYOC installation
  • Link-scoped MTU auto-detection
  • Enhanced error reporting
  • AWS credential propagation
  • Localhost remote address 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