Skip to content

Commit 1eebab6

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to 2ce4bfd
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c512945 commit 1eebab6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tasks:
3737
desc: Run spellcheck
3838
env:
3939
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
40-
DAGGER_SPELLCHECK_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
40+
DAGGER_SPELLCHECK_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da
4141
cmds:
4242
- >
4343
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -51,7 +51,7 @@ tasks:
5151
desc: Check for conventional commits
5252
env:
5353
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
54-
DAGGER_COMMITLINT_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
54+
DAGGER_COMMITLINT_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da
5555
cmds:
5656
- >
5757
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -63,7 +63,7 @@ tasks:
6363
- manifest-main
6464
env:
6565
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
66-
DAGGER_UNCOMMITTED_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
66+
DAGGER_UNCOMMITTED_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da
6767
cmds:
6868
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
6969
sources:
@@ -73,7 +73,7 @@ tasks:
7373
desc: Update the API Reference section of the documentation
7474
env:
7575
# renovate: datasource=git-refs depName=genref lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
76-
DAGGER_APIDOC_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
76+
DAGGER_APIDOC_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da
7777
cmds:
7878
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/genref@${DAGGER_APIDOC_SHA} genref --source .
7979
--args "-c=config.yaml" --args "-o=src" --args "-include=plugin-barman-cloud"
@@ -343,7 +343,7 @@ tasks:
343343
desc: Run controller-gen
344344
env:
345345
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
346-
DAGGER_CONTROLLER_GEN_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
346+
DAGGER_CONTROLLER_GEN_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da
347347
cmds:
348348
- >
349349
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}

0 commit comments

Comments
 (0)