Skip to content

Releases: konpyutaika/nifikop

v1.11.4-release

15 Nov 11:21
bf5159e
Compare
Choose a tag to compare

Fixed Bugs

  • PR #486 - [Operator/NifiUserGroup] Fixed policy creation/update on Root PG.

v1.11.3-release

13 Nov 14:35
2b6f40a
Compare
Choose a tag to compare

Changed

  • PR #482 - [Documentation] Upgrade dependencies.

Fixed Bugs

  • PR #481 - [Operator/NifiUserGroup] Fixed /parameter_contexts access policy creation.

v1.11.2-release

12 Nov 18:20
73af7ca
Compare
Choose a tag to compare

Added

  • PR #476 - [Helm Chart] Added option in nifi-parameter-context helm chart to support setting inheritedParameterContexts.
  • PR #477 - [Documentation] Added compatibility matrix for NiFi Registry.

Changed

  • PR #474 - [NiGoApi] Upgrade NiGoApi to v0.1.3.
  • PR #478 - [Operator] Upgrade golang to 1.23.3.

Fixed Bugs

  • PR #477 - [Operator/NifiRegistryClient] Fixed registry update check to use url property.

v1.11.1-release

29 Oct 10:37
0d90584
Compare
Choose a tag to compare

Changed

  • PR #471 - [Documentation] Update compatibility matrix.
  • PR #471 - [Helm Chart] Update appVersion to 1.28.0.

Fixed Bugs

  • PR #471 - [Helm Chart] Fixed incorrect serviceAccountName setting in NiFiCluster chart.

v1.11.0-release

25 Oct 15:08
5bfc3b8
Compare
Choose a tag to compare

Added

  • PR #454 - [Helm Chart] Added options in nifi-cluster helm chart to support setting clientType, propagateLabels, sidecarConfigs, topologySpreadConstraints and nifiControllerTemplate on NiFiCluster CRD.
  • PR #455 - [Helm Chart] Added ability to configure overrideSecretConfig and overrideConfigMap for nifi.properties in the nifi-cluster chart.
  • PR #439 - [Helm Chart] Handling the replicas attribute in the nifinodegroupautoscaler template in nifi-cluster helm chart.
  • PR #450 - [Operator/NifiCluster] Added Kubernetes Clustering and State management.

Changed

  • PR #449 - [Operator] Upgrade golang to 1.23.0.
  • PR #465 - [Operator] Upgrade golang to 1.23.1.
  • PR #465 - [Operator] Upgrade golang to 1.23.2.
  • PR #466 - [Documentation] Upgrade dependencies.
  • PR #450 - [Operator/NifiCluster] Changed default NiFi Configuration File from flow.xml.gz to flow.json.gz.

Fixed Bugs

  • PR #451 - [Operator] Fixed nil pointer dereference that occurred when logging failures without an underlying error.

v1.10.0-release

02 Aug 13:22
963e301
Compare
Choose a tag to compare

Changed

  • PR #434 - [Operator/NifiCluster] Added Python logback configuration.
  • PR #436 - [Operator] Upgrade golang to 1.22.4.
  • PR #440 - [Operator] Upgrade golang to 1.22.5.
  • PR #442 - [Documentation] Upgrade node 22.5.1.
  • PR #422 - [NiGoApi] Upgrade NiGoApi to v0.1.2.

Fixed Bugs

  • PR #435 - [Operator/NifiCluster] Fixed NifiCluster type fallback to external instead of the field value.
  • PR #443 - [Operator/NifiUser] Replaced Parameter Context policy resource from /parameter-context to /parameter-contexts.

v1.9.0-release

30 May 08:00
e50a8d1
Compare
Choose a tag to compare

Added

  • PR #394 - [Operator/NifiCluster] Added support to let users configure AdditionalNifiEnvs.
  • PR #430 - [Operator/NifiCluster] Added Python extensions properties in the nifi.properties file template.

Changed

  • PR #415 - [Operator] Upgrade golang to 1.22.2.
  • PR #393 - [Operator/NifiCluster] Added support to let users configure seccompProfile and securityContext.
  • PR #421 - [Documentation] Upgrade node 22.0.0.
  • PR #422 - [NiGoApi] Upgrade NiGoApi to v0.1.0.
  • PR #425 - [Operator] Upgrade golang to 1.22.3.
  • PR #428 - [Documentation] Upgrade node 22.2.0.
  • PR #431 - [Operator/NifiCluster] Changed type of the version field from VersionControlInformationEntity to be generic.
  • PR #431 - [NiGoApi] Upgrade NiGoApi to v0.1.1.
  • PR #426 - [Operator/NifiParameterContext] Changed secret update detection to be based on resourceVersion.

Fixed Bugs

  • PR #416 - [Operator] Certmanager-user: k8sutil: corrects IsAlreadyOwnedError.
  • PR #418 - [Operator/NifiCluster] Fixed issue where new nodes could not be added to NiFi cluster with a custom authorizer configuration provided.
  • PR #420 - [Operator/NifiCluster] Patch duplicate Prometheus Reporting Task.
  • PR #424 - [Operator] Fix Nifiuser certificate creation.

Deprecated

  • PR #422 - [Operator/NifiCluster] MaximumEventDrivenThreadCount is no longer configurable in NiFi.

v1.8.0-release

13 Mar 18:49
ebc519c
Compare
Choose a tag to compare

Added

  • PR #403 - [Operator/NifiCluster] Added support to let users configure internalTrafficPolicy and externalTrafficPolicy on external services.
  • PR #391 - [Operator/NifiUserGroup] Added settings missing for secure LDAP connections in login_identity_providers.xml
  • PR #381 - [Operator/NifiUserGroup] Added ability to set NifiUserGroup.Spec.Identity when users need to override the default naming convention.
  • PR #392 - [Operator/NifiCluster] Added update of the DNSNames of the node's NifiUsers if the webProxyHosts is updated.
  • PR #392 - [Operator/NifiUser] Added update of the Certificate if the NifiUser is updated.

Changed

  • PR #378 - [Operator] Tweak NiFi pod startup script to more gracefully handle pod IP resolution.
  • PR #382 - [Operator/NifiCluster] Changed nifi.content.viewer.url property default value.
  • PR #387 - [Operator] Upgrade golang to 1.21.7.
  • PR #366 - [Operator] Migrated nifikop to KubeBuilder go/v4 and operator-sdk to v1.33.0.
  • PR #386 - [Operator] Upgrade golang to 1.22.0.
  • PR #398 - [Operator] Upgrade golang to 1.22.1.
  • PR #397 - [Operator/NifiUser] Updates NifiUser synchronization logic to reduce api calls on UserGroup endpoint.
  • PR #404 - [Operator/NifiCluster] Updates nifi.provenance.repository.debug.frequency from 1_000_000 to 1000000.

v1.7.0-release

24 Jan 08:20
41c3cfc
Compare
Choose a tag to compare

Added

  • PR #345 - [Helm Chart] Added option to include NodePort with custom hosts in webProxyHosts.
  • PR #364 - [Helm Chart] Added ability to configure NiFi Pod ReadinessProbe and LivenessProbe in the nifi-cluster chart.
  • PR #367 - [Operator/NifiParameterContext] Parameter context's secret update detection.

Changed

  • PR #340 - [Operator/NifiDataflow] Updated the logic to stop the entire dataflow instead of just the processors when the parameter context reference is updated.
  • PR #342 - [Operator/NifiCluster] Updated the logic to retrieve theIP address from hostname with curl instead of wget.
  • PR #341 - [Helm Chart] Fixed webProxyHosts conversion to Yaml. Updated zookeeper dependency. Updated ServiceMonitor endpoints generation.
  • PR #349 - [Operator/NifiRegistryClient] Set FlowRegistry type in RegistryClient creation.
  • PR #350 - [Operator] Remove optimistic lock on Patch.
  • PR #352 - [Operator] Changed default LogLevel of NiFi from DEBUG to INFO.
  • PR #354 - [Operator/NifiCluster] Updated login_identity_providers.xml template for 2.0.0-M1.
  • PR #368 - [Operator] Upgrade golang to 1.21.6.
  • PR #369 - [Operator/NifiParameterContext] Update parameter value to null instead of delete.
  • PR #363 - [Operator] Replace boostrap.properties references with boostrap.conf.

v1.6.0-release

18 Dec 11:35
479474d
Compare
Choose a tag to compare

Added

  • PR #325 - [Operator/NifiCluster] Added ability to configure ReclaimPolicy for StorageConfig 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.