I've noticed all the examples for
# spicedb
t
I've noticed all the examples for defining SpiceDBClusters for K8s use
apiVersion: authzed.com/v1alpha1
. Is there a reason it's still marked as
alpha
? Does there exist an
authzed.com/v1
?
e
just haven't needed to make any breaking changes
there's no v1 yet
at some point we may mark the current version v1
t
Got it, thanks!
y
you'll see this pretty often in k8sland - v1alpha1 is like the k8s equivalent of a
0.x
semver
t
Gotcha. I just saw the K8s api uses it when "the software may contain bugs" and "the API may change in incompatible ways in a later software release without notice", so I wasn't sure if you all followed the same semantic. Sounds like you're saying most CRDs don't! https://kubernetes.io/docs/reference/using-api/#api-versioning
Well "may contain bugs" is probably true for a 0.x version, but changing wildly without notice doesn't fit my experience here lol
y
https://0ver.org/ would like a wird
2 Views