operator-framework / ansible-operator-plugins

Experimental extraction/refactoring of the Operator SDK's ansible operator plugin
Apache License 2.0
9 stars 20 forks source link

bump kubebuilder to v3.13.0 and fixup scaffolding #79

Closed joelanford closed 3 months ago

joelanford commented 3 months ago

Description of the change: Bump Kubebuilder to v3.13.0 and fix up scaffolding to handle the incoming breaking changes.

Motivation for the change: Operator SDK already bumped its kubebuilder dependency to v3.13.0, but it still uses a version of this package that is on a prior version.

Kubebuilder 3.13.0 seems to have made some changes in its kustomize plugin that break the expectations of downstream plugins (like this one)

In order to fix things up, we need to also bump this repo to Kubebuilder v3.13.0, fix up its scaffolding to handle the incoming breaking changes, make a release, and then bump operator-sdk.

This PR is the first step of the process.

openshift-ci[bot] commented 3 months ago

New changes are detected. LGTM label has been removed.

acornett21 commented 3 months ago