v1.6.0-release
juldrixx
released this
18 Dec 11:35
·
129 commits
to master
since this 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.