Skip to content

Releases: konpyutaika/nifikop

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.

v1.5.0-release

17 Nov 15:45
4026fd4
Compare
Choose a tag to compare

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

  • PR #311 - [Operator/NifiConnection] Doesn't have its own requeue interval.
  • PR #322 - [Helm Chart] SingleUserConfiguration block in Helm chart refers to incorrect values and has incorrect indentation.

v1.4.1-release

27 Sep 07:44
68a1767
Compare
Choose a tag to compare

Fixed Bugs

  • PR #302 - [Operator/NifiNodeGroupAutoscaler] Set default namespace in NifiNodeGroupAutoscaler's clusterRef.
  • PR #305 - [Operator/NifiRegistryClient] Registry client URI can't be updated.

v1.4.0-release

18 Sep 10:42
bef8acd
Compare
Choose a tag to compare

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

24 Aug 14:55
ba5e7e9
Compare
Choose a tag to compare

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

21 Aug 07:59
4caf0e6
Compare
Choose a tag to compare

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

25 Jul 15:21
36f81b3
Compare
Choose a tag to compare

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

14 Apr 19:39
57aefba
Compare
Choose a tag to compare

Added

  • PR #244 - [Operator] Updated the go version in nifikop to 1.20.

  • PR #141 - [Helm Chart] Added nifi-cluster helm chart.

Fixed Bugs

  • PR #243 - [Operator] Re-Fixed bug where an incorrect condition was used to determine whether or not to substitute a custom authorizers template.
  • PR #245 - [Operator] Added staticcheck linting and go vuln scanning to Makefile. Fixed all linting issues with operator

v1.1.0-release

20 Mar 20:20
ac41af3
Compare
Choose a tag to compare

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

19 Nov 16:28
ceca068
Compare
Choose a tag to compare

Changed

  • PR #190 - [CRDs] Migrate v1alpha1 to v1