v1.7.0-release
juldrixx
released this
24 Jan 08:20
·
101 commits
to master
since this release
Added
- PR #345 - [Helm Chart] Added option to include
NodePort
with custom hosts inwebProxyHosts
. - PR #364 - [Helm Chart] Added ability to configure NiFi Pod
ReadinessProbe
andLivenessProbe
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 ofwget
. - PR #341 - [Helm Chart] Fixed
webProxyHosts
conversion to Yaml. Updated zookeeper dependency. UpdatedServiceMonitor
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
toINFO
. - 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 withboostrap.conf
.