From 139afeefae275fc254475d29a225ab740191209e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:53:53 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.21.5 (#955) 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.21.4` → `0.21.5` | --- ### Release Notes
dagger/dagger (dagger/dagger) ### [`v0.21.5`](https://redirect.github.com/dagger/dagger/releases/tag/v0.21.5) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.4...v0.21.5) ##### v0.21.5 - 2026-06-10 ##### Added - Added expand option to container.exists by [@​alexcb](https://redirect.github.com/alexcb) in [#​13310](https://redirect.github.com/dagger/dagger/pull/13310) - Support both Dang v1 and v2, routed by module engineVersion by [@​vito](https://redirect.github.com/vito) in [#​13388](https://redirect.github.com/dagger/dagger/pull/13388) ##### Changed - Prune local cache during disk pressure by [@​sipsma](https://redirect.github.com/sipsma) in [#​13375](https://redirect.github.com/dagger/dagger/pull/13375) - Persist trivial core objects by [@​sipsma](https://redirect.github.com/sipsma) in [#​13387](https://redirect.github.com/dagger/dagger/pull/13387) ##### Fixed - Correct namespaced type-name mangling and cross-dependency interface dispatch in Dang by [@​vito](https://redirect.github.com/vito) in [#​13377](https://redirect.github.com/dagger/dagger/pull/13377) - Surface exec errors correctly on the Bun runtime in the TypeScript SDK by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13395](https://redirect.github.com/dagger/dagger/pull/13395) - Ignore host xattrs for local filesync import identity by [@​sipsma](https://redirect.github.com/sipsma) in [#​13389](https://redirect.github.com/dagger/dagger/pull/13389) - Don't shallow-clone the user's repo for git telemetry labels by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13363](https://redirect.github.com/dagger/dagger/pull/13363) - Preserve pending lazy container parents by [@​sipsma](https://redirect.github.com/sipsma) in [#​13365](https://redirect.github.com/dagger/dagger/pull/13365) - Preserve withChanges parent layers by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​shykes](https://redirect.github.com/shykes) in [#​13342](https://redirect.github.com/dagger/dagger/pull/13342) - Treat incomplete image metadata as cache miss by [@​sipsma](https://redirect.github.com/sipsma) in [#​13346](https://redirect.github.com/dagger/dagger/pull/13346) - Cache registry image metadata by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​shykes](https://redirect.github.com/shykes) in [#​13341](https://redirect.github.com/dagger/dagger/pull/13341) - Don't require id field for interface conformance in Dang by [@​vito](https://redirect.github.com/vito) in [#​13318](https://redirect.github.com/dagger/dagger/pull/13318) - Use module-local check names for scale-out by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13329](https://redirect.github.com/dagger/dagger/pull/13329) - Fix snapshot owner lease attach/remove race by [@​sipsma](https://redirect.github.com/sipsma) in [#​13321](https://redirect.github.com/dagger/dagger/pull/13321) - Follow source symlinks when copying directory contents in layercopy by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13326](https://redirect.github.com/dagger/dagger/pull/13326) ##### 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 94caf5b..615346b 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.21.4 + DAGGER_VERSION: 0.21.5 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 17be530..8a981de 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.21.4 + DAGGER_VERSION: 0.21.5 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 4951770..0a687a1 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.21.4 + DAGGER_VERSION: 0.21.5 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 b7e0b1b..801decd 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.21.4 + DAGGER_VERSION: 0.21.5 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >