v0.8.15
MiniMax-AI/MiniMax-M2.1v0.8.15Jul 12, 2024by littleredcorvette
AI Summary
This release enhances build reliability with automatic BYOC installation, improved MTU detection, and better AWS credential handling.
Key Highlights
- Ability to automatically install BYOC from a Terraform deployment
- Fixed link-scoped device MTU settings detection
- AWS credentials are now propagated into `WITH DOCKER`
New Features
- Automatic BYOC installation from Terraform
- Better error reporting when cross-target copy references missing files
- AWS credentials propagation into `WITH DOCKER`
- Allow using localhost as a remote address when using satellites
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