Back to Dagger

V0.20.1

.changes/v0.20.1.md

0.20.71.1 KB
Original Source

v0.20.1 - 2026-03-05

🔥 Breaking Changes

  • Improved git remote fetch performance by defaulting to --no-tags while preserving SHA fallback compatibility. This includes a behavior change: GitRef.tree() now excludes local .git tag refs by default (includeTags=false). Callers that need checkout-visible tags must opt in with GitRef.tree(includeTags: true) by @grouville in https://github.com/dagger/dagger/pull/11909

Added

Changed

  • Service containers will now use docker HEALTHCHECK commands to determine when a service is ready. If no DockerHealthcheck is defined, then it will fallback to checking the ports defined with WithExposedPort() by @alexcb in https://github.com/dagger/dagger/pull/11951

What to do next?