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
122 stars 39 forks source link

Change dataflow version type #431

Closed juldrixx closed 1 month ago

juldrixx commented 1 month ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

Update of NiGoApi to v0.1.1 to change the type of the version field in VersionControlInformationEntity from int32 to interface{}.

Why?

Because starting 2.0.0-M3 the field version is a string but in the previous version it's a int32. So to be compatible with newer and older version we need to use a generic type.

Checklist