Nifikop Versions Save

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.

v0.7.6-release

2 years ago

Added

  • PR #191 - [Operator/NiFiDataflow] Add event on registry client reference error.
  • PR #190 - [Operator/NiFiDataflow] New parameter: flowPosition.

Changed

  • PR #188 - [Operator/NiFiCluster] Support all pod status as terminating if the pod phase is failed.

Fixed Bugs

  • PR #167 - [Operator/NiFiDataflow] Fix nil pointer exception case whe sync Dataflow.
  • PR #189 - [Operator/NiFiParameterContext] Fix nil pointer exception case on empty description.
  • PR #193 - [Documentation] Fix some misinformation.
  • PR #196 - [Operator/NiFiParameterContext] Fix non-update of parameter context.
  • PR #197 - [Operator/NiFiDataflow] Keep Helm chart CRDs inline with baseline.
  • PR #198 - [Documentation] Fix versionned doc.

v0.7.5-release

2 years ago

Added

  • PR #161 - [Operator/NiFiParameterContext] Support declarative sensitive value out of secret.

Fixed Bugs

  • PR #161 - [Documentation] NiFiCluster reference.
  • PR #161 - [Operator/NiFiParameterContext] Fix remove parameter and update set value to "no value set".

v0.7.4-release

2 years ago

Fixed Bugs

  • PR #160 - [Dataflow] Mandatory Position x and y.

v0.7.3-release

2 years ago

Fixed Bugs

  • PR #156 - [Helm chart] Operator metrics port configuration.
  • PR #157 - [Operator/NiFiParameterContext] Support optional parametere context and empty slice.

v0.7.2-release

2 years ago

Added

  • PR #152 - [Operator] Configurable requeue interval (#124)

Fixed Bugs

  • PR #152 - [Operator/NiFiParameterContext] Fix is sync control in nil value case.

v0.7.1-release

2 years ago

Added

  • PR #144 - [Operator/Parameter] Support empty string and no value set.

v0.7.0-release

2 years ago

Added

  • PR #132 - [Operator] Add the ability to manage dataflow lifecycle on non managed NiFi Cluster.
  • PR #132 - [Operator] Operator can interact with the NiFi cluster using basic authentication in addition to tls.

Changed

  • PR #132 - [Operator] Enabling the ability to move a resource from one cluster to another by just changing the clusterReference.
  • PR #132 - [Operator] Improves the performances by reducing the amont of errors when interacting with then NiFi cluster API, checking cluster readiness before applying actions.
  • PR #132 - [Operator/NiFiCluster] Support evicted and shutdown pod status as terminating.

Fixed Bugs

  • PR #132 - [Operator/NiFiCluster] Fix the downscale issue (PR #131) by removing references to configmap
  • PR #132 - [Helm Chart] Fix the RBAC definition for configmap and lease generated by operator-sdk with some mistakes.
  • PR #132 - [Helm Chart] Add corect CRDs in the chart helm.
  • PR #132 - [Operator/NiFiUser] Fix policy check conflict between user and group scope policy.

v0.6.4-release

2 years ago

Fixed Bugs

v0.6.3-release

2 years ago

Features

  • PR #114 - [Fix/NiFiCluster] Additionals environment variables.

Fixed Bugs

  • PR #113 - [Fix/NiFiDataflow] Simple work around to avoid null pointer dereferencing on nifi side.

v0.6.2-release

2 years ago

Fixed Bugs

  • PR #107 - [Operator/NiFiCluster] Correct the way to path PVCs.
  • PR #109 - [Operator/NifiCluster] Change namespace watch configuration to manage single namespace deletion.