From 5702a4888125d32ae5f2079ecdf88b9569dad398 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:29:02 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.20.7 (#886) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.20.6` → `0.20.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Release Notes
dagger/dagger (dagger/dagger) ### [`v0.20.7`](https://redirect.github.com/dagger/dagger/releases/tag/v0.20.7) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.6...v0.20.7) #### 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](https://redirect.github.com/sipsma) in [`d2fd6b4`](https://redirect.github.com/dagger/dagger/commit/d2fd6b4d32b9fe9ac3fd3965efe142d7b6143967) (backported from [#​13078](https://redirect.github.com/dagger/dagger/pull/13078)) - Fix toolchain customization defaults so changing a default invalidates cached omitted-argument calls and returns the new value by [@​shykes](https://redirect.github.com/shykes) in [`dbab536`](https://redirect.github.com/dagger/dagger/commit/dbab53643dd801d077018d3d8e74cdc87c07f24f) (backported from [#​13047](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/tiborvass) in [`1c105d4`](https://redirect.github.com/dagger/dagger/commit/1c105d45c567769b319e550d820895763bb97290) - Fix modules that install a toolchain so module code can call installed toolchain constructors and types from generated SDK bindings again by [@​eunomie](https://redirect.github.com/eunomie) in [`d348571`](https://redirect.github.com/dagger/dagger/commit/d348571d4cbbb32b3043f510c60deffe8e9c12c4) (backported from [#​12991](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/shykes) in [`104a5ec`](https://redirect.github.com/dagger/dagger/commit/104a5ec60b8132cd60651dbeb2077c531b5a75bb) (backported from [#​13030](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/marcosnils) in [`7a5f6e6`](https://redirect.github.com/dagger/dagger/commit/7a5f6e67dc951f80a236960c54abafcbec50ff94) (backported from [#​12999](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/sipsma) in [`3dbb010`](https://redirect.github.com/dagger/dagger/commit/3dbb01097cb278a4ebd996bf073e2ff3c8b8b20f) (backported from [#​13076](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/shykes) in [`4d49e17`](https://redirect.github.com/dagger/dagger/commit/4d49e17ed3e3f01b44fe5c7eb15fce47281c99df) (backported from [#​12857](https://redirect.github.com/dagger/dagger/pull/12857)) - Fix git credential errors so failed credential helper output includes stderr, making authentication failures easier to diagnose by [@​marcosnils](https://redirect.github.com/marcosnils) in [`588ce15`](https://redirect.github.com/dagger/dagger/commit/588ce15b95aefda80142ff9745c8ad8767a77c42) (backported from [#​13048](https://redirect.github.com/dagger/dagger/pull/13048)) - Fix `dagger functions` and `dagger call --help` so constructor plumbing no longer appears as a confusing extra `with` function by [@​eunomie](https://redirect.github.com/eunomie) in [`c50f40a`](https://redirect.github.com/dagger/dagger/commit/c50f40a5933fe5020f9fca499227351b1a8b4bb2) (backported from [#​13012](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/shykes) in [`4dba920`](https://redirect.github.com/dagger/dagger/commit/4dba920e064c48dcfaf9e108949f5b4df8c11498) (backported from [#​12975](https://redirect.github.com/dagger/dagger/pull/12975)) - Elixir SDK: fix `dagger generate elixir-sdk` so users can regenerate Elixir bindings from the current engine introspection schema by [@​wingyplus](https://redirect.github.com/wingyplus) in [`983d5b0`](https://redirect.github.com/dagger/dagger/commit/983d5b03cbf3605f9709ab639a88aba23f8053fb) (backported from [#​12890](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/eunomie) in [`d7a2709`](https://redirect.github.com/dagger/dagger/commit/d7a2709936bf218636df31baa0921b60d801f9f6) (backported from [#​13013](https://redirect.github.com/dagger/dagger/pull/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](https://redirect.github.com/eunomie) in [`ede18a0`](https://redirect.github.com/dagger/dagger/commit/ede18a0f7e67653a1d4202dbc432b517e2a33f29) (backported from [#​13027](https://redirect.github.com/dagger/dagger/pull/13027)) - Python SDK: fix terminal cleanup so `dagger.connection()` restores the cursor and stops the spinner with default logging settings by [@​shykes](https://redirect.github.com/shykes) in [`12e1238`](https://redirect.github.com/dagger/dagger/commit/12e1238e2346589659575598b3e8ee92547c0145) (backported from [#​12835](https://redirect.github.com/dagger/dagger/pull/12835)) - Python SDK: fix module discovery so introspection no longer imports user modules by [@​eunomie](https://redirect.github.com/eunomie) in [`8d5362b`](https://redirect.github.com/dagger/dagger/commit/8d5362bbc345283f0adae26da515d248542cd86a) (backported from [#​11803](https://redirect.github.com/dagger/dagger/pull/11803)) ##### Contributors Special thanks to our external contributor this release! - [@​wingyplus](https://redirect.github.com/wingyplus) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io)
--- ### Configuration 📅 **Schedule**: (UTC) - 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/release-publish.yml | 2 +- Taskfile.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d38abd4..49e8cc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.20.6 + DAGGER_VERSION: 0.20.7 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh - name: Run CI task diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9181564..b2a8226 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -31,7 +31,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.20.6 + DAGGER_VERSION: 0.20.7 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh - name: Create image and manifest diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 6ea7fd6..5ea6202 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.20.6 + DAGGER_VERSION: 0.20.7 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh - name: Create image and manifest diff --git a/Taskfile.yml b/Taskfile.yml index 5454766..9939a8b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -206,7 +206,7 @@ tasks: - start-build-network vars: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.20.6 + DAGGER_VERSION: 0.20.7 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >