Releases: konpyutaika/nifikop
Releases · konpyutaika/nifikop
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
v0.13.1-release
Changed
- PR #146 - [Operator/NifiCluster] Move from volume prefix to pvc label selection for deletion
v0.13.0-k8s-1.20-release
Added
- PR #89 - [Operator/NifiNodeGroupAutoscaler] Add NifiNodeGroupAutoscaler to automatically horizontally scale a NifiCluster resource via the Kubernetes HorizontalPodAutoscaler.
v0.12.0-k8s-1.20-release
Added
- PR #108 - [Operator/Logging] Migrated from logr library to zap
- PR #112 - [Documentation] Add section to explain how upgrade from 0.7.6 to 0.8.0.
- PR #114 - [Operator/NifiCluster] Added ability to set the
PodSpec.HostAliases
to provide Pod-level override of hostname resolution when DNS and other options are not applicable.
Changed
- PR #136 - [Operator] Update sync logic of dataflow to stop it fully.
- PR #115 - [Operator] Upgrade go version to 1.18.
- PR #120 - [Operator] Upgrade operator-sdk to v1.22.1.
- PR #121 - [Operator] Refactor much of the nifikop logging to include more context.
- PR #122 - [Operator/NifiCluster] Change name of PVCs that nifikop creates to include the name set via
NifiCluster.Spec.node_config_group.StorageConfigs.Name
- PR #123 - [Documentation] Added nifi.sensitive.props.key to config samples
Fixed Bugs
v0.13.0-release
Added
- PR #89 - [Operator/NifiNodeGroupAutoscaler] Add NifiNodeGroupAutoscaler to automatically horizontally scale a NifiCluster resource via the Kubernetes HorizontalPodAutoscaler.
v0.12.0-release
Added
- PR #108 - [Operator/Logging] Migrated from logr library to zap
- PR #112 - [Documentation] Add section to explain how upgrade from 0.7.6 to 0.8.0.
- PR #114 - [Operator/NifiCluster] Added ability to set the
PodSpec.HostAliases
to provide Pod-level override of hostname resolution when DNS and other options are not applicable.
Changed
- PR #136 - [Operator] Update sync logic of dataflow to stop it fully.
- PR #115 - [Operator] Upgrade go version to 1.18.
- PR #120 - [Operator] Upgrade operator-sdk to v1.22.1.
- PR #121 - [Operator] Refactor much of the nifikop logging to include more context.
- PR #122 - [Operator/NifiCluster] Change name of PVCs that nifikop creates to include the name set via
NifiCluster.Spec.node_config_group.StorageConfigs.Name
- PR #123 - [Documentation] Added nifi.sensitive.props.key to config samples
Fixed Bugs
v0.11.0-release
Added
- PR #76 - [Operator/NiFiCluster] Add ability to override default authorizers.xml template.
- PR #95 - [Operator/NiFiParameterContext] Allow the operator to take over existing parameter context.
- PR #96 - [Operator/NifiCluster] Add ability to specify pod priority class
Changed
- PR #75 - [Operator] Update PodDisruptionBudget version to policy/v1 instead of policy/v1beta1.
Removed
- PR #74 - [Operator] Removed legacy orange CRDs.