Skip to content

Commit 9ab3c54

Browse files
chore(deps): update dependency dagger/dagger to v0.20.6 (#852)
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 <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`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 <remote>@&#8203;<ref>` by [@&#8203;shykes](https://redirect.github.com/shykes) + [@&#8203;grouville](https://redirect.github.com/grouville) + [@&#8203;tiborvass](https://redirect.github.com/tiborvass) + [@&#8203;marcosnils](https://redirect.github.com/marcosnils) + [@&#8203;eunomie](https://redirect.github.com/eunomie) in [#&#8203;12983](https://redirect.github.com/dagger/dagger/pull/12983) [#&#8203;12949](https://redirect.github.com/dagger/dagger/pull/12949) [#&#8203;12980](https://redirect.github.com/dagger/dagger/pull/12980) [#&#8203;12985](https://redirect.github.com/dagger/dagger/pull/12985) [#&#8203;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 [@&#8203;eunomie](https://redirect.github.com/eunomie) in [#&#8203;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 [@&#8203;shykes](https://redirect.github.com/shykes) + [@&#8203;grouville](https://redirect.github.com/grouville) + [@&#8203;tiborvass](https://redirect.github.com/tiborvass) in [#&#8203;12958](https://redirect.github.com/dagger/dagger/pull/12958) [#&#8203;12962](https://redirect.github.com/dagger/dagger/pull/12962) [#&#8203;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 [@&#8203;shykes](https://redirect.github.com/shykes) + [@&#8203;tiborvass](https://redirect.github.com/tiborvass) in [#&#8203;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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e694dd8 commit 9ab3c54

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Dagger
4545
env:
4646
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
47-
DAGGER_VERSION: 0.20.5
47+
DAGGER_VERSION: 0.20.6
4848
run: |
4949
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
5050
- name: Run CI task

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Dagger
3232
env:
3333
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
34-
DAGGER_VERSION: 0.20.5
34+
DAGGER_VERSION: 0.20.6
3535
run: |
3636
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
3737
- name: Create image and manifest

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Dagger
2222
env:
2323
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
24-
DAGGER_VERSION: 0.20.5
24+
DAGGER_VERSION: 0.20.6
2525
run: |
2626
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2727
- name: Create image and manifest

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ tasks:
206206
- start-build-network
207207
vars:
208208
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
209-
DAGGER_VERSION: 0.20.5
209+
DAGGER_VERSION: 0.20.6
210210
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
211211
cmds:
212212
- >

0 commit comments

Comments
 (0)