The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
What's Changed
🐛 Fixes
- Fix OCI compose override support by @ndeloof https://github.com/docker/compose/pull/13311
- Fix help output for "exec --no-tty" option by @tonyo https://github.com/docker/compose/pull/13314
- Prompt default implementation to prevent a panic by @ndeloof https://github.com/docker/compose/pull/13317
- Run hooks on restart by @ndeloof https://github.com/docker/compose/pull/13321
- Fix(run): Ensure images exist only for the target service in run command by @idsulik https://github.com/docker/compose/pull/13325
- Fix(git): Fix path traversal vulnerability in git remote loader by @idsulik https://github.com/docker/compose/pull/13331
🔧 Internal
- Test to check writeComposeFile detects invalid OCI artifact by @ndeloof https://github.com/docker/compose/pull/13309
- Code Cleanup by @ndeloof https://github.com/docker/compose/pull/13315
⚙️ Dependencies
- Bump compose-go to version v2.9.1 by @glours https://github.com/docker/compose/pull/13332
Full Changelog: https://github.com/docker/compose/compare/v2.40.2...v2.40.3