Is your feature request related to a problem? Please describe.
The broom project currently utilizes Kubebuilder v3.14.0, which is becoming outdated. In addtion, recent updates to Kubebuilder have added the CLI version to the PROJECT file, enhancing project configuration management. The latest Kubebuilder release is v4.5.2, which brings further improvements in compatibility with newer Kubernetes versions and development tooling.
Describe the solution you'd like
Upgrade the broom project to use the latest version of Kubebuilder (e.g., v4.5.2) with the go/v4 plugin. Given that go/v4 has been the default since v3.10.0, and broom is already on v3.14.0, the migration should be straightforward with minimal changes required.
ref: go/v3 vs go/v4 - The Kubebuilder Book
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
The broom project currently utilizes Kubebuilder
v3.14.0, which is becoming outdated. In addtion, recent updates to Kubebuilder have added the CLI version to thePROJECTfile, enhancing project configuration management. The latest Kubebuilder release isv4.5.2, which brings further improvements in compatibility with newer Kubernetes versions and development tooling.Describe the solution you'd like
Upgrade the broom project to use the latest version of Kubebuilder (e.g.,
v4.5.2) with thego/v4plugin. Given thatgo/v4has been the default sincev3.10.0, and broom is already onv3.14.0, the migration should be straightforward with minimal changes required.ref: go/v3 vs go/v4 - The Kubebuilder Book
Describe alternatives you've considered
N/A
Additional context
N/A