chore(dagger): pin all dagger-version defaults to v0.21.8 - #132
Merged
Conversation
Bump the dagger CLI version default in every reusable workflow (and the this-lint-repo caller) to 0.21.8, replacing the previously scattered 0.19.x/0.20.x/0.21.7 pins and the floating `latest` in call-go-microservice-release. Existing quoting/v-prefix style per file is preserved so Renovate can keep managing the pins. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01F8h6K4f2puVKHdo2eBFEa6
patrick-hermann-sva
temporarily deployed
to
linting
August 4, 2026 05:18 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the
dagger-versiondefault tov0.21.8across every reusable workflow (and thethis-lint-repocaller), consolidating the previously scattered pins onto a single current version.Why
The dagger CLI version was pinned inconsistently across workflows (
0.19.x,0.20.x,0.21.7, and a floatinglatest). Standardizing on0.21.8keeps all callers on the same, current dagger CLI and lets Renovate manage the pins going forward.Changes
23 files updated —
dagger-versiondefault set to0.21.8:0.19.3→call-repository-linting,this-lint-repo0.20.0→call-python-validation0.20.1→call-flux-destroy,call-flux-check0.20.6→call-terraform-vault,call-validate-json-schema,call-helm-verify,call-dagger-security-scan,call-dagger-trivy-image-scan,call-dagger-ko-build,call-flux-bootstrap0.20.8→call-argocd-bootstrap,call-kcl-validate,call-create-vault-k8s-auth,call-argocd-verify-catalog,call-push-kustomize,call-crossplane-verify,call-create-vault-issuer,call-pre-commitv0.21.7→call-release-artifact,call-ansible-collectionlatest→call-go-microservice-release(now pinned)Each file's existing quoting /
v-prefix style is preserved. Files with no dagger CLI pin (call-stage-image,call-ko-build,call-terraform-docs) are untouched.Generated by Claude Code