Skip to content

Update dependency dagger/dagger to v0.20.8#1184

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

Update dependency dagger/dagger to v0.20.8#1184
renovate[bot] wants to merge 1 commit into
v2from
renovate/dagger-dagger-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 12, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
dagger/dagger minor v0.11.9v0.20.8

Release Notes

dagger/dagger (dagger/dagger)

v0.20.8

Compare Source

v0.20.8 - 2026-05-06

Fixed
  • Python SDK: fix v0.20.7 regressions where valid Python modules could fail to load correctly, especially when using patterns such as import aliases, inherited functions, relative imports, or module-level type aliases, by @​tiborvass in aa1721d (reverts commit bcb2193 backported from #​11803)
  • Dang SDK: parallel initialization no longer panics or reports spurious typechecking errors by @​tiborvass in 53f1ae3 (backported from #​13098) and @​vito in ae5fc75 (backported from #​13103)
What to do next?

v0.20.7

Compare Source

v0.20.7 - 2026-04-30

Fixed
  • Fix rare engine hangs when short-lived container processes leave runc run or runc exec stuck by @​sipsma in d2fd6b4 (backported from #​13078)
  • Fix toolchain customization defaults so changing a default invalidates cached omitted-argument calls and returns the new value by @​shykes in dbab536 (backported from #​13047)
  • Fix remote modules that install a toolchain from another repo so +defaultPath file inputs resolve from the module selected by -m, not from the toolchain repo or the caller's local workspace by @​tiborvass in 1c105d4
  • Fix modules that install a toolchain so module code can call installed toolchain constructors and types from generated SDK bindings again by @​eunomie in d348571 (backported from #​12991)
  • Fix dagger mcp so MCP clients and agents can use functions from the current workspace module again, instead of only generic or core tools by @​shykes in 104a5ec (backported from #​13030)
  • Fix Docker-backed engines in cgroup subgroup environments by ensuring the engine image includes the init binary it needs to start correctly by @​marcosnils in 7a5f6e6 (backported from #​12999)
  • Fix nested Dagger commands so explicit local NO_COLOR settings are preserved after telemetry initialization, avoiding unexpected ANSI color codes in parseable logs by @​sipsma in 3dbb010 (backported from #​13076)
  • Fix LLM tool calls for providers such as AWS Bedrock by giving undocumented module functions a fallback tool description instead of an empty one by @​shykes in 4d49e17 (backported from #​12857)
  • Fix git credential errors so failed credential helper output includes stderr, making authentication failures easier to diagnose by @​marcosnils in 588ce15 (backported from #​13048)
  • Fix dagger functions and dagger call --help so constructor plumbing no longer appears as a confusing extra with function by @​eunomie in c50f40a (backported from #​13012)
  • Dang SDK: fix built-in sdk: "dang" modules so calls to Go or TypeScript dependency modules complete instead of timing out while loading the dependency runtime by @​shykes in 4dba920 (backported from #​12975)
  • Elixir SDK: fix dagger generate elixir-sdk so users can regenerate Elixir bindings from the current engine introspection schema by @​wingyplus in 983d5b0 (backported from #​12890)
  • Python SDK: fix calls so they no longer stall for several seconds with repeated OpenTelemetry metrics exporter warnings when unsupported metrics are emitted by @​eunomie in d7a2709 (backported from #​13013)
  • Python SDK: fix redundant image pulls in new modules by aligning the generated Python version requirement with the default runtime image for better cache-hit performance by @​eunomie in ede18a0 (backported from #​13027)
  • Python SDK: fix terminal cleanup so dagger.connection() restores the cursor and stops the spinner with default logging settings by @​shykes in 12e1238 (backported from #​12835)
  • Python SDK: fix module discovery so introspection no longer imports user modules by @​eunomie in 8d5362b (backported from #​11803)
Contributors

Special thanks to our external contributor this release!

What to do next?

v0.20.6

Compare Source

Fixed
What to do next?

v0.20.5

Compare Source

Fixed
  • Fix TUI final rendering so progress output, checkmarks, and error details are still shown on stderr when a command exits while quitting by @​eunomie in #​12936
  • Fix honoring _EXPERIMENTAL_DAGGER_RUNNER_HOST environment variable by @​tiborvass in #​12943
  • Fix workspace module sources declared in dagger.json so they resolve relative to the config file rather than the caller's current working directory when connecting from a subdirectory by @​shykes in #​12934
  • Fix .env validation so Dagger only uploads the .env file being checked instead of the entire parent directory by @​shykes in fab203a
  • Fix noisy legacy-default-path compatibility warnings so they are no longer printed during module function loading by @​shykes in 0b1e3b8
What to do next?

v0.20.4

Compare Source

Added
  • Add experimental dagger up to start module-defined services on the host, including @up annotations, workspace/module services() APIs, and configurable port mappings by Yves Brissaud in #​11959
  • Add @cache directive for module function cache control by Alex Suraci in #​12920
  • Add --failfast to dagger check and WithFailFast in SDKs by @​kpenfound in #​11956
  • Add support to set primitive values and secret arrays in user defaults by @​marcosnils in #​12898
  • Add Changeset.diffStats() and structured DiffStat entries for renames and line-count summaries by @​grouville + @​tiborvass in #​12002
  • Add support for Directory.chown() with usernames and group names by @​alexcb in #​12128
  • Add Dockerfile ADD --unpack support by @​tiborvass + @​grouville in #​12096
  • Add Go toolchain tag support for Dockerfile frontend features such as COPY --exclude and COPY --parents by @​alexcb in #​12896
  • Dang SDK: add enum/interface/scalar support plus @check and @generate directives by Alex Suraci in #​12830
  • Dang SDK: add @up annotation support by Yves Brissaud in #​12919
  • Elixir SDK: support Enum types by @​Nero-F in #​12862
  • Go SDK: write dependency bindings to separate internal/dagger/<dep>.gen.go files by @​TomChv in #​11962
  • PHP SDK: add support for implicit getters by @​charjr in #​11689
  • Rust SDK: add a builder for Config by @​fdiakh in #​12832
Changed
  • Make dagger connect faster by reducing driver probing and setup work before command execution by @​tiborvass in #​11769
  • Expand workspace support with workspace-scoped checks() and generators() APIs, richer workspace metadata, and clearer path/boundary semantics by @​shykes in #​11995
  • dagger check and dagger generate now resolve against the current workspace rather than only the current module by @​shykes in #​11995
  • Stop expanding literal dotenv values and arguments so literal strings remain literal by @​marcosnils in #​11957
  • Go SDK: pin generated modules to the matching dagger-go-sdk commit by @​TomChv in #​11826
Deprecated
  • Set secrets via dotenv segments without a scheme is deprecated and will require an explicit scheme in a future release by @​marcosnils in #​11957
Fixed
  • Fix Dockerfile RUN heredoc failing with command not found (exit 127) by preserving /dev/pipes/ mounts in the OCI spec by @​majiayu000 in #​12020
  • Fix dagger init crashing when .env exists as a directory by @​paikend in #​12868
  • Fix WithExec with Expand=true so environment variables are also expanded in RedirectStdout, RedirectStderr, and RedirectStdin paths by @​shykes in #​12846
  • Fix Helm chart support for custom liveness/readiness probes by @​shykes in #​12859
  • Fix Helm chart envFrom.secretRef indentation in the engine StatefulSet by @​fixeasy in #​12906
  • Fix dagger shell object-argument errors to show a clear message when a string literal is passed instead of an object ID by @​shykes in #​12842
  • Fix lazy image blob handling so container results remain local after ContainerDagOp returns by @​marcosnils in #​12861
  • Fix .env user defaults being silently ignored when a constructor arg has a schema default value by @​shykes in #​12854
  • Dang SDK: fix workspace arguments and filesync support to match /dagger-sdk behavior by Alex Suraci in #​12830
  • Python SDK: fix Config.log_output handling for in-memory streams such as StringIO by @​paikend in #​12867
  • Rust SDK: fix timeouts and default Config behavior, and improve GraphQL error parsing by @​fdiakh in #​12832
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.20.3

Compare Source

Full list of changes can be found here: https://dagger.io/changelog/#​0.20.3

What to do next?

v0.20.2

Compare Source

Fixed
  • Fix possible cases where dagger call may exit 0 even if the function itself returned an error by @​sipsma in #​12000
What to do next?

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?

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?

v0.19.5

Compare Source

Fixed
  • Significantly improve engine performance by reducing disk syncing and associated lock contention by @​sipsma in #​11336
  • Fixed directory+file not found errors when using cached function calls with contextual arguments involved by @​sipsma in #​11350
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.4

Compare Source

Added
Fixed
Dependencies
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.3

Compare Source

Added
  • allow modules to call their own functions through the engine (self calls) by @​eunomie in #​10584
  • Allow to raise errors using withError by @​eunomie in #​11222
    This is for instance really useful from inside self-chainable blocks (using with) where an error can't be returned.
  • New Changeset.isEmpty API by @​jedevc in #​11237
Fixed
Dependencies
What to do next?

v0.19.2

Compare Source

Fixed
  • Fixed engine crash when container sourced from private image was used with terminal or as a service (and was not already cached in the engine) by @​sipsma in #​11198
What to do next?

v0.19.1

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from dda7222 to c84af5b Compare July 18, 2024 22:49
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.0 Update dependency dagger/dagger to v0.12.1 Jul 18, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from c84af5b to 46da94d Compare July 22, 2024 21:32
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.1 Update dependency dagger/dagger to v0.12.2 Jul 22, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 46da94d to 2d2454b Compare July 25, 2024 19:15
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.2 Update dependency dagger/dagger to v0.12.3 Jul 25, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 2d2454b to 8f8eb0b Compare August 2, 2024 13:11
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.3 Update dependency dagger/dagger to v0.12.4 Aug 2, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 8f8eb0b to 0fd0c03 Compare August 7, 2024 14:44
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 0fd0c03 to f6aa0b6 Compare August 15, 2024 15:19
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.4 Update dependency dagger/dagger to v0.12.5 Aug 15, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from f6aa0b6 to d1b000d Compare August 30, 2024 12:19
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.5 Update dependency dagger/dagger to v0.12.6 Aug 30, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from d1b000d to 89c9d45 Compare September 2, 2024 15:35
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.6 Update dependency dagger/dagger to v0.12.7 Sep 2, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 89c9d45 to f23b8d8 Compare September 11, 2024 16:52
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.12.7 Update dependency dagger/dagger to v0.13.0 Sep 11, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from f23b8d8 to 97b943f Compare September 18, 2024 21:52
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.0 Update dependency dagger/dagger to v0.13.1 Sep 18, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 97b943f to 8bb4c45 Compare September 20, 2024 18:44
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.1 Update dependency dagger/dagger to v0.13.2 Sep 20, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 8bb4c45 to a93226d Compare September 21, 2024 01:28
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.2 Update dependency dagger/dagger to v0.13.3 Sep 21, 2024
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.3 Update dependency dagger/dagger to v0.13.4 Oct 9, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch 2 times, most recently from 2c7148c to 3298d83 Compare October 11, 2024 01:11
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.4 Update dependency dagger/dagger to v0.13.5 Oct 11, 2024
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.13.5 Update dependency dagger/dagger to v0.13.6 Oct 25, 2024
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 3298d83 to dd68756 Compare October 25, 2024 14:12
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.15.2 Update dependency dagger/dagger to v0.15.3 Jan 29, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from d4df683 to 7a97d6b Compare February 12, 2025 16:55
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.15.3 Update dependency dagger/dagger to v0.15.4 Feb 12, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 7a97d6b to 164952e Compare February 21, 2025 20:03
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.15.4 Update dependency dagger/dagger to v0.16.1 Feb 21, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 164952e to 0cd7eda Compare February 27, 2025 19:46
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.16.1 Update dependency dagger/dagger to v0.16.2 Feb 27, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 0cd7eda to d700696 Compare March 12, 2025 19:42
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.16.2 Update dependency dagger/dagger to v0.16.3 Mar 12, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from d700696 to 757fa93 Compare March 20, 2025 22:53
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.16.3 Update dependency dagger/dagger to v0.17.0 Mar 20, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 757fa93 to 9a9ab7e Compare March 25, 2025 01:45
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.17.0 Update dependency dagger/dagger to v0.17.1 Mar 25, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 9a9ab7e to 24ef0f5 Compare March 27, 2025 19:38
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.17.1 Update dependency dagger/dagger to v0.17.2 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 24ef0f5 to edc55de Compare April 1, 2025 05:43
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.17.2 Update dependency dagger/dagger to v0.18.0 Apr 1, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from edc55de to e92413f Compare April 1, 2025 21:50
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.0 Update dependency dagger/dagger to v0.18.1 Apr 1, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from e92413f to 3f39dcc Compare April 4, 2025 17:43
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.1 Update dependency dagger/dagger to v0.18.2 Apr 4, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 3f39dcc to 2f235ec Compare April 14, 2025 15:46
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.2 Update dependency dagger/dagger to v0.18.3 Apr 14, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 2f235ec to ea8d778 Compare April 22, 2025 22:38
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.3 Update dependency dagger/dagger to v0.18.4 Apr 22, 2025
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.4 Update dependency dagger/dagger to v0.18.5 Apr 26, 2025
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from ea8d778 to 71de3de Compare April 26, 2025 02:59
@renovate renovate Bot force-pushed the renovate/dagger-dagger-0.x branch from 71de3de to 8f54b0a Compare May 6, 2025 19:30
@renovate renovate Bot changed the title Update dependency dagger/dagger to v0.18.5 Update dependency dagger/dagger to v0.18.6 May 6, 2025
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