From 3f97075167b72162e48bea45a36cf17c00feb379 Mon Sep 17 00:00:00 2001 From: Patrick Hermann Date: Fri, 29 May 2026 10:15:28 +0000 Subject: [PATCH] chore(crossplane-verify): bump default dagger module to v0.115.2 v0.115.2 fixes two verify failures: Layer 3 now skips embedded CRDs without a built-in schema (-ignore-missing-schemas) instead of hard-failing (e.g. a Tekton PipelineRun), and crossplane render is fed examples/ EnvironmentConfigs via --extra-resources so XRs that set spec.environmentConfig resolve offline. Bumps the org-wide default so all consumers of call-crossplane-verify.yaml get the fix without a per-repo pin. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/call-crossplane-verify.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call-crossplane-verify.yaml b/.github/workflows/call-crossplane-verify.yaml index 7f52c97..36f97bb 100644 --- a/.github/workflows/call-crossplane-verify.yaml +++ b/.github/workflows/call-crossplane-verify.yaml @@ -34,7 +34,11 @@ on: description: "Version of stuttgart-things/dagger/crossplane to invoke" required: false type: string - default: v0.115.0 + # v0.115.2: verify Layer 3 skips embedded CRDs without a built-in + # schema (-ignore-missing-schemas), and render is fed examples/ + # EnvironmentConfigs via --extra-resources so XRs that set + # spec.environmentConfig resolve offline. + default: v0.115.2 permissions: contents: read