Skip to content

chore(deps): update dependency dagger/dagger to v0.19.11#119

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dagger-dagger-0.x
Open

chore(deps): update dependency dagger/dagger to v0.19.11#119
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dagger-dagger-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Update Change
dagger/dagger patch v0.19.5v0.19.11

Release Notes

dagger/dagger (dagger/dagger)

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?

v0.19.10

Compare Source

Added
  • Improve memory usage of dagger develop --recursive when used with large number of modules by @​grouville in #​11659
  • Add shareProcessNamespace option to Helm chart for sidecar process access by @​sipsma in #​11680
Fixed
  • Fix invalid mounts leftover after hard engine crash by @​sipsma in #​11673
  • Fix file not found errors when same module concurrently invoked by different clients from different paths by @​sipsma in #​11625
  • Fix regression resulting in "failed to authorize" errors during image pulls by @​grouville in #​11667
  • Fix regression resulting "no such file or directory" errors after use of WithName API by @​alexcb in #​11671
  • Fix errors when using contextual GitRef arguments sourced from local dirs in combination with function caching by @​sipsma in #​11688
  • Fix errors in some SDKs when invoking toolchain constructors by @​TomChv in #​11690
What to do next?

v0.19.9

Compare Source

Added
Fixed
  • fix TypeScript cache setting type error by @​TomChv in #​11539
  • Disable Git askpass prompts to prevent unexpected IDE credential dialogs (e.g., VS Code popups that appear even when credentials are already configured). Credentials still work via helpers or .netrc. For the rare case where no credentials are configured, Dagger now fails early with a clear error instead of triggering a subtle prompt that users sometimes miss by @​sleiner-v in #​11437
  • fix invalid overlay mount creation race condition by @​sipsma in #​11545
  • template in module name when initializing typescript modules by @​kpenfound in #​11551
  • fix incorrect file contents caching race condition bug by @​alexcb in #​11575
  • allow use of git module sources in Java SDK by @​eunomie in #​11570
  • improve determinism of generate Go code by @​kpenfound in #​11579
  • preserve shell exit codes in TUI mode by @​grouville in #​11586
  • ensure typescript SDK correctly uses lockfile in modules by @​TomChv in #​11592
  • fix chained calls across different depths in progress output by @​vito in #​11596
  • correct spelling in withAnnotation doc by @​hugginsio in #​11598
  • fix missing ignores of xattr copy failures by @​sipsma in #​11606
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.8

Compare Source

Added
  • Optimize WithDirectory and WithFile to avoid copying file data on disk in more cases by @​sipsma in #​11497
    These APIs now avoid copying data on disk in all cases except when an owner, permission or timestamp is modified as part of the operation.
  • Add support for host environment variable expansion in .env files by @​alexcb in #​11442
  • Add VCS support for on-premises Azure DevOps by @​nilune in #​11500
  • Add ability to set app role mount path in Vault secret provider by @​nilune in #​11471
  • Add toolchain customization configuration by @​kpenfound in #​11480
  • Add configuration to ignore checks in a toolchain by @​kpenfound in #​11489
  • TypeScript SDK: Add live telemetry support by @​TomChv in #​11486
  • TypeScript SDK: Add tracing for tests using @otr/mocha-test lib by @​TomChv in #​11508
  • Add File.AsJSON() to simplify handling JSON file contents by @​suprjinx in #​11408
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.7

Compare Source

Added
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.6

Compare Source

Fixed
  • Fix dagger develop --recursive to use correct dependency name even when top-level module has a custom name for the dependency by @​sipsma in #​11365
  • Fix "failed to update rootfs: session not found" errors caused by incorrect use of stale client metadata by @​sipsma in #​11295
  • fix panic in filesync telemetry by @​ in #​11371
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: Whenever PR is behind base branch, 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.5 | v0.19.11 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from 5cca3c1 to 8d8eb76 Compare February 6, 2026 00:26
@renovate renovate bot changed the title chore(deps): update dependency dagger/dagger to v0.19.10 chore(deps): update dependency dagger/dagger to v0.19.11 Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants