Skip to content

chore(deps): update dependency dagger/dagger to v0.20.1#782

Merged
mnencia merged 1 commit intomainfrom
renovate/dagger-dagger-0.x
Mar 6, 2026
Merged

chore(deps): update dependency dagger/dagger to v0.20.1#782
mnencia merged 1 commit intomainfrom
renovate/dagger-dagger-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2026

This PR contains the following updates:

Package Update Change
dagger/dagger minor 0.19.100.20.1

Release Notes

dagger/dagger (dagger/dagger)

v0.20.1

Compare Source

🔥 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 #​11909
Added
  • Added container.WithDockerHealthcheck to support publishing images with a dockerhub healthcheck by @​alexcb in #​11911
  • drivers: add TLS driver for engine clients by @​matipan in #​11916
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 #​11951
What to do next?

v0.20.0

Compare Source

Added
Fixed
  • Fix git SSH socket not found errors when different clients use different SSH auth sock paths on the same repo by @​sipsma in #​11828
  • Update internal bbolt db configuration to do less syncing and possibly avoid an upstream bug causing crashes by @​sipsma in #​11850
  • Fix nullable function return types incorrectly being skipped for persistent cache by @​sipsma in #​11855
  • Fix ONBUILD commands in Dockerfiles not being published when calling directory.dockerbuild().Publish() by @​alexcb in #​11901
What to do next?

v0.19.11

Compare Source

Added
  • Merge multiple changesets using changeset.withChangset(other) or changeset.withChangesets(others...) by @​eunomie in #​11577
    Multiple strategies are available in case of conflict, and uses git under the hood to merge the changesets.
  • Add dagger generate command by @​eunomie in #​11779
    Functions can be marked as 'generate' (// +generate in Go, @generate() in typescript, @generate in python). Those functions must expose a Changeset.
    By marking them as generate functions means they will be available under the dagger generate command. This command will run all of them and merge the resulting changesets before to apply it.
  • Add Documentation for using LLM.withMCPServer by @​sukso96100 in #​11605
  • Add liveness probe to helm chart by @​vmaffet in #​11703
  • Allow multiple versions of the same toolchain by @​kpenfound in #​11697
  • Add checks support to Java SDK by @​henkhofs in #​11704
  • Allow container address in default pragrams and customizations by @​kpenfound in #​11714
  • Support AWS secret manager and parameter store as secret providers by @​kpenfound in #​11728
  • Add support for --mount=type=ssh in Directory.dockerBuild by @​sipsma in #​11793
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource  | package       | from     | to      |
| ----------- | ------------- | -------- | ------- |
| github-tags | dagger/dagger | v0.19.10 | v0.20.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from a team as a code owner March 6, 2026 10:39
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 6, 2026
@mnencia mnencia merged commit 2f78813 into main Mar 6, 2026
7 of 8 checks passed
@mnencia mnencia deleted the renovate/dagger-dagger-0.x branch March 6, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated lgtm This PR has been approved by a maintainer no-issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant