Skip to content

Commit 13342b7

Browse files
committed
add known issue abot nifi 2.0.0 renamed processors
1 parent 31344b9 commit 13342b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Of the changes mentioned above, the following are breaking (or could lead to bre
245245
246246
==== Listener operator
247247
248-
All ListenerClasses now default to using Fully Qualified Domain Names (FQDNs).
248+
All ListenerClasses now default to using Fully Qualified Domain Names (FQDNs).
249249
Previously, NodePort ListenerClasses (such as external-unstable) would use the IP addresses.
250250
251251
All Nodes must now have resolvable hostnames, or the NodePort ListenerClasses must be configured with `spec.preferredAddressType: IP`.
@@ -387,9 +387,12 @@ helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --ver
387387
388388
* The Apache NiFi operator currently cannot share an https://github.com/stackabletech/nifi-operator/issues/716[OIDC AuthenticationClass with other products].
389389
This is due to an inconsistent implementation in the NiFi operator.
390-
* Apache NiFi: For the experimental NiFi version `2.0.0`, the `PrometheusReportingTask` (which was used to activate a Prometheus metrics endpoint) has been removed.
390+
* Apache NiFi: In the experimental NiFi version `2.0.0`, the `PrometheusReportingTask` (which was used to activate a Prometheus metrics endpoint) has been removed.
391391
NiFi now has its own API to directly access metrics. In contrast to previous versions, the metrics endpoints now requires authentication.
392392
This is not supported by the Stackable operator for Apache NiFi in this release.
393+
* Apache NiFi: In the experimental NiFi version `2.0.0`, some processors have been renamed or have a different class path since NiFi 1.x.x.
394+
Flows affected by these changes will need manually updating.
395+
See https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0[NiFi 2.0.0 Release Notes] for further details.
393396
* https://github.com/stackabletech/issues/issues/675[serviceAccount and roleBinding objects can accidentally get deleted]:
394397
During the release, a bug was reported which affects multiple deployments of the same product sharing a namespace.
395398
This is actively being worked on and will appear in a patch release.

0 commit comments

Comments
 (0)