operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.1k stars 1.73k forks source link

Update the kubebuilder version used in Operator SDK to v3.14.0 #6737

Open OchiengEd opened 2 months ago

OchiengEd commented 2 months ago

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:

Related to #6651

acornett21 commented 2 months ago

/lgtm

Neo2308 commented 1 month ago

@OchiengEd this is covered in https://github.com/operator-framework/operator-sdk/pull/6736, along with k/k version bumps etc.

yyewolf commented 1 week ago

I believe this would fix #6681, correct me if I'm wrong though.