Skip to content

v1.6.0-release

Compare
Choose a tag to compare
@juldrixx juldrixx released this 18 Dec 11:35
· 120 commits to master since this release
479474d

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.