dagger/dagger (dagger/dagger)
### [`v0.13.0`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0130---2024-09-11)
[Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.12.7...v0.13.0)
##### 🔥 Breaking Changes
- Remove deprecated fields and arguments by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8065](https://redirect.github.com/dagger/dagger/pull/8065)
- Remove `Container.withExec`'s `skipEntrypoint` argument - this is now the default (see `useEntrypoint`)
- Remove `pipeline`, `Container.pipeline` and `Directory.pipeline`
- Remove `GitModuleSource.cloneURL` (see `GitModuleSource.cloneRef`)
##### Added
- Added new `Directory.digest` and `ModuleSource.digest` fields by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8282](https://redirect.github.com/dagger/dagger/pull/8282) \
These fields mirror the behavior of the `File.digest` field, computing a
unique cryptographic digest over the contents of the object.
- TUI: add `--no-exit`/`-E` so you can poke around after the call completes by [@vito](https://redirect.github.com/vito) in [https://github.com/dagger/dagger/pull/8389](https://redirect.github.com/dagger/dagger/pull/8389)
##### Changed
- The trace url is printed just before the final output to make it easy to find by [@rajatjindal](https://redirect.github.com/rajatjindal) in [https://github.com/dagger/dagger/pull/8366](https://redirect.github.com/dagger/dagger/pull/8366) \
Also, the url will be printed only for a subset of dagger commands to reduce noise.
- Increase the minimum connect timeout from 1s to 3s by [@neutronth](https://redirect.github.com/neutronth) in [https://github.com/dagger/dagger/pull/8328](https://redirect.github.com/dagger/dagger/pull/8328) \
Connecting to a distant remote engine could otherwise fail if it was not reachable in 1s.
##### Fixed
- Fixed void types from core incorrectly being seen as named scalars by [@helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8336](https://redirect.github.com/dagger/dagger/pull/8336)
- Fix setting secrets on module object in constructor by [@sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/8149](https://redirect.github.com/dagger/dagger/pull/8149)
- Allow top-level field access with no constructor by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8331](https://redirect.github.com/dagger/dagger/pull/8331) \
Previously, if a field access was made immediately after the default constructor was called, then the access would fail.
- Plain progress correctly displays carriage returns by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8347](https://redirect.github.com/dagger/dagger/pull/8347) \
Carriage returns could previously render weirdly in the output, displaying empty lines, and similar visual glitches.
- cli: Fix default value on `Platform` flag by [@helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8360](https://redirect.github.com/dagger/dagger/pull/8360)
##### 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.12.7
->0.13.0
Release Notes
dagger/dagger (dagger/dagger)
### [`v0.13.0`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0130---2024-09-11) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.12.7...v0.13.0) ##### 🔥 Breaking Changes - Remove deprecated fields and arguments by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8065](https://redirect.github.com/dagger/dagger/pull/8065) - Remove `Container.withExec`'s `skipEntrypoint` argument - this is now the default (see `useEntrypoint`) - Remove `pipeline`, `Container.pipeline` and `Directory.pipeline` - Remove `GitModuleSource.cloneURL` (see `GitModuleSource.cloneRef`) ##### Added - Added new `Directory.digest` and `ModuleSource.digest` fields by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8282](https://redirect.github.com/dagger/dagger/pull/8282) \ These fields mirror the behavior of the `File.digest` field, computing a unique cryptographic digest over the contents of the object. - TUI: add `--no-exit`/`-E` so you can poke around after the call completes by [@vito](https://redirect.github.com/vito) in [https://github.com/dagger/dagger/pull/8389](https://redirect.github.com/dagger/dagger/pull/8389) ##### Changed - The trace url is printed just before the final output to make it easy to find by [@rajatjindal](https://redirect.github.com/rajatjindal) in [https://github.com/dagger/dagger/pull/8366](https://redirect.github.com/dagger/dagger/pull/8366) \ Also, the url will be printed only for a subset of dagger commands to reduce noise. - Increase the minimum connect timeout from 1s to 3s by [@neutronth](https://redirect.github.com/neutronth) in [https://github.com/dagger/dagger/pull/8328](https://redirect.github.com/dagger/dagger/pull/8328) \ Connecting to a distant remote engine could otherwise fail if it was not reachable in 1s. ##### Fixed - Fixed void types from core incorrectly being seen as named scalars by [@helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8336](https://redirect.github.com/dagger/dagger/pull/8336) - Fix setting secrets on module object in constructor by [@sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/8149](https://redirect.github.com/dagger/dagger/pull/8149) - Allow top-level field access with no constructor by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8331](https://redirect.github.com/dagger/dagger/pull/8331) \ Previously, if a field access was made immediately after the default constructor was called, then the access would fail. - Plain progress correctly displays carriage returns by [@jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8347](https://redirect.github.com/dagger/dagger/pull/8347) \ Carriage returns could previously render weirdly in the output, displaying empty lines, and similar visual glitches. - cli: Fix default value on `Platform` flag by [@helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8360](https://redirect.github.com/dagger/dagger/pull/8360) ##### 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.