Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:45
ba72460

0.7.0 (2026-07-03)

⚠ BREAKING CHANGES

  • compose: 'ComposeFile.load(...)' now requires a 'projectDir: URL' parameter. '.env' discovery and the default compose project name anchor to the resolved project directory (explicit '--project-directory', else the first '-f' file's directory, else the current working directory) instead of each compose file's own directory.

Features

  • registry: support keychain-backed registry authentication (50e9e74), closes #53

Bug Fixes

  • compose: honor Docker's project-directory anchoring model (#54) (eb422bb)
  • publish: honor [host-ip:] prefix in -p and compose ports (c26af4d), closes #55