From 8cbc48930113f90e35d693e7a999bfdd95226e8d Mon Sep 17 00:00:00 2001 From: sthings user Date: Mon, 18 May 2026 12:15:38 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20dagger=20engine=20v0.20.6?= =?UTF-8?q?=20=E2=86=92=20v0.20.8=20in=20call-push-kustomize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required follow-up to the kcl-module bump in PR #90. The kcl module's v0.114.0 release (which carries the parameter-newline fix from stuttgart-things/dagger#272) bumped its engine requirement to v0.20.8. With the previous v0.20.6 pin here, every push-kustomize workflow run fails on module load with: module requires dagger v0.20.8, but you have v0.20.6 Surfaced on the first PR that re-ran the workflow after #90 landed (stuttgart-things/homerun2-git-pitcher#30). Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/call-push-kustomize.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-push-kustomize.yaml b/.github/workflows/call-push-kustomize.yaml index c65eccd..73edc3c 100644 --- a/.github/workflows/call-push-kustomize.yaml +++ b/.github/workflows/call-push-kustomize.yaml @@ -26,7 +26,7 @@ on: default: github.com/stuttgart-things/dagger/kcl@v0.114.0 type: string dagger-version: - default: "0.20.6" + default: "0.20.8" type: string outputs: artifact-ref: