Skip to content

Commit 58f492e

Browse files
renovate[bot]scottames-github-bot[bot]scottames
authored
chore(deps): update ⬆️ dagger to v0.17.0 (#84)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | minor | `v0.16.3` -> `v0.17.0` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.17.0`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0170---2025-03-20) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.16.3...v0.17.0-llm.2) ##### Added - Stabilized Dagger Shell by [@&#8203;helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/9896](https://redirect.github.com/dagger/dagger/pull/9896) Find out more at <https://docs.dagger.io/features/shell/> - New top-level `LLM` API to allow integrating LLMs with native Dagger types in [https://github.com/dagger/dagger/pull/9628](https://redirect.github.com/dagger/dagger/pull/9628) Find out more at <https://docs.dagger.io/ai-agents/> ##### Changed - The default unix socket used to connect to the engine is now at `/run/dagger/engine.sock` by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/9866](https://redirect.github.com/dagger/dagger/pull/9866) \ The previous socket path still exists for backwards compatibility but may be removed in a future version. - Fields that return directory paths such as `Directory.glob` and `Directory.entries` now return a trailing slash to distinguish from regular files by [@&#8203;jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/9118](https://redirect.github.com/dagger/dagger/pull/9118) ##### 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/containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- 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> Co-authored-by: Scott Ames <[email protected]>
1 parent d231262 commit 58f492e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.aqua/aqua-checksums.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"algorithm": "sha256"
1212
},
1313
{
14-
"id": "github_release/github.com/dagger/dagger/v0.16.3/dagger_v0.16.3_linux_amd64.tar.gz",
15-
"checksum": "B0CD7BB72412D50E1DA3D10C8701696F93581FAF1CC91BBD630E01E3463021C8",
14+
"id": "github_release/github.com/dagger/dagger/v0.17.0/dagger_v0.17.0_linux_amd64.tar.gz",
15+
"checksum": "98FEF23CFC869EB5E79A57653A5378A38E009ABB230AD94AC8B374759B8CF53D",
1616
"algorithm": "sha256"
1717
},
1818
{
19-
"id": "github_release/github.com/dagger/dagger/v0.16.3/dagger_v0.16.3_linux_arm64.tar.gz",
20-
"checksum": "F7742639AD5730275A11554F0DA42E736A514A4BC87316797E231ECB93E51115",
19+
"id": "github_release/github.com/dagger/dagger/v0.17.0/dagger_v0.17.0_linux_arm64.tar.gz",
20+
"checksum": "2DE6A31C4A2973BE673DCABF5D476EE9A5EE367D6B3FCC2FCF8DF28B24A000DA",
2121
"algorithm": "sha256"
2222
},
2323
{

.aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ packages:
1212
- name: int128/[email protected] # required for aqua-checksums update
1313
- name: kevincobain2000/[email protected]
1414
- name: casey/[email protected]
15-
- name: dagger/dagger@v0.16.3
15+
- name: dagger/dagger@v0.17.0

.github/workflows/atomic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
&& github.ref != 'refs/heads/main'
7070
with:
7171
# renovate: datasource=github-releases depName=dagger/dagger
72-
version: v0.16.3
72+
version: v0.17.0
7373
verb: call
7474
module: atomic
7575
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
9191
&& github.ref == 'refs/heads/main'
9292
with:
9393
# renovate: datasource=github-releases depName=dagger/dagger
94-
version: v0.16.3
94+
version: v0.17.0
9595
verb: call
9696
module: atomic
9797
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

.github/workflows/reusable-toolbox.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
&& github.ref != 'refs/heads/main'
5757
with:
5858
# renovate: datasource=github-releases depName=dagger/dagger
59-
version: v0.16.3
59+
version: v0.17.0
6060
verb: call
6161
module: ${{ inputs.module }}
6262
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
&& github.ref == 'refs/heads/main'
7676
with:
7777
# renovate: datasource=github-releases depName=dagger/dagger
78-
version: v0.16.3
78+
version: v0.17.0
7979
verb: call
8080
module: ${{ inputs.module }}
8181
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 commit comments

Comments
 (0)