Python-on-whales

Latest version: v0.71.0

Safety actively analyzes 638330 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 15

0.9.1

Added a fix for certain services that could not be parsed. (CompletedAt not present)

0.9.0

* Fixed the inspection of containers that were created with `--volume-from` 79
* Added a few functions for `docker.context` -> `docker.context.rm`, `docker.context.list`, `docker.context.inspect`.

0.8.0

* Added docker.system.info()
* Added docker.config functions and docs.

0.7.0

Added a lot more attributes and docs for Docker objects. This will help a lot users to write readable code and let their IDE guide them.

One possible downside is that the parsing of the json is stricter now. If you encounter a parsing issue with pydantic, just open an issue and it'll be fixed very quickly. Parsing errors are very easy to fix. Most of the time, it's just needed to add `Optional[xxx]` to solve the problem.

0.6.0

* Added initial support for docker compose (the go version, not the python one).
* Fixed a bug where a docker image could not be retrieved after building with tags and a container driver.

0.5.0

* A lot of new buildx commands are now available, especially concerning the builders.
* We now remove the `return_image` in `docker.build()` since python on whales can infer if an image will be loaded.
* Fixed some bugs in the `output` option of `docker.build()`

Page 14 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.