gabrieldemarmiesse
released this
06 Sep 10:22
·
11 commits
to master
since this release
What's Changed
- 🐛 Fix wrong links in
docker_client.md
by @gabrieldemarmiesse in #613 - Add bootstrap cli flag for create/inspect by @fizzgig1888 in #600
- Add support for 'podman container init' by @LewisGaul in #615
- Replace isort, black and flake8 with ruff by @einarwar in #617
- Add Tuple[Union[str, int]] to ValidPortMapping by @eclark0426 in #619
- Fix handling of 'podman pod create --share=...' by @LewisGaul in #620
- Allow for multiple env-files by @einarwar in #616
- Fix "Render docs" CI job by @LewisGaul in #628
- Drop support for pydantic v1 by @LewisGaul in #630
- add auto/light/dark mode for docs by @s-light in #625
- Update pod component to use generic Iterable and Mapping types by @LewisGaul in #599
- Update container component to accept args as Iterable and Mapping by @LewisGaul in #627
- added missing docstrings for docker.network.inspect(), docker.network.list(), docker.network.prune() by @stock90975 in #631
- Add "network exists" command by @eclark0426 in #632
New Contributors
- @fizzgig1888 made their first contribution in #600
- @eclark0426 made their first contribution in #619
- @s-light made their first contribution in #625
- @stock90975 made their first contribution in #631
Full Changelog: v0.72.0...v0.73.0