This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: Orange-OpenSource/nifikop
Releases · Orange-OpenSource/nifikop
v0.7.6-release
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
v0.7.4-release
Fixed Bugs
- PR #160 - [Dataflow] Mandatory Position x and y.
v0.7.3-release
v0.7.2-release
v0.7.1-release
Added
- PR #144 - [Operator/Parameter] Support empty string and no value set.
v0.7.0-release
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
andshutdown
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
Fixed Bugs
- COMMIT #d98eb15fb3a74a1be17be5d456b02bd6a2d333cd - [Fix/NiFiCluster] Fix external service port configuration being ignore #133
- PR #134 - [Operator/NifiCluster] corrected typo in the nifi configmap for bootstrap-notification-service.
- PR #119 - [Helm Chart] bring nificlusters crd in helm chart to spec with rest of repo.