helm-operator-plugins icon indicating copy to clipboard operation
helm-operator-plugins copied to clipboard

Support for go/v4-alpha for hybrid plugins.

Open ryanm101 opened this issue 1 year ago • 1 comments

Trying to build an operator on an M1 Mac.

Seems the hybrid plugin doesnt support the v4 plugin yet.

ryanm101 avatar Nov 27 '23 16:11 ryanm101

@ryanm101 Checking the commits, looks like hybrid plugin does support go/v4 (v4-alpha has been deprecated by kubebuilder): https://github.com/operator-framework/helm-operator-plugins/blob/215d1f8a3e7d4c9a770488668678771a8997f63a/pkg/plugins/hybrid/v1alpha/scaffolds/init.go#L120-L134. However, Operator SDK has not bumped the hybrid plugin commit yet to point it to the one that supports this - which is why you had been facing the error. The work on Operator SDK CLI's end to bump the plugin is in progress: https://github.com/operator-framework/operator-sdk/pull/6613. A release after this PR is merged, should fix this issue.

varshaprasad96 avatar Dec 05 '23 07:12 varshaprasad96