-
Notifications
You must be signed in to change notification settings - Fork 253
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
Feature Request: tkn pipeline version #463
Comments
/kind feature |
@praveen4g0 This is a tricky one, but two points
Also, |
/assign |
@waveywaves that one is a tricky one fyi, which involves some hard to tackle change in pipeline (to answer the question "what is the pipeline version" question) |
Yes I was just checking that out. I was thinking something along the lines of https://github.com/kubernetes/kubernetes/tree/7f23a743e8c23ac6489340bbb34fa6f1d392db9d/staging/src/k8s.io/client-go/pkg/version in tektoncd/pipeline |
/assign |
Add pipeline service version information to `tkn pipeline version`. The logic has been imported from dashboard https://git.io/JvC4h I don't have a full test for it, since the machinery to fake a Deployment is quite tedious to import/implement and this is not used anywhere else. Closes tektoncd#463 Signed-off-by: Chmouel Boudjnah <[email protected]>
Add pipeline service version information to `tkn pipeline version`. The logic has been imported from dashboard https://git.io/JvC4h I don't have a full test for it, since the machinery to fake a Deployment is quite tedious to import/implement and this is not used anywhere else. Closes #463 Signed-off-by: Chmouel Boudjnah <[email protected]>
Expected Behavior
tkn pipeline version
pipeline version : v0.8.0
or
tkn version
Client version: 0.5.0
Server version: 0.8.0
Actual Behavior
N/A
or
tkn version
Client version: 0.5.0
Additional Info
The text was updated successfully, but these errors were encountered: