chore(deps): update dependency dagger/dagger to v0.21.0#926
Merged
Conversation
| datasource | package | from | to | | ----------- | ------------- | ------- | ------- | | github-tags | dagger/dagger | v0.20.8 | v0.21.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
leonardoce
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.20.8→0.21.0Release Notes
dagger/dagger (dagger/dagger)
v0.21.0Compare Source
Added
checkfor eachgeneratefunction by @eunomie in #12923Each generated
checkhas the same name as itsgeneratefunction, sodagger checkcan report whether generated files are out of date.Use
dagger check --no-generateto list or run only functions explicitly marked as checks, without the generated ones.Toolchains can set
ignoreChecksto skip creating checks for specificgeneratefunctions.container.fromand Git refs by @shykes + @alexcb + @grouville + @tiborvass + @eunomie in #12046 #13094Locking is opt-in with
--lock live,--lock pinned, or--lock frozen: live mode resolves and records live values, pinned mode prefers recorded pins while resolving the rest live, and frozen mode only resolves from.dagger/lock.Use
dagger lock updateto refresh entries already recorded in.dagger/lock; it now creates the file when missing.This also fixes remote Git tree cache keys so cache reuse follows the actual checkout inputs.
--x-release=<ref>andDAGGER_X_RELEASE=<ref>support for running a command against an unreleased Dagger build from a GitHub ref, fixing #12996 by @tiborvass in #13156Serviceto the Helm chart by @pierreyves-lebrun + @grouville in #11993EngineCacheEntry.dagqlCallandEngineCacheEntry.recordTypesso cache entries expose the producing DagQL call and all represented storage record types for inspection and GC filtering by @sipsma in #13207return, self-calls, order-independent declarations, and stricter nullability/type checking by @vito in #13184Changed
withDirectorychains instead of materializing them quadratically by @sipsma in #13117 #13123 #13144 #13124Fixed
session ... not foundfailures with the intended behavior or original error by @sipsma in #13108 #13119WithSecretVariableso later calls override earlier values, fixing #13147 by @matipan in #13159.envvalues are not double-expanded through namespaces, and plaintextSecretdefaults are scrubbed in console output; fixes #12855 and closes #12014 by @sipsma + @marcosnils + @tiborvass in #13163 #13160 #13177dagger checklog telemetry is not dropped, Python module logs are not duplicated, anddagger tracehonors frontend flags by @vito + @sipsma in #13114 #13153dagger generate --scale-outreturning unusable remoteChangesetobjects by always running generation locally;dagger check --scale-outremains supported by @eunomie in #13190mvn versions:setno longer performs unnecessary dependency/plugin resolution, preventing Maven Central 429 failures; fixes #13174 by @dagger-codex[bot] + @tiborvass in #13198@staticmethod, type aliases, constants/defaults,Annotated,Optional,Union, and relative imports; fixes #13097 and #13089 by @eunomie in #13095TypeAliasinsideX | None, quoted and aliased annotations, and absolute self-package imports by @marcosnils + @grouville + @eunomie in #13149 #13162 #13171yarl1.24.1 release from the dependency range by @tiborvass in #13189What to do next?
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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.