operator-sdk
operator-sdk copied to clipboard
Update the kubebuilder version used in Operator SDK to v3.14.0
Description of the change:
Update version of sigs.k8s.io/kubebuilder/v3 module used in operator-sdk to v3.14.0
Motivation for the change:
Updating the version of sigs.k8s.io/kubebuilder/v3 module used in operator-sdk will add support for k8s.io 1.29
In addition, this bumps the version of controller tools from v0.13.0 t0 v0.14.0 which consequently resolves an issue in operator-sdk which is affecting the scaffoling on new API resources.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
- [x] Add a new changelog fragment in
changelog/fragments(seechangelog/fragments/00-template.yaml) - [ ] Add or update relevant sections of the docs website in
website/content/en/docs
Related to #6651
/lgtm
@OchiengEd this is covered in https://github.com/operator-framework/operator-sdk/pull/6736, along with k/k version bumps etc.
I believe this would fix #6681, correct me if I'm wrong though.
Going to close this since v1.36.0 addresses this.