From ec3fde4db08101f2ae1c24b92c312235738f7798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:43:54 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.20.8 (#890) 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.7` → `0.20.8` | --- ### Release Notes
dagger/dagger (dagger/dagger) ### [`v0.20.8`](https://redirect.github.com/dagger/dagger/releases/tag/v0.20.8) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.7...v0.20.8) #### 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](https://redirect.github.com/tiborvass) in [`aa1721d`](https://redirect.github.com/dagger/dagger/commit/aa1721d5fbf61903bd4b762d5e26faf9f69789e9) (reverts commit [`bcb2193`](https://redirect.github.com/dagger/dagger/commit/bcb2193d97ae78e6f404979fe6b278d19d739be7) backported from [#​11803](https://redirect.github.com/dagger/dagger/pull/11803)) - Dang SDK: parallel initialization no longer panics or reports spurious typechecking errors by [@​tiborvass](https://redirect.github.com/tiborvass) in [`53f1ae3`](https://redirect.github.com/dagger/dagger/commit/53f1ae3afdd93994b491ea81dfec19a3020ede6d) (backported from [#​13098](https://redirect.github.com/dagger/dagger/pull/13098)) and [@​vito](https://redirect.github.com/vito) in [`ae5fc75`](https://redirect.github.com/dagger/dagger/commit/ae5fc75f5e7ecf23c99d0fec3aa9b8c7d62d4bdb) (backported from [#​13103](https://redirect.github.com/dagger/dagger/pull/13103)) ##### 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 49e8cc1..2a89aad 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.7 + DAGGER_VERSION: 0.20.8 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 b2a8226..27d4e92 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.7 + DAGGER_VERSION: 0.20.8 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 5ea6202..481f35e 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.7 + DAGGER_VERSION: 0.20.8 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 e67daf9..732d3ac 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.7 + DAGGER_VERSION: 0.20.8 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >