Increment the version on the CRDs
Open
operator
- Dominant language
- Python
- Stars
- 324
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
Right now our CRDs are at `v1` and haven't changed in a breaking way since they were introduced. However we are now at the point where we might want to start changing things (see #745). We should probably bump our CRDs to `v2beta1` following the k8s convention which would allow us to change things without breaking older code.
Given that we haven't been through this process yet we should take some time to learn and understand how to do this safely.
Contributor guide
Assessment
This issue has not been assessed yet.