samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
113 stars 24 forks source link

hack: Update controller-gen to v0.14.0 #337

Closed anoopcs9 closed 5 months ago

anoopcs9 commented 5 months ago

Golang v1.22 doesn't work well with any controller-gen < v0.14.0. Updating controller-gen mandates removal of trivialVersions boolean marker previously used for legacy v1beta1 CRDs.

fixes #335

anoopcs9 commented 5 months ago

Let me know if anything more is required here.