konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
125 stars 42 forks source link

update operator-sdk to 1.28.0 & apply all migrations #257

Closed mh013370 closed 1 year ago

mh013370 commented 1 year ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

Update operator-sdk to 1.28.0 and apply all kubebuilder migrations specified here:

https://sdk.operatorframework.io/docs/upgrading-sdk-version/

I upgraded my local operator-sdk by following their installation instructions documented here: https://sdk.operatorframework.io/docs/installation/

Checklist

r65535 commented 1 year ago

Looks good to me!

I guess we'll perform the go/v4 migrations once it leaves alpha?

mh013370 commented 1 year ago

Looks good to me!

I guess we'll perform the go/v4 migrations once it leaves alpha?

Yes i believe so. It's not clear to me at the moment how to migrate, but when we do move to go/v4 we will probably need to apply all of the v4 migrations