Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/modules/nifi/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
// Stackable Platform documentation.

* 2.9.0
* 2.7.2
* 2.7.2 (Deprecated)
** Please note that NiFi starting with 2.7.2 supports Iceberg, but only with S3 and Iceberg REST catalog (no Hive metastore or HDFS support). Please read on xref:nifi:usage_guide/writing-to-iceberg-tables.adoc[] for details.
* 2.6.0 (LTS)
* 1.28.1 (Deprecated)

For details on how to upgrade your NiFi version, refer to xref:nifi:usage_guide/updating.adoc[].
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-prometheus-nar",
"version": "1.28.1"
"version": "2.9.0"
},
"properties": {
"prometheus-reporting-task-metrics-endpoint-port": "8081",
Expand Down Expand Up @@ -190,7 +190,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-standard-nar",
"version": "1.28.1"
"version": "2.9.0"
},
"properties": {
"Regular Expression": "(?s)(^.*$)",
Expand Down Expand Up @@ -235,7 +235,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-standard-nar",
"version": "1.28.1"
"version": "2.9.0"
},
"properties": {
"HTTP Context Map": "fd3b17c4-0196-1000-0000-000076ed786c",
Expand Down Expand Up @@ -311,7 +311,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-standard-nar",
"version": "1.28.1"
"version": "2.9.0"
},
"properties": {
"multipart-request-max-size": "1 MB",
Expand Down Expand Up @@ -475,7 +475,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-http-context-map-nar",
"version": "1.28.1"
"version": "2.9.0"
},
"properties": {
"Request Expiration": "1 min",
Expand All @@ -488,7 +488,7 @@ data:
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-standard-services-api-nar",
"version": "1.28.1"
"version": "2.9.0"
}
}
],
Expand Down
34 changes: 4 additions & 30 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@
dimensions:
- name: nifi
values:
- 1.28.1
- 2.6.0
- 2.7.2
- 2.9.0
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
# - 2.6.0,oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
- name: nifi_old
values:
- 1.28.1
- name: nifi_new
values:
- 2.9.0
- name: nifi-latest
values:
- 2.9.0
Expand All @@ -27,16 +20,6 @@ dimensions:
values:
- 2.7.2
- 2.9.0
# TODO: Can be removed once NiFi 1.x.x is removed - only for separate smoke tests
- name: nifi-v1
values:
- 1.28.1
# TODO: Can be removed once NiFi 1.x.x is removed - only for separate smoke tests
- name: nifi-v2
values:
- 2.6.0
- 2.7.2
- 2.9.0
# Use Kubernetes manager if set to false
- name: use-zookeeper-manager
values:
Expand Down Expand Up @@ -90,26 +73,17 @@ dimensions:
tests:
- name: upgrade
dimensions:
- nifi_old
- nifi_new
- nifi
- zookeeper-latest
- openshift
- name: orphaned_resources
dimensions:
- nifi
- zookeeper-latest
- openshift
# TODO: Can be removed once NiFi 1.x.x is removed - only for separate smoke tests
- name: smoke_v1
- name: smoke
dimensions:
- nifi-v1
- zookeeper
- listener-class
- openshift
# TODO: Can be renamed to smoke once NiFi 1.x.x is removed - only for separate smoke tests
- name: smoke_v2
dimensions:
- nifi-v2
- nifi
- zookeeper
- use-zookeeper-manager
- listener-class
Expand All @@ -136,7 +110,7 @@ tests:
- openshift
- name: cluster-sync-cs-bug
dimensions:
- nifi-v2
- nifi
- openshift
- name: oidc-opa
dimensions:
Expand Down
Loading