From 9ab3c54cde66556398a9a1e9ec24fa49391fc23a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:46:57 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.20.6 (#852) 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.5` → `0.20.6` | --- > [!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.6`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0206---2026-04-15) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.5...v0.20.6) ##### Fixed - Fix toolchains being loaded or resolved from the wrong source, which could unexpectedly affect command behavior, break custom path overrides, or cause confusing missing-file errors when using `dagger -m @​` by [@​shykes](https://redirect.github.com/shykes) + [@​grouville](https://redirect.github.com/grouville) + [@​tiborvass](https://redirect.github.com/tiborvass) + [@​marcosnils](https://redirect.github.com/marcosnils) + [@​eunomie](https://redirect.github.com/eunomie) in [#​12983](https://redirect.github.com/dagger/dagger/pull/12983) [#​12949](https://redirect.github.com/dagger/dagger/pull/12949) [#​12980](https://redirect.github.com/dagger/dagger/pull/12980) [#​12985](https://redirect.github.com/dagger/dagger/pull/12985) [#​12986](https://redirect.github.com/dagger/dagger/pull/12986) - Fix `Changeset` directory comparisons failing with `fatal: not a git repository` when running inside Git worktrees by [@​eunomie](https://redirect.github.com/eunomie) in [#​12950](https://redirect.github.com/dagger/dagger/pull/12950) - Fix toolchain generator handling so excluded generators stay excluded, `dagger check generated` catches out-of-date files again, and PHP SDK bindings stay in sync by [@​shykes](https://redirect.github.com/shykes) + [@​grouville](https://redirect.github.com/grouville) + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​12958](https://redirect.github.com/dagger/dagger/pull/12958) [#​12962](https://redirect.github.com/dagger/dagger/pull/12962) [#​12984](https://redirect.github.com/dagger/dagger/pull/12984) - Fix generator `.changes` and `.isEmpty` reporting misleading results before `.run()`; they now fail clearly instead of pretending there were no changes by [@​shykes](https://redirect.github.com/shykes) + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​12959](https://redirect.github.com/dagger/dagger/pull/12959) ##### 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 1bcd593..d38abd4 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.5 + DAGGER_VERSION: 0.20.6 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 121c158..9181564 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.5 + DAGGER_VERSION: 0.20.6 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 da31849..6ea7fd6 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.5 + DAGGER_VERSION: 0.20.6 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 5e375ea..2de79b7 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.5 + DAGGER_VERSION: 0.20.6 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >