-
Notifications
You must be signed in to change notification settings - Fork 90
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
Move PipelineRun CRD version to v1alpha3 #238
Move PipelineRun CRD version to v1alpha3 #238
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JohnNiang The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @kubesphere/sig-devops |
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
=========================================
+ Coverage 7.20% 7.22% +0.02%
=========================================
Files 83 83
Lines 21118 21112 -6
=========================================
+ Hits 1521 1525 +4
+ Misses 19470 19460 -10
Partials 127 127
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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
What this PR dose
Move PipelineRun type from v1alpha4 to v1alpha3.
Why we need it
Before that, I misunderstood the version of K8s, so I created PipelineRun CRD with version v1alpha4 increasing by existing version v1alpha3. But now, I try to downgrade the PipelineRun CRD version to v1alpha3, which remains the same as other CRDs, like Pipeline, Credential.
References:
Steps to test
devops-apiserver
anddevops-controller
respectively:johnniang/devops-apiserver:move-pipelinerun-to-v1alpha3
johnniang/devops-controller:move-pipelinerun-to-v1alpha3