Back to Dagger

V0.18.17

.changes/v0.18.17.md

0.20.71.8 KB
Original Source

v0.18.17 - 2025-09-04

🔥 Breaking Changes

  • Automatically apply .gitignore patterns on directory loading for module call by @TomChv and @jedevc in https://github.com/dagger/dagger/pull/10883 \

    • Apply when loading contextual directory argument.
    • Apply when a directory is sent as an argument to a module function.
    • Apply when a local module is loaded.

    Add NoGitAutoIgnore argument to Host.Directory to disable this behavior.

Added

Fixed

What to do next?