You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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