Skip to content

Commit bc2bfc9

Browse files
committed
NiFi 1 CRD fields gone, and sensitiveProperties removedl
1 parent 6993019 commit bc2bfc9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,13 @@ Removed in https://github.com/stackabletech/airflow-operator/pull/777[airflow-op
248248
[#nifi-removals-26_7_0]
249249
===== Apache NiFi
250250

251-
// TODO(author snippet): nifi-operator#960 has no author-written release note (only a CI link); wording drafted from the PR body - please confirm.
252-
*Breaking:* The NiFi 1.x configuration CRD fields and code have been removed, following the removal of NiFi 1.28.1.
253-
This removes the Prometheus reporting-task Job and its `spec.clusterConfig.createReportingTaskJob` field, the pre-2.x non-rolling upgrade handling, the dedicated metrics port, and the sensitive-properties algorithms that were only supported on NiFi 1.x.
251+
*Breaking:* Support for NiFi 1.x has been dropped, along with a few CRD fields that only applied to 1.x and had no effect on NiFi 2.x:
252+
253+
* `spec.clusterConfig.createReportingTaskJob` (including `enabled` and `podOverrides`) is removed.
254+
NiFi 2.x exposes Prometheus metrics directly at `/nifi-api/flow/metrics/prometheus`, so the reporting-task Job is obsolete.
255+
* The deprecated `spec.clusterConfig.sensitiveProperties.algorithm` values are removed.
256+
Use a supported algorithm instead: `nifiArgon2AesGcm256` (default) or `nifiPbkdf2AesGcm256`.
257+
254258
Removed in https://github.com/stackabletech/nifi-operator/pull/960[nifi-operator#960].
255259

256260
[#superset-removals-26_7_0]

0 commit comments

Comments
 (0)