From 007cf8a892de6e6ec0d9ce6360f121db6511ac14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:50:57 +0200 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.21.7 (#969) 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.6` → `0.21.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.21.7`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0217---2026-06-17) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.6...v0.21.7) ##### Changed - Bump default CNI IP address pool size to reduce address exhaustion under high container concurrency. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13394](https://redirect.github.com/dagger/dagger/pull/13394) - Bump Dang to v2.1.1, moving JSON encoding behind the `JSON` namespace (with a deprecated top-level `toJSON`) and picking up constructor scope and nullable input fixes. by [@​vito](https://redirect.github.com/vito) in [#​13482](https://redirect.github.com/dagger/dagger/pull/13482) ##### Fixed - `.env` file handling so non-matching variables are kept as hidden expansion context instead of being dropped, allowing later variables to expand against them. by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13490](https://redirect.github.com/dagger/dagger/pull/13490) - Filesync so syncing a re-included file under a gitignored directory (e.g. `foo/` ignored with `!foo/bar.txt`) no longer fails with `no such file or directory`; ignored parent dirs are now created on demand for visible descendants. by [@​grouville](https://redirect.github.com/grouville) in [#​13439](https://redirect.github.com/dagger/dagger/pull/13439) - A concurrent map panic during GC by guarding session client map iteration, preventing fatal `concurrent map iteration and map write` crashes. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13474](https://redirect.github.com/dagger/dagger/pull/13474) - Go SDK codegen so SDK auth config is forwarded to typedef generation, allowing modules with private transitive Go dependencies to resolve during codegen. by [@​grouville](https://redirect.github.com/grouville) in [#​13457](https://redirect.github.com/dagger/dagger/pull/13457) - Core enum handling to preserve conventional enum member names. by [@​shykes](https://redirect.github.com/shykes) in [#​13435](https://redirect.github.com/dagger/dagger/pull/13435) - The Apple `container` driver to honor the privileged option by granting all capabilities (`--cap-add ALL`), so the engine can bind-mount `/etc/resolv.conf` on startup with `container` 1.0.0's reduced default capability set. by [@​eunomie](https://redirect.github.com/eunomie) in [#​13460](https://redirect.github.com/dagger/dagger/pull/13460) - Dang directive argument resolution so `@cache` (and other directive) arguments resolve against the declaring type's file scope, fixing `FunctionCachePolicy not found in env` errors in multi-file modules. by [@​vito](https://redirect.github.com/vito) in [#​13455](https://redirect.github.com/dagger/dagger/pull/13455) - The report-mode heartbeat so it waits for its goroutine to exit before final render, avoiding interleaved output. by [@​kpenfound](https://redirect.github.com/kpenfound) in [#​13425](https://redirect.github.com/dagger/dagger/pull/13425) - Nullable result unwrapping for SDK input so nullable values are passed correctly into SDK functions. by [@​shykes](https://redirect.github.com/shykes) in [#​13401](https://redirect.github.com/dagger/dagger/pull/13401) ##### 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 d2a2c24..9b49caa 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.6 + DAGGER_VERSION: 0.21.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 0e294c5..0f466b3 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.6 + DAGGER_VERSION: 0.21.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 dc63522..e5a46d1 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.6 + DAGGER_VERSION: 0.21.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 7b9df46..710e3d3 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.6 + DAGGER_VERSION: 0.21.7 DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }} cmds: - >