Sourced from python-on-whales's releases.
v0.74.0
Important breaking change:
The
python-on-whales
command is not available anymore, meaning that you cannot download the docker client binary automatically. You need to install it yourself by using the Docker installation guide: https://docs.docker.com/engine/install/ . Note that you need only the client, you can skip the installation of the full docker engine. For example, on Ubuntu, that means you just need to dosudo apt-get install docker-ce-cli docker-buildx-plugin docker-compose-plugin
instead of
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
What's Changed
- Fix breakage of
ContainerCLI.create(env_files=path)
by@LewisGaul
in gabrieldemarmiesse/python-on-whales#637- Remove download docker client functionality by
@LewisGaul
in gabrieldemarmiesse/python-on-whales#633- Update docs references to download-cli by
@LewisGaul
in gabrieldemarmiesse/python-on-whales#639- Display an error message if using the
python-on-whales
command by@gabrieldemarmiesse
in gabrieldemarmiesse/python-on-whales#640- Set
defer_build=True
pydantic config, improving import time significantly by@LewisGaul
in gabrieldemarmiesse/python-on-whales#643- Add podman
is_infra
andnamespace
fields toContainer
object by@LewisGaul
in gabrieldemarmiesse/python-on-whales#641- Fix Pod property type annotations to allow for missing fields in inspect output by
@LewisGaul
in gabrieldemarmiesse/python-on-whales#648Full Changelog: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.73.0...v0.74.0
5fe0ea5
Bump version to 0.74.0 (#652)140865d
Use uv in github actions and recommend uv for dev (#650)9a9f090
Fix Pod property type annotations to allow for missing fields in inspect
outp...b590c97
Add podman is_infra
and namespace
fields to
Container
object (#641)d992525
Set defer_build=True
pydantic config, improving import time
significantly (...4531ced
Remove leftover Pydantic v1 handling (#642)43b4001
:bug: Fix buildx tests in the CI by upgrading the docker images (#646)67f75f4
Specify ubuntu-24.04 in the GitHub actions config (#645)40e1f27
Display an error message if using the python-on-whales
command (#640)0a1ecad
Update docs references to download-cli (#639)