From bb892613cc77cacb7a5f92d7deddea1c271e10cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:25:16 +0000 Subject: [PATCH] chore(deps): update all cloudnative-pg daggerverse dependencies to f4088fe Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Taskfile.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 828ea01..cb1dd8b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,7 +5,7 @@ tasks: desc: Run protolint env: # renovate: datasource=git-refs depName=protolint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_PROTOLINT_SHA: 2b7d0f2bfe2c36ae415d34dcf6767a0cd831fc53 + DAGGER_PROTOLINT_SHA: f4088fe25e060f06e1b3175ede603caecf4225fa cmds: - 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 sources: @@ -17,7 +17,7 @@ tasks: - protolint env: # renovate: datasource=git-refs depName=protoc-gen-go-grpc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_PROTOC_GEN_GO_GRPC_SHA: 2b7d0f2bfe2c36ae415d34dcf6767a0cd831fc53 + DAGGER_PROTOC_GEN_GO_GRPC_SHA: f4088fe25e060f06e1b3175ede603caecf4225fa cmds: - > 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: desc: Generate documentation from proto files env: # renovate: datasource=git-refs depName=protoc-gen-doc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_PROTOC_GEN_DOC_SHA: 2b7d0f2bfe2c36ae415d34dcf6767a0cd831fc53 + DAGGER_PROTOC_GEN_DOC_SHA: f4088fe25e060f06e1b3175ede603caecf4225fa cmds: - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-doc@${DAGGER_PROTOC_GEN_DOC_SHA} generate --proto-dir proto -o docs sources: @@ -53,7 +53,7 @@ tasks: desc: Check for conventional commits env: # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_COMMITLINT_SHA: 2b7d0f2bfe2c36ae415d34dcf6767a0cd831fc53 + DAGGER_COMMITLINT_SHA: f4088fe25e060f06e1b3175ede603caecf4225fa cmds: - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout @@ -64,7 +64,7 @@ tasks: - protoc-gen-doc env: # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_UNCOMMITTED_SHA: 2b7d0f2bfe2c36ae415d34dcf6767a0cd831fc53 + DAGGER_UNCOMMITTED_SHA: f4088fe25e060f06e1b3175ede603caecf4225fa cmds: - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout sources: