-
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
Improve get pipelines version func #947
Improve get pipelines version func #947
Conversation
/cc @vdemeester |
571cee6
to
4237a13
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
963aa74
to
457b862
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
457b862
to
0421988
Compare
The following is the coverage report on the affected files.
|
0421988
to
007dde1
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
007dde1
to
34a5edb
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/cc @savitaashture
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR improves the way the
GetPipelineVersion
func works.It does so by adding support for standard/recommended k8s labels.
The func also looks in all namespaces by default.
This is part of the implementation for this proposal: tektoncd/pipeline#2497
The related PR in pipelines is here: tektoncd/pipeline#2501