Releases: konpyutaika/nifikop
Releases · konpyutaika/nifikop
v1.6.0-release
Added
- PR #325 - [Operator/NifiCluster] Added ability to configure
ReclaimPolicy
forStorageConfig
persistent volumes. - PR #335 - [Operator/NifiCluster] Added ability to set port protocol and load balancer class for external services via
ExternalServiceConfig
. - PR #333 - [Operator] Replace Update by Patch on K8S resource to avoid update race conditions.
Changed
- PR #327 - [Documentation] Update Nifikop vs Apache NiFi compatibility matrix documentation.
- PR #330 - [Operator] Upgrade golang to 1.21.5.
- PR #337 - [NiGoApi] Upgrade NiGoApi to v0.0.10.
Fixed Bugs
- PR #336 - [Operator/NifiCluster] Fixed issue where nifikop wouldn't update
storageConfigs.metadata.annotations
if they were changed after initial creation.
v1.5.0-release
Added
- PR #320 - [Operator/NifiCluster] Added ability to set NiFi container port protocol via
InternalListenersConfig
. - PR #323 - [Operator/NifiCluster] Added abitility to set
nodePort
.
Changed
- PR #307 - [Operator] Upgrade golang to 1.21.2.
- PR #314 - [Operator] Upgrade golang to 1.21.3.
- PR #314 - [Documentation] Upgrade node 20.9.0, Docusaurus 3, React 18 and other dependencies.
- PR #321 - [Operator] Upgrade golang to 1.21.4.
Fixed Bugs
v1.4.1-release
v1.4.0-release
Added
- PR #291 - [Plugin] Implementation of NiFiKop's plugin.
- PR #291 - [Operator/NifiConnection] Implementation of NifiConnection controller.
- PR #292 - [Operator/NifiCluster] Modify RBAC kubebuilder annotations so NiFiKop works on OpenShift.
- PR #292 - [Helm Chart] Add Parameter for RunAsUser for OpenShift.
- PR #300 - [Operator/NifiCluster] Manage no node cluster.
- PR #300 - [Operator/NifiNodeGroupAutoscaler] Manage autoscale to 0.
Changed
- PR #290 - [Operator/NifiCluster] Change default sensitive algorithm.
- PR #295 - [Operator] Upgrade golang to 1.21.1.
- PR #300 - [Operator/NifiNodeGroupAutoscaler] Change new nodes id computation.
Fixed Bugs
- PR #300 - [Operator/NifiNodeGroupAutoscaler] Empty
CreationTime
in node states crashes the operator.
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