Releases: gabrieldemarmiesse/python-on-whales
Releases · gabrieldemarmiesse/python-on-whales
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
v0.58.0
What's Changed
- Add 'docker compose up --wait' functionality by @m-roberts in #411
New Contributors
- @m-roberts made their first contribution in #411
Full Changelog: v0.57.0...v0.58.0
v0.57.0
What's Changed
- Fix legacy build with podman when there is output on stderr by @LewisGaul in #403
- Add
__all__
to specify what*
should import from the main module by @rafrafek in #397 return_stderr
should be True forrun
method to return tuple by @rafrafek in #399- 🆙 Upgrade compose to 2.15.1 and buildx to 0.10.0 in the CI by @gabrieldemarmiesse in #405
- Mark arguments with default value
None
asOptional
by @rafrafek in #406 - Add support for the --cgroupns arg by @LewisGaul in #400
New Contributors
Full Changelog: v0.56.0...v0.57.0
v0.56.0
What's Changed
- fix: Constrain the minimum bound of pydantic. by @DanCardin in #389
- Add docker context create command by @toxicphreAK in #394
New Contributors
- @DanCardin made their first contribution in #389
- @toxicphreAK made their first contribution in #394
Full Changelog: v0.55.0...v0.56.0
v0.55.0
What's Changed
- Implementing --pull flag for commands 'run' and 'create' and functions 'copy_from' and 'copy_to' (#369) by @MisterOwlPT in #381
- Added support for --remove-orphans docker compose up flag by @bodo-ata in #388
New Contributors
Full Changelog: v0.54.0...v0.55.0
v0.54.0
What's Changed
- Implemented "attach" command. by @MisterOwlPT in #371
- Use separate status attributes for ComposeProject model by @marshall7m in #377
- Implement
manifest
command by @raylas in #378 - [IMP] "docker compose ps" argument services by @fuentes73 in #383
- Fixed command for removing node labels by @NickG158 in #385
- [IMP] docker compose run & up by @fuentes73 in #386
New Contributors
- @raylas made their first contribution in #378
- @fuentes73 made their first contribution in #383
- @NickG158 made their first contribution in #385
Full Changelog: v0.53.0...v0.54.0
v0.53.0
What's Changed
- ✨ Add a quiet option to docker.compose.down() by @gabrieldemarmiesse in #365
- implement docker compose port command by @vrazdalovschi in #366
- Fix for Issue #370 - Replace on decode errors rather than surface UnicodeDecodeError by @magichair in #372
- Switch from 'network list' to 'network ls' by @LewisGaul in #374
- fix: cannot inspect node with empty leader status by @ahoetker-deca in #376
- docker compose ls -> docker.compose.ls() by @marshall7m in #368
New Contributors
- @vrazdalovschi made their first contribution in #366
- @magichair made their first contribution in #372
- @ahoetker-deca made their first contribution in #376
- @marshall7m made their first contribution in #368
Full Changelog: v0.52.0...v0.53.0
v0.52.0
What's Changed
- Add the quiet flag to docker.compose.pull() by @gabrieldemarmiesse in #363
- Allow single strings in docker.compose.up() and pull(), add quiet flag for up() by @gabrieldemarmiesse in #364
Full Changelog: v0.51.1...v0.52.0