v0.70.0
gabrieldemarmiesse
released this
10 Mar 11:16
·
67 commits
to master
since this release
This update contains (hopefully) all fixes for the breaking changes introduced in docker compose v2.24.7
. If you still encounter issues, file a issue here and downgrade docker compose to v2.24.6 in the meantime.
What's Changed
- Add
detach_keys
argument forstart
andexec
by @jhc4318 in #554 - Fix
podman.image.exists
by @jhc4318 in #558 - ✨ docker.compose.down() can take str as service arg by @gabrieldemarmiesse in #562
- feat(service): Add docker service ls --filter option by @fuentes73 in #561
- 🐛 Fix parsing of compose file configs with compose v2.24.7 by @gabrieldemarmiesse in #563
New Contributors
Full Changelog: v0.69.0...v0.70.0