Skip to content

v1.11.0-release

Compare
Choose a tag to compare
@juldrixx juldrixx released this 25 Oct 15:08
· 22 commits to master since this release
5bfc3b8

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.