Skip to content

Commit 6690bbb

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to ee59e34
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e42e2d commit 6690bbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Taskfile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tasks:
55
desc: Run protolint
66
env:
77
# renovate: datasource=git-refs depName=protolint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
8-
DAGGER_PROTOLINT_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
8+
DAGGER_PROTOLINT_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
99
cmds:
1010
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protolint@${DAGGER_PROTOLINT_SHA} lint --source . --args "--config_path=.protolint.yaml" --args proto/ stdout
1111
sources:
@@ -17,7 +17,7 @@ tasks:
1717
- protolint
1818
env:
1919
# renovate: datasource=git-refs depName=protoc-gen-go-grpc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
20-
DAGGER_PROTOC_GEN_GO_GRPC_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
20+
DAGGER_PROTOC_GEN_GO_GRPC_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
2121
cmds:
2222
- >
2323
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-go-grpc@${DAGGER_PROTOC_GEN_GO_GRPC_SHA} run --source . --go-opt module=github.com/cloudnative-pg/cnpg-i
@@ -43,7 +43,7 @@ tasks:
4343
desc: Generate documentation from proto files
4444
env:
4545
# renovate: datasource=git-refs depName=protoc-gen-doc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
46-
DAGGER_PROTOC_GEN_DOC_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
46+
DAGGER_PROTOC_GEN_DOC_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
4747
cmds:
4848
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-doc@${DAGGER_PROTOC_GEN_DOC_SHA} generate --proto-dir proto --doc-opt "markdown,protocol.md" -o docs
4949
sources:
@@ -55,7 +55,7 @@ tasks:
5555
- protoc-gen-doc
5656
env:
5757
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
58-
DAGGER_SPELLCHECK_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
58+
DAGGER_SPELLCHECK_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
5959
cmds:
6060
- >
6161
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -69,7 +69,7 @@ tasks:
6969
desc: Check for conventional commits
7070
env:
7171
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
72-
DAGGER_COMMITLINT_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
72+
DAGGER_COMMITLINT_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
7373
cmds:
7474
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
7575

@@ -80,7 +80,7 @@ tasks:
8080
- protoc-gen-doc
8181
env:
8282
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
83-
DAGGER_UNCOMMITTED_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
83+
DAGGER_UNCOMMITTED_SHA: ee59e34a99940e45f87a16177b1d640975b05b74
8484
cmds:
8585
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
8686
sources:

0 commit comments

Comments
 (0)