ClusterAPI Provider AWS v2.8.2 incompatible with Controller Runtime v0.20.4 #5446
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
/kind bug
What steps did you take and what happened:
I am using both
ClusterAPI Provider AWS
andController Runtime
in a Go project.When I do
go mod tidy
, it runs successfully and this gets added to mygo.mod
file :However, an unexpected error gets thrown while I try to run the Go project :
What did you expect to happen:
I expected :
go mod tidy
to error out complaining about incompatible depenedency versions.go mod tidy
ran successfully.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The error most probably occurs because of this merged PR :⚠️ : (go/v4): Replace usage of deprecated webhook.Validator and webhook.Defaulter interfaces in the
kubebuilder
repository.Currently, I have added the following in my
go.mod
file :It'll be nice, if you guys warn users about this somewhere in the README.
Environment:
The text was updated successfully, but these errors were encountered: