dagger/dagger (dagger/dagger)
### [`v0.13.7`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0137---2024-10-31)
[Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.13.6...v0.13.7)
##### Added
- New `expect` arg for `Container.withExec` by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8466](https://redirect.github.com/dagger/dagger/pull/8466) \
This enum arg allows specifying valid return statuses for which the command
can return without failing immediately.
- New `Container.exitCode` field to get the exit code of the last `withExec` by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8466](https://redirect.github.com/dagger/dagger/pull/8466)
##### Changed
- Updated default cache policies to avoid consuming too much disk by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8725](https://redirect.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](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8788](https://redirect.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
- Fix excessive cache invalidation of `withExec`s using the `ExperimentalPrivilegedNesting` flag by [@sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/8776](https://redirect.github.com/dagger/dagger/pull/8776)
##### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.13.6
->0.13.7
Release Notes
dagger/dagger (dagger/dagger)
### [`v0.13.7`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0137---2024-10-31) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.13.6...v0.13.7) ##### Added - New `expect` arg for `Container.withExec` by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8466](https://redirect.github.com/dagger/dagger/pull/8466) \ This enum arg allows specifying valid return statuses for which the command can return without failing immediately. - New `Container.exitCode` field to get the exit code of the last `withExec` by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8466](https://redirect.github.com/dagger/dagger/pull/8466) ##### Changed - Updated default cache policies to avoid consuming too much disk by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8725](https://redirect.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](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8788](https://redirect.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 - Fix excessive cache invalidation of `withExec`s using the `ExperimentalPrivilegedNesting` flag by [@sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/8776](https://redirect.github.com/dagger/dagger/pull/8776) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.