This repository was archived by the owner on Oct 20, 2022. It is now read-only.
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.