Create a v1alpha2 apiVersion #1526
Labels
area/api
Indicates an issue or PR that deals with the API.
area/release
Indicates an issue on release (process, tasks).
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
As discussed in the working group, let's try to create a
v1alpha2
apiVersion for 0.9, where we do our main breaking changes, and use our webhook to do the conversion (see #1379).v1alpha1
without getting broken too quicklyv1beta1
) in the releases after (0.10, 0.11 ?)What this means:
v1alpha2
struct onlyv1alpha1
struct and convert them intov1alpha2
(so that it can be consumed by the controller)The only question that remains: if I update my current tekton instance, I will have
v1alpha1
objects, what should we do with thoses ?/kind feature
/area api
/area release
/assign
The text was updated successfully, but these errors were encountered: