-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for v1
Types
#10
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/lifecycle frozen |
I'm happy to add this if there are any pointers on what's needed. |
thank you @vdemeester for raising this issue. did some exploration on the code base and related v1 docs..
thinking likely we need to support validations for both versions, I should not just flip the version in the code. perhaps we need to implement and structure the code, somehow like the pipeline https://github.com/tektoncd/pipeline/tree/main/pkg/apis/pipeline - so diff folders for the v1 and v1beta1 versions... some initial thoughts, how about your ideas? |
hi @vdemeester, wave my hands here ;) any more contexts perhaps we could have here. we are trying to update the v1beta1 reference to v1, but met the question likely we will still need to support the v1beta1. also we are not quite sure what will be validation rules updated here between the 2 versions. loop @arifash01 in |
Feature request
tektoncd/pipeline
now ships with av1
API. Catlin should support validating them.Use case
Support the newest api version (and the stable / ga version)
The text was updated successfully, but these errors were encountered: