From b6a849bca1b794d8de224b01aa1ffe616a24f7ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:06:01 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.21.6 (#956) 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.5` → `0.21.6` | --- ### Release Notes
dagger/dagger (dagger/dagger) ### [`v0.21.6`](https://redirect.github.com/dagger/dagger/releases/tag/v0.21.6) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.5...v0.21.6) ##### v0.21.6 - 2026-06-10 ##### Added - Add `registryService` options to `Container.from` and `Container.publish`, allowing containers to pull from and publish to a registry provided by a Dagger `Service`. This supports local ephemeral registries without starting unrelated services attached to the container. by [@​grouville](https://redirect.github.com/grouville) in [#​13305](https://redirect.github.com/dagger/dagger/pull/13305) ##### Fixed - Fix image pulls from single-platform image tags so they can resolve correctly even when the image config reports a different platform than the requested platform. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13409](https://redirect.github.com/dagger/dagger/pull/13409) - Fix an intermittent module introspection/codegen cache error that could report `add explicit dependency: dep result missing from cache` after implementation-scoped module results were reused across sessions. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13412](https://redirect.github.com/dagger/dagger/pull/13412) - Fix filtered host directory imports when excluded files disappear during sync, preventing layer copy errors for paths that should have been ignored by include/exclude filters. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13414](https://redirect.github.com/dagger/dagger/pull/13414) - Fix Dang v2 modules with private `Map` fields so map values are restored correctly between calls instead of failing with `expected module type, got dang.MapType`. by [@​vito](https://redirect.github.com/vito) in [#​13421](https://redirect.github.com/dagger/dagger/pull/13421) - Fix `.env` user defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13424](https://redirect.github.com/dagger/dagger/pull/13424) - Fix a rare cache race that could return released directory snapshots and cause `invalid immutable ref` errors. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13429](https://redirect.github.com/dagger/dagger/pull/13429) ##### 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 615346b..d2a2c24 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.5 + DAGGER_VERSION: 0.21.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 8a981de..0e294c5 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.5 + DAGGER_VERSION: 0.21.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 0a687a1..dc63522 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.5 + DAGGER_VERSION: 0.21.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 801decd..cee1cb2 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.5 + DAGGER_VERSION: 0.21.6 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >