You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#928]).
- BREAKING: `configOverrides` now only accepts `bootstrap.conf`, `nifi.properties` and `security.properties`.
17
18
Previously, arbitrary keys were silently accepted but ignored ([#921]).
@@ -22,11 +23,19 @@ All notable changes to this project will be documented in this file.
22
23
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#940]).
23
24
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
24
25
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD ([#945]).
26
+
- In case the user specifies a fixed number of NiFi nodes (i.e. no auto-scaling), set `nifi.cluster.flow.election.max.candidates` to that number.
27
+
This results in much faster NiFi startups, as it doesn't need to wait for the 5 minutes of `nifi.cluster.flow.election.max.wait.time` ([#953]).
25
28
26
29
### Fixed
27
30
28
31
- Fix broken link to the NiFi authorization usage guide in the `spec.clusterConfig.authorization` CRD doc (`usage-guide` -> `usage_guide`) ([#924]).
29
32
33
+
### Removed
34
+
35
+
- BREAKING: Remove support for NiFi 1.x.
36
+
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.
37
+
`status.deployed_version` is retained even though it no longer drives the (now removed) non-rolling upgrade state machine, as we don't want a breaking change to the status just for this ([#954]).
0 commit comments