Skip to content

Commit 3999c14

Browse files
authored
Merge branch 'main' into adding-descriptions
2 parents cc00479 + b876795 commit 3999c14

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,26 @@ Copy any secrets from the default namespace to that used by the operator, as sho
426426
427427
Please note that Java-based products that use the JMX exporter for Prometheus are now built with version https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1[1.0.1], which has breaking changes relevant for any dashboards displaying JVM metrics.
428428
429+
Apache Nifi
430+
431+
To upgrade from 1.27 to the 2.x series, the following config overrides are necessary in the new cluster's manifest:
432+
433+
----
434+
spec:
435+
image:
436+
productVersion: 2.0.0-M4
437+
nodes:
438+
configOverrides:
439+
nifi.properties:
440+
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
441+
----
442+
443+
IMPORTANT: Do not override this property for the 1.27 cluster version.
444+
445+
This is necessary because the 2.x versions do not support the XML format for flow definitions anymore.
446+
Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to (excluding) version 2.0.
447+
The next SDP release 24.11 will automatically take care of this step for you.
448+
429449
== Release 24.3
430450
431451
=== New / extended platform features

0 commit comments

Comments
 (0)