Commit a53b4a9
chore(deps): update ⬆️ dagger to v0.18.1 (#412)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [dagger/dagger](https://redirect.github.com/dagger/dagger) | minor |
`v0.17.0` -> `v0.18.1` |
---
### Release Notes
<details>
<summary>dagger/dagger (dagger/dagger)</summary>
###
[`v0.18.1`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0181---2025-04-01)
[Compare
Source](https://redirect.github.com/dagger/dagger/compare/v0.18.0...v0.18.1)
##### 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)
###
[`v0.18.0`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0180---2025-03-31)
[Compare
Source](https://redirect.github.com/dagger/dagger/compare/v0.17.2...v0.18.0)
##### Changed
- use dockerignore files during docker build by
[@​rajatjindal](https://redirect.github.com/rajatjindal) in
[https://github.com/dagger/dagger/pull/9857](https://redirect.github.com/dagger/dagger/pull/9857)
##### Fixed
- Fixed an issue when reusing a variable with a pipeline, in the same
run by [@​helderco](https://redirect.github.com/helderco) in
[https://github.com/dagger/dagger/pull/10018](https://redirect.github.com/dagger/dagger/pull/10018)
- Fixed executing a dagger shell script from the root command by
[@​helderco](https://redirect.github.com/helderco) in
[https://github.com/dagger/dagger/pull/10020](https://redirect.github.com/dagger/dagger/pull/10020)
##### 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)
###
[`v0.17.2`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0172---2025-03-27)
[Compare
Source](https://redirect.github.com/dagger/dagger/compare/v0.17.1...v0.17.2)
##### Added
- New `Directory.filter` API for improved ergonomics by
[@​rajatjindal](https://redirect.github.com/rajatjindal) in
[https://github.com/dagger/dagger/pull/9976](https://redirect.github.com/dagger/dagger/pull/9976)
\
This was previously possible by doing `Query.directory.withDirectory("",
dir)`, but this breaks the chain.
##### Changed
- Various LLM API changes and improvements to tool calling scheme by
[@​vito](https://redirect.github.com/vito) in
[https://github.com/dagger/dagger/pull/9956](https://redirect.github.com/dagger/dagger/pull/9956)
##### 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)
###
[`v0.17.1`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0171---2025-03-24)
[Compare
Source](https://redirect.github.com/dagger/dagger/compare/v0.17.0...v0.17.1)
- BREAKING(llm): fix go sdk capitalization of "Llm" to "LLM" instead,
consistent with engine code and the rest of the go ecosystem
([https://github.com/dagger/dagger/pull/9933](https://redirect.github.com/dagger/dagger/pull/9933))
- this will break compilation of modules referencing the LLM API like
`dag.Llm`. To fix, simply change to `dag.LLM`
- when prompting for remote module LLM access, error early in
non-interactive situations where we would previously hang indefinitely.
([https://github.com/dagger/dagger/pull/9957](https://redirect.github.com/dagger/dagger/pull/9957))
##### 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)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/dots).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>1 parent 8aefc94 commit a53b4a9
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments