Releases: konpyutaika/nifikop
Releases · konpyutaika/nifikop
v1.3.1-release
Added
- PR #286 - [Operator/NifiCluster] Update resource's status only on change.
Changed
- PR #287 - [NiGoApi] Upgrade nigoapi to v0.0.9.
- PR #288 - [Operator/NifiCluster] Block user and user group creation in NiFi with pure single user authentication.
Fixed Bugs
- PR #288 - [Operator/NifiCluster] Fix single user authentication default secret keys.
v1.3.0-release
Added
- PR #278 - [Operator//NifiCluster] Added the single-user-authentication method.
- PR #279 - [Operator/NifDataflow] Added check to control if a dataflow is unscheduled in order to schedule it.
Changed
- PR #281 - [Operator] Upgrade golang to 1.21.0.
Fixed Bugs
- PR #279 - [Operator/NifDataflow] Trim parameter's description from parameter context.
v1.2.0-release
Added
- PR #258 - [Helm Chart] Upgraded helm-deployed HPA to v2 and added flowPosition to NiFiDataflow.
- PR #269 - [Operator/NifiCluster] Added ability to attach labels and annotations to PVCs that nifikop creates.
Changed
- PR #257 - [Operator] Updated the operator-sdk to 1.28.0.
- PR #263 - [NiGoApi] Upgrade nigoapi to v0.0.8.
- PR #263 - [Operator] Upgrade golang to 1.20.5.
- PR #266 - [Operator] Add AuthenticationStrategy, ManagerDn, ManagerPassword, IdentityStrategy properties for LDAP integration.
- PR #276 - [Operator] Upgrade golang to 1.20.6.
v1.1.1-release
v1.1.0-release
Added
- PR #220 - [Operator/NifiCluster] Made
Pod
readiness and liveness checks configurable. - PR #218 - [Operator] Add cross-platform support to nifikop docker image.
Changed
- PR #236 - [Operator] Fixed issue where operator would infinitely retry requests if it cannot find
Dataflow
/ParameterContext
update & drop requests.
Fixed Bugs
- PR #223 - [Operator] Fixed bug where an incorrect condition was used to determine whether or not to substitute a custom authorizers template.
v1.0.0-release
Changed
- PR #190 - [CRDs] Migrate v1alpha1 to v1
v0.16.0-release
Added
- PR #202 - [Operator] Updated the go version in nifikop to 1.19.
- PR #208 - [Operator] Updated the cert-manager lib version to v1.10.0.
Changed
- PR #205 - [Operator] Updated operator-sdk to v1.25.2.
Fixed Bugs
- PR #195 - [Helm Chart] Fixed bug where default metrics port collided with default health probe port.
- PR #210 - [NifiUser] Fixed issue where
NifiUser
Certificate
andSecret
resources get re-created after theNifiUser
has been marked for deletion and removed. This is most noticeable when deploying NiFi clusters via ArgoCD.
v0.15.0-release
Added
- PR #165 - [NifiParameterContext] Add parameter context inheritance.
Changed
- PR #165 - [NiGoApi] Update NiGoApi dependence.
Fixed Bugs
- PR #189 - [Operator] Fixed issue where nifikop's zookeeper init container would not tolerate multiple comma-delimited
host:port
pairs in theNifiCluster.Spec.ZkAddress
configuration.
v0.14.1-release
v0.14.0-release
Added
- PR #138 - [Operator/NifiCluster] Add ability to configure the NiFi Load Balance port.
- PR #144 - [Operator] Add automatic detection of k8s prior 1.21.
- PR #153 - [Helm Chart] Added helm values to set common labels and annotations.
Changed
- PR #142 - [Operator] Fixed issue where operator would modify
NifiCluster
andNifiDataflow
status on every reconciliation loop unnecessarily. - PR #151 - [Operator] Fixed an issue where the controller logging erroneously appeared to all come from the same controller.
Fixed Bugs
- PR #155 - [Operator] Removed instances where reconcile requeue didn't honor the interval time