fix(create-vault-k8s-auth): bump argocd module to v2.4.1 + new kebab name#96
Merged
Merged
Conversation
…name blueprints v2.4.0 exposed `CreateVaultK8sAuth` which dagger CLI mangled to `create-vault-k-8-s-auth` (digit boundaries become hyphens), so this workflow's `args: create-vault-k8s-auth` got `unknown command "create-vault-k8s-auth" for "dagger call"`. blueprints v2.4.1 renames the Go function to `CreateVaultKubernetesAuth` → kebab `create-vault-kubernetes-auth`. Requires: stuttgart-things/blueprints v2.4.1 to be tagged before merging this PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
argocd-module-version:v2.4.0→v2.4.1args:command:create-vault-k8s-auth→create-vault-kubernetes-authWhy
blueprints v2.4.0 exposed
CreateVaultK8sAuth. Dagger's kebab-caseconversion treats digit↔letter as word boundaries, so the CLI name
became
create-vault-k-8-s-auth, NOT the documentedcreate-vault-k8s-auth. This workflow's hardcodedargs:got:(witnessed in stuttgart-things#2247 run 26497548726 job)
blueprints PR #173
renames the Go function
CreateVaultK8sAuth→CreateVaultKubernetesAuth,which dagger renders as the clean kebab
create-vault-kubernetes-auth(parallel to
create-vault-issuer).Test plan
Important
Do not merge until blueprints v2.4.1 is tagged
(blueprints#173 merged +
task releasecompleted).git tag -l v2.4.1on blueprints repo returns the tag