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
It would be nice to be able to use the latest releases of of both, rather than depending on prereleases. This also presents a constraint when mitigating potential CVEs.
❯ go run .
# github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1
../../../go/pkg/mod/github.com/crossplane-contrib/[email protected]/apis/object/v1alpha1/management_policy_hack.go:72:46: undefined: xpv1.ManagementPolicy
../../../go/pkg/mod/github.com/crossplane-contrib/[email protected]/apis/object/v1alpha1/management_policy_hack.go:77:14: undefined: xpv1.ManagementFullControl
../../../go/pkg/mod/github.com/crossplane-contrib/[email protected]/apis/object/v1alpha1/management_policy_hack.go:81:46: undefined: xpv1.ManagementPolicy
../../../go/pkg/mod/github.com/crossplane-contrib/[email protected]/apis/object/v1alpha1/zz_generated.managedlist.go:26:14: cannot use &l.Items[i] (value of type *Object) as "github.com/crossplane/crossplane-runtime/pkg/resource".Managed value in assignment: *Object does not implement "github.com/crossplane/crossplane-runtime/pkg/resource".Managed (missing method GetManagementPolicies)
What environment did it happen in?
Crossplane version: see go.mod ⬆️
The text was updated successfully, but these errors were encountered:
What happened?
github.com/crossplane-contrib/[email protected]
is incompatible withgithub.com/crossplane/[email protected]
even though it's tracking its rc. I had assumed they would be compatible.It would be nice to be able to use the latest releases of of both, rather than depending on prereleases. This also presents a constraint when mitigating potential CVEs.
How can we reproduce it?
go.mod
:main.go
:Build:
What environment did it happen in?
Crossplane version: see
go.mod
⬆️The text was updated successfully, but these errors were encountered: