v0.8.15

NodePassProject/Anywherev0.8.15Jul 12, 2024by littleredcorvette

AI Summary

This release introduces BYOC installation options and fixes AWS credential propagation. It also improves error reporting and allows using localhost as a remote address with satellites.

Key Highlights

  • Ability to automatically or manually install BYOC from Terraform
  • Link-scoped devices now properly autodetect MTU settings
  • AWS credentials are now propagated into `WITH DOCKER`
  • Better error reporting for cross-target copy references
  • Allow using `localhost` as a remote address when using satellites

New Features

  • Ability to automatically install BYOC from a Terraform deployment, or manually

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