8000 Release v2.35.0 Β· docker/compose Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 13:45
· 57 commits to main since this release

What's Changed

πŸŽ‰ 1st implementation of external services feature to support Docker Model Runner in Compose by @ndeloof in #12692

✨ Improvements

πŸ› Fixes

  • Fix support for secret set by env inside included file by @ndeloof in #12635
  • Fix edge-case bug checking path prefix in watch for bind mount volumes by @matiboux in #12640
  • Run only loads required service env_file and ignores others by @ndeloof in #12645
  • Fixed support for depends_on.restart in up and restart commands by @ndeloof in #12649
  • Bake parses "${}" in DockerfileInline as a variable by @ndeloof in #12664
  • Fix(secrets): Reverted secrets file mode 440 -> 444 by @idsulik in #12666
  • Fix scale completion by @ndeloof in #12672
  • Fix: replace docker-compose.yml with compose.yaml by @k-kbk in #12680
  • Include implicit build dependencies in build command by @ndeloof in #12683
  • Capture git fetch output when debug output is enabled by @ndeloof in #12719
  • Mount API is not strictly equivalent to bind by @ndeloof in #12722

πŸ”§ Internal

βš™οΈ Dependencies

New Contributors

Full Changelog: v2.34.0...v2.35.0

0