v0.8.16

supermemoryai/supermemoryv0.8.16Jul 16, 2025by littleredcorvette

AI Summary

This release focuses on the Earthly Cloud shutdown by removing CLI-based account creation, cleaning up the `dockerd` wrapper, and eliminating all cloud-based commands and flags. It ensures v0.8.16 no longer emits log messages related to the cloud service and requires users to remove cloud-based dependencies from scripts and CI pipelines.

Key Highlights

  • Removed CLI based account creation
  • dockerd wrapper cleans up after itself
  • Removed all Cloud dependencies, commands, and flags
  • No changes to buildkit

Breaking Changes

  • Removed CLI based account creation
  • Removed all Cloud dependencies, commands, and flags
  • Users relying on cloud-based commands and flags in scripts or CI must remove them

Full Release Notes

### Changed
- Removed CLI based account creation [#4283](https://github.com/earthly/earthly/pull/4283)
- `dockerd` wrapper cleans up after itself [#4267](https://github.com/earthly/earthly/pull/4267)/[#4268](https://github.com/earthly/earthly/pull/4268)
- Removed all Cloud dependencies, commands, and flags as part of the [Earthly Cloud shutdown](https://earthly.dev/blog/shutting-down-earthfiles-cloud/) [#4235](https://github.com/earthly/earthly/pull/4325)

### Changed
- `v0.8.15` will continue working after the shutdown, but with some error messages interspersed in the output.
- `v0.8.16` does not emit log messages after the cloud shutdown. However, it removes many cloud-based commands and flags. If you are using these in your scripts or CI, please remove them.

### Additional Info
- This release has no changes to buildkit