Skip to content

Releases: gabrieldemarmiesse/python-on-whales

v0.18.0

20 May 14:58
Compare
Choose a tag to compare
  • docker.login_ecr() now supports profile and respect various AWS environment variables, thanks @anouvel for the PR!
  • Added docker.compose.stop() and docker.compose.rm()

v0.17.1

04 May 11:10
abf7fd8
Compare
Choose a tag to compare
  • Added an option to log the commands used by setting the environment variable: PYTHON_ON_WHALES_DEBUG=1
  • Fixed a bug when parsing the daemon response on images that don't have layers, thanks @KSmanis !

v0.17.0

19 Apr 09:41
a8aac6c
Compare
Choose a tag to compare
  • Added docker.compose.config()
  • Fixed a bug where the environment variables were not propagated correctly.

v0.16.0

25 Mar 16:06
a8672bc
Compare
Choose a tag to compare
  • When downloading buildx, use the version 0.5.1 (#148)
  • Added imagetools and docker.buildx.imagetools.inspect(...) (#149)
  • Removed docker app and added docker.buildx.imagetoools.inspect to the docs.(#150)
  • Added docker.compose.kill() (#151)
  • Added docker compose create and new compose down options. (#152)
  • Fix spelling in the main project description (#153), thanks @mjhea0 !
  • Added docker.compose.pause() and docker.compose.unpause() (#155)

v0.15.0

14 Mar 12:52
Compare
Choose a tag to compare
  • When the Docker CLI is not installed, now the client 20.10.5 is downloaded instead of the 19.03.10.
  • Some refactoring, cleaning up the models and separate them from the rest of the codebase.
  • Improved the docs (containers and downloading the Docker CLI).

v0.14.3

05 Mar 09:48
4dcc15c
Compare
Choose a tag to compare
  • Fix a bug when parsing the empty response of Compose with a recent version that doesn't have the experimental warning.

v0.14.2

22 Feb 22:12
cc7f2d4
Compare
Choose a tag to compare

Fixed a bug that was triggered when parsing the system info output

v0.14.1

19 Feb 15:52
2991c22
Compare
Choose a tag to compare
  • Fixed a bug occuring when pasing the response of the docker daemon for a task without the node id.

v0.14.0

18 Feb 23:32
43ea3c4
Compare
Choose a tag to compare
  • Added some methods for Stacks
  • Better docs: A diagram was added.
  • Fixed a parsing bug on tasks and services.

v0.13.1

10 Feb 09:35
780f568
Compare
Choose a tag to compare
  • Fixed a bug preventing the parsing of services.