-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tkn not working with old pipeline release #8225
Comments
I think the fix might be to update:
This assumption is based on the fact that all other fields are either |
I think what's happening is that |
If this makes sense, I can provide a fix before making a release @vdemeester @piyush-garg |
@chitrangpatel yes, that the thing. |
/assign @chitrangpatel |
Expected Behavior
tkn client with vendor 0.62, not working with 0.61 release
Actual Behavior
tkn client should work fine.
Steps to Reproduce the Problem
tkn task start echo-task
and you will error likeAdditional Info
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Can we add new field in spec such that empty json does not get added.
CLI reported issue tektoncd/cli#2388
cc @vdemeester
The text was updated successfully, but these errors were encountered: