Back to Dagger

V0.13.7

.changes/v0.13.7.md

0.20.71.3 KB
Original Source

v0.13.7 - 2024-10-31

Added

Changed

  • Updated default cache policies to avoid consuming too much disk by @jedevc in https://github.com/dagger/dagger/pull/8725
    The new policies attempt to co-operate with other applications using the disk and will adjust its cache usage accordingly.
  • cli: limit printing objects to state by @helderco in https://github.com/dagger/dagger/pull/8788
    Previously, when a function chain in dagger call ended in an object, we'd print all functions that return a simple value and don't have any arguments. Now, only object fields will be included, not all functions.

Fixed

What to do next?