Skip to content

v0.13.1

Compare
Choose a tag to compare
@dagger-ci dagger-ci released this 18 Sep 18:53
· 656 commits to main since this release
45ebbe1

v0.13.1 - 2024-09-18

Added

  • Added new methods Container.withoutFiles and Directory.withoutFiles by @jedevc in #8216
  • Add Container.withAnnotation to set OCI annotations by @aluzzardi in #8409
  • ignore combined with defaultPath now works if the module is fetch from git instead of local by @TomChv in #8430
  • New Directory.withoutFiles and Container.withoutFiles core APIs by @jedevc in #8216
    These can be used to remove multiple files from a filesystem in one call.

Fixed

  • Fix Directory.digest on scratch directory by @jedevc in #8445
  • Allow private secrets to pass between different modules by @jedevc in #8358
  • Handle session-wide cached functions that return secrets by @jedevc in #8358
  • cli: fix plaintext being printed on screen when calling a function that returns a dagger.Secret by @helderco in #8468

What to do next?