v0.8.15
daydreamlive/DEMONv0.8.15Jul 12, 2024by littleredcorvette
AI Summary
This release introduces BYOC auto-installation capabilities and improves the handling of AWS credentials within Docker contexts, alongside several fixes for device detection and error reporting.
Key Highlights
- Ability to automatically install BYOC from Terraform deployments or manually.
- AWS credentials are now properly propagated into `WITH DOCKER`.
- Link-scoped devices will now properly autodetect MTU settings.
- Localhost can now be used as a remote address when using satellites.
New Features
- Auto-install BYOC from Terraform
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