✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryUpdates v0.21.6 - 2026-06-10, What to do next?, and https://docs.dagger.io across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Add `registryService` options to `Container.from` and `Container.publish`. Add `registryService` options to `Container.from` and `Container.publish`. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix image pulls from single‑platform tags to resolve correctly across platforms. Fix image pulls from single‑platform tags to resolve correctly across platforms. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix intermittent module introspection/codegen cache error reporting missing cached results. Fix intermittent module introspection/codegen cache error reporting missing cached results. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix filtered host directory imports when excluded files disappear during sync. Fix filtered host directory imports when excluded files disappear during sync. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix Dang v2 modules with private `Map` fields to restore map values correctly. Fix Dang v2 modules with private `Map` fields to restore map values correctly. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix `.env` user defaults for module constructors so explicit arguments preserve other defaults. Fix `.env` user defaults for module constructors so explicit arguments preserve other defaults. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fix rare cache race that could return released directory snapshots causing `invalid immutable ref` errors. Fix rare cache race that could return released directory snapshots causing `invalid immutable ref` errors. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
v0.21.6 - 2026-06-10
Added
- Add
registryServiceoptions toContainer.fromandContainer.publish, allowing containers to pull from and publish to a registry provided by a DaggerService. This supports local ephemeral registries without starting unrelated services attached to the container. by @grouville in https://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 @sipsma in https://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 cacheafter implementation-scoped module results were reused across sessions. by @sipsma in https://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 @sipsma in https://github.com/dagger/dagger/pull/13414
- Fix Dang v2 modules with private
Mapfields so map values are restored correctly between calls instead of failing withexpected module type, got dang.MapType. by @vito in https://github.com/dagger/dagger/pull/13421 - Fix
.envuser defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by @marcosnils in https://github.com/dagger/dagger/pull/13424 - Fix a rare cache race that could return released directory snapshots and cause
invalid immutable referrors. by @sipsma in https://github.com/dagger/dagger/pull/13429
What to do next?
- Read the documentation
- Join our Discord server
- Follow us on Twitter
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud
Related context
Related tools
Earlier breaking changes
- v0.21.0 Migrate caching to DagQL and remove the BuildKit solver backend.
Beta — feedback welcome: [email protected]