Releases: gabrieldemarmiesse/python-on-whales
v0.64.3
v0.64.2
v0.64.1
What's Changed
- Expose
DockerClient
from the root of the package by @LewisGaul in #462 - use correct setting for pydantic v2 by @tobiasjunsten in #464
- Fix documentation for docker.compose.images() by @martinburchell in #467
- Add support for podman's
--systemd
in container run/create by @LewisGaul in #453
New Contributors
- @tobiasjunsten made their first contribution in #464
Full Changelog: v0.64.0...v0.64.1
v0.64.0
This is the first release to support pydantic v2. Pydantic v1 is still supported.
Please file a bug if you encounter a Pydantic depreciation warning.
What's Changed
- Add support to pydantic 2 by @gabrieldemarmiesse in #455
Full Changelog: v0.63.0...v0.64.0
v0.63.0
What's Changed
- 456 use stdin to log in by @zimmdi in #459
- 439 no support for buildx build build context by @bigcat2014 in #440
New Contributors
- @zimmdi made their first contribution in #459
- @bigcat2014 made their first contribution in #440
Full Changelog: v0.62.0...v0.63.0
v0.62.0
What's Changed
- Fix: fix the gh-pages ci by @kclamalex in #449
- Additional Docker Compose Run Flags by @ethanleifer in #443
- Feat: Add --no-attach option for docker.compose.up by @kclamalex in #451
New Contributors
- @ethanleifer made their first contribution in #443
Full Changelog: v0.61.0...v0.62.0
v0.61.0
Installing this version requires python 3.8 or above. The end of life of python 3.7 is the 27 of june, so if you are still using it, please upgrade!
What's Changed
- 🆙 Bump minimum python version to 3.8 by @gabrieldemarmiesse in #431
- ✨ Add more precise type hints for filters in docker.ps() by @gabrieldemarmiesse in #432
- ✨ Clarify type for buildx progress by @gabrieldemarmiesse in #435
- Support passing signals as integers (or signal.Signals enum instances) by @LewisGaul in #441
- Allow container selection in 'docker stats' by @MisterOwlPT in #447
- Use mkdocstrings to generate documentation by @kclamalex in #444
New Contributors
- @kclamalex made their first contribution in #444
Full Changelog: v0.60.1...v0.61.0
v0.60.1
What's Changed
- 🐛 Prevent the user from installing pydantic v2 by @gabrieldemarmiesse in #430
AttributeError: type object 'NetworkIPAM' has no attribute '__fields__'
, see #429
Full Changelog: v0.60.0...v0.60.1
v0.60.0
What's Changed
- Add pull flag to docker compose up by @John-Vash in #421
- Make long description show pictures on PyPi. by @termim in #426
- 🆙 Bump linting tools versions by @gabrieldemarmiesse in #428
- Add Imagetools create command by @darpham in #419
New Contributors
Full Changelog: v0.59.0...v0.60.0
v0.59.0
What's Changed
- 🔧 Rework the CI by @gabrieldemarmiesse in #414
- ⚡ speed up ci by @gabrieldemarmiesse in #415
- 🆙 Upgrade lint tools by @gabrieldemarmiesse in #416
- ✨ Added new provenance options for docker.buildx.build() by @gabrieldemarmiesse in #410
- ⚡ Run some tests in parralel by @gabrieldemarmiesse in #417
- ✨ Better error message when using command as a string by @gabrieldemarmiesse in #420
Full Changelog: v0.58.0...v0.59.0