Skip to content

Commit 7cba080

Browse files
chore(deps): update ⬆️ dagger to v0.21.6 (#141)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [aqua:dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.21.4` → `0.21.6` | `0.21.7` | --- ### Release Notes <details> <summary>dagger/dagger (aqua:dagger/dagger)</summary> ### [`v0.21.6`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0216---2026-06-10) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.5...v0.21.6) ##### Added - Add `registryService` options to `Container.from` and `Container.publish`, allowing containers to pull from and publish to a registry provided by a Dagger `Service`. This supports local ephemeral registries without starting unrelated services attached to the container. by [@&#8203;grouville](https://redirect.github.com/grouville) in [#&#8203;13305](https://redirect.github.com/dagger/dagger/pull/13305) ##### Fixed - Fix image pulls from single-platform image tags so they can resolve correctly even when the image config reports a different platform than the requested platform. by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13409](https://redirect.github.com/dagger/dagger/pull/13409) - Fix an intermittent module introspection/codegen cache error that could report `add explicit dependency: dep result <id> missing from cache` after implementation-scoped module results were reused across sessions. by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13412](https://redirect.github.com/dagger/dagger/pull/13412) - Fix filtered host directory imports when excluded files disappear during sync, preventing layer copy errors for paths that should have been ignored by include/exclude filters. by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13414](https://redirect.github.com/dagger/dagger/pull/13414) - Fix Dang v2 modules with private `Map` fields so map values are restored correctly between calls instead of failing with `expected module type, got dang.MapType`. by [@&#8203;vito](https://redirect.github.com/vito) in [#&#8203;13421](https://redirect.github.com/dagger/dagger/pull/13421) - Fix `.env` user defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by [@&#8203;marcosnils](https://redirect.github.com/marcosnils) in [#&#8203;13424](https://redirect.github.com/dagger/dagger/pull/13424) - Fix a rare cache race that could return released directory snapshots and cause `invalid immutable ref` errors. by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13429](https://redirect.github.com/dagger/dagger/pull/13429) ##### 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.21.5`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0215---2026-06-10) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.4...v0.21.5) ##### Added - Added expand option to container.exists by [@&#8203;alexcb](https://redirect.github.com/alexcb) in [#&#8203;13310](https://redirect.github.com/dagger/dagger/pull/13310) - Support both Dang v1 and v2, routed by module engineVersion by [@&#8203;vito](https://redirect.github.com/vito) in [#&#8203;13388](https://redirect.github.com/dagger/dagger/pull/13388) ##### Changed - Prune local cache during disk pressure by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13375](https://redirect.github.com/dagger/dagger/pull/13375) - Persist trivial core objects by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13387](https://redirect.github.com/dagger/dagger/pull/13387) ##### Fixed - Correct namespaced type-name mangling and cross-dependency interface dispatch in Dang by [@&#8203;vito](https://redirect.github.com/vito) in [#&#8203;13377](https://redirect.github.com/dagger/dagger/pull/13377) - Surface exec errors correctly on the Bun runtime in the TypeScript SDK by [@&#8203;marcosnils](https://redirect.github.com/marcosnils) in [#&#8203;13395](https://redirect.github.com/dagger/dagger/pull/13395) - Ignore host xattrs for local filesync import identity by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13389](https://redirect.github.com/dagger/dagger/pull/13389) - Don't shallow-clone the user's repo for git telemetry labels by [@&#8203;marcosnils](https://redirect.github.com/marcosnils) in [#&#8203;13363](https://redirect.github.com/dagger/dagger/pull/13363) - Preserve pending lazy container parents by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13365](https://redirect.github.com/dagger/dagger/pull/13365) - Preserve withChanges parent layers by [@&#8203;dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@&#8203;shykes](https://redirect.github.com/shykes) in [#&#8203;13342](https://redirect.github.com/dagger/dagger/pull/13342) - Treat incomplete image metadata as cache miss by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13346](https://redirect.github.com/dagger/dagger/pull/13346) - Cache registry image metadata by [@&#8203;dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@&#8203;shykes](https://redirect.github.com/shykes) in [#&#8203;13341](https://redirect.github.com/dagger/dagger/pull/13341) - Don't require id field for interface conformance in Dang by [@&#8203;vito](https://redirect.github.com/vito) in [#&#8203;13318](https://redirect.github.com/dagger/dagger/pull/13318) - Use module-local check names for scale-out by [@&#8203;dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@&#8203;tiborvass](https://redirect.github.com/tiborvass) in [#&#8203;13329](https://redirect.github.com/dagger/dagger/pull/13329) - Fix snapshot owner lease attach/remove race by [@&#8203;sipsma](https://redirect.github.com/sipsma) in [#&#8203;13321](https://redirect.github.com/dagger/dagger/pull/13321) - Follow source symlinks when copying directory contents in layercopy by [@&#8203;marcosnils](https://redirect.github.com/marcosnils) in [#&#8203;13326](https://redirect.github.com/dagger/dagger/pull/13326) ##### 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**: (in timezone America/Los_Angeles) - Branch creation - "after 4pm on thursday" - 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/daggerverse). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3b2908 commit 7cba080

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
22
go = "1.26.3"
33
"aqua:casey/just" = "1.52.0"
4-
"aqua:dagger/dagger" = "0.21.4"
4+
"aqua:dagger/dagger" = "0.21.6"
55
"aqua:int128/ghcp" = "1.15.3"

.mise/mise.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)