You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic that performs the dependency downgrades to support v1beta1 CRDs needs to be cleaned up.
The following PR implemented a way to remove all indirect dependencies and repopulate them with go mod tidy but did not remove the now obsolete replacement of indirect dependencies.
PR: #2679
Along with this, there should be a warning logged that informs users of the fact that v1beta1 CRDs are not supported in Kubernetes v1.22+ and that as a result Kubebuilder is downgrading certain dependencies to enable this functionality.
Extra Labels
No response
The text was updated successfully, but these errors were encountered:
The v1beta1 is deprecated and we do not want to encourage people to use it.
Projects built with will not work from k8s 1.22 so do you think that is valid we spend effort on these improvements?
I am totally cool if someone sends any RFE/pr for improvements.
What do you want to happen?
The logic that performs the dependency downgrades to support v1beta1 CRDs needs to be cleaned up.
The following PR implemented a way to remove all indirect dependencies and repopulate them with
go mod tidy
but did not remove the now obsolete replacement of indirect dependencies.PR: #2679
Along with this, there should be a warning logged that informs users of the fact that v1beta1 CRDs are not supported in Kubernetes v1.22+ and that as a result Kubebuilder is downgrading certain dependencies to enable this functionality.
Extra Labels
No response
The text was updated successfully, but these errors were encountered: