.changes/v0.21.6.md
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 @grouville in https://github.com/dagger/dagger/pull/13305add explicit dependency: dep result <id> missing from cache after implementation-scoped module results were reused across sessions. by @sipsma in https://github.com/dagger/dagger/pull/13412Map fields so map values are restored correctly between calls instead of failing with expected module type, got dang.MapType. by @vito in https://github.com/dagger/dagger/pull/13421.env user 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/13424invalid immutable ref errors. by @sipsma in https://github.com/dagger/dagger/pull/13429