gabrieldemarmiesse/python-on-whales (python-on-whales)
### [`v0.73.0`](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/releases/tag/v0.73.0)
[Compare Source](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/compare/v0.72.0...v0.73.0)
#### What's Changed
- :bug: Fix wrong links in `docker_client.md` by [@gabrieldemarmiesse](https://redirect.github.com/gabrieldemarmiesse) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/613](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/613)
- Add bootstrap cli flag for create/inspect by [@fizzgig1888](https://redirect.github.com/fizzgig1888) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/600](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/600)
- Add support for 'podman container init' by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/615](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/615)
- Replace isort, black and flake8 with ruff by [@einarwar](https://redirect.github.com/einarwar) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/617](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/617)
- Add Tuple\[Union\[str, int]] to ValidPortMapping by [@eclark0426](https://redirect.github.com/eclark0426) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/619](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/619)
- Fix handling of 'podman pod create --share=...' by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/620](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/620)
- Allow for multiple env-files by [@einarwar](https://redirect.github.com/einarwar) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/616](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/616)
- Fix "Render docs" CI job by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/628](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/628)
- Drop support for pydantic v1 by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/630](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/630)
- add auto/light/dark mode for docs by [@s-light](https://redirect.github.com/s-light) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/625](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/625)
- Update pod component to use generic Iterable and Mapping types by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/599](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/599)
- Update container component to accept args as Iterable and Mapping by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/627](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/627)
- added missing docstrings for docker.network.inspect(), docker.network.list(), docker.network.prune() by [@stock90975](https://redirect.github.com/stock90975) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/631](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/631)
- Add "network exists" command by [@eclark0426](https://redirect.github.com/eclark0426) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/632](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/632)
#### New Contributors
- [@fizzgig1888](https://redirect.github.com/fizzgig1888) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/600](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/600)
- [@eclark0426](https://redirect.github.com/eclark0426) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/619](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/619)
- [@s-light](https://redirect.github.com/s-light) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/625](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/625)
- [@stock90975](https://redirect.github.com/stock90975) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/631](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/631)
**Full Changelog**: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.72.0...v0.73.0
Configuration
📅 Schedule: Branch creation - "every 2 weeks on friday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==0.72.0
->==0.73.0
Release Notes
gabrieldemarmiesse/python-on-whales (python-on-whales)
### [`v0.73.0`](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/releases/tag/v0.73.0) [Compare Source](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/compare/v0.72.0...v0.73.0) #### What's Changed - :bug: Fix wrong links in `docker_client.md` by [@gabrieldemarmiesse](https://redirect.github.com/gabrieldemarmiesse) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/613](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/613) - Add bootstrap cli flag for create/inspect by [@fizzgig1888](https://redirect.github.com/fizzgig1888) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/600](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/600) - Add support for 'podman container init' by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/615](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/615) - Replace isort, black and flake8 with ruff by [@einarwar](https://redirect.github.com/einarwar) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/617](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/617) - Add Tuple\[Union\[str, int]] to ValidPortMapping by [@eclark0426](https://redirect.github.com/eclark0426) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/619](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/619) - Fix handling of 'podman pod create --share=...' by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/620](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/620) - Allow for multiple env-files by [@einarwar](https://redirect.github.com/einarwar) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/616](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/616) - Fix "Render docs" CI job by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/628](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/628) - Drop support for pydantic v1 by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/630](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/630) - add auto/light/dark mode for docs by [@s-light](https://redirect.github.com/s-light) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/625](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/625) - Update pod component to use generic Iterable and Mapping types by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/599](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/599) - Update container component to accept args as Iterable and Mapping by [@LewisGaul](https://redirect.github.com/LewisGaul) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/627](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/627) - added missing docstrings for docker.network.inspect(), docker.network.list(), docker.network.prune() by [@stock90975](https://redirect.github.com/stock90975) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/631](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/631) - Add "network exists" command by [@eclark0426](https://redirect.github.com/eclark0426) in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/632](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/632) #### New Contributors - [@fizzgig1888](https://redirect.github.com/fizzgig1888) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/600](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/600) - [@eclark0426](https://redirect.github.com/eclark0426) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/619](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/619) - [@s-light](https://redirect.github.com/s-light) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/625](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/625) - [@stock90975](https://redirect.github.com/stock90975) made their first contribution in [https://github.com/gabrieldemarmiesse/python-on-whales/pull/631](https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/631) **Full Changelog**: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.72.0...v0.73.0Configuration
📅 Schedule: Branch creation - "every 2 weeks on friday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.