Skip to content

Commit 1a60067

Browse files
committed
add NiFi 2.4.0 and remove 2.2.0
1 parent 4474155 commit 1a60067

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/modules/nifi/pages/usage_guide/updating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NiFi clusters cannot be upgraded or downgraded in a rolling fashion due to a lim
2424
When upgrading between NiFi 1 versions or from NiFi 1 to NiFi 2, any change to the NiFi version in the CRD triggers a full cluster restart with brief downtime.
2525
However, the Stackable image version can be updated in a rolling manner, provided the NiFi version remains unchanged.
2626
27-
For upgrades between NiFi 2 versions, e.g. from `2.0.0` to `2.2.0`, rolling upgrades are supported.
27+
For upgrades between NiFi 2 versions, e.g. from `2.0.0` to `2.4.0`, rolling upgrades are supported.
2828
====
2929

3030
== NiFi 2.0.0

docs/modules/nifi/partials/supported-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This is a separate file, since it is used by both the direct NiFi-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 2.2.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
5+
* 2.4.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
66
* 1.28.1
77
* 1.27.0 (LTS)
88

tests/test-definition.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ dimensions:
44
values:
55
- 1.27.0
66
- 1.28.1
7-
- 2.2.0
7+
- 2.4.0
88
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
99
# as in the example below.
10-
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
10+
# - 2.4.0,oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
1111
- name: nifi_old
1212
values:
1313
- 1.27.0
1414
- name: nifi_new
1515
values:
16-
- 2.2.0
16+
- 2.4.0
1717
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1818
# as in the example below.
19-
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
19+
# - 2.4.0,oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
2020
- name: nifi-latest
2121
values:
22-
- 2.2.0
22+
- 2.4.0
2323
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2424
# as in the example below.
25-
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
25+
# - 2.4.0,oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
2626
- name: zookeeper
2727
values:
2828
- 3.9.3

0 commit comments

Comments
 (0)