Skip to content

Commit 4c14225

Browse files
committed
test: Add NiFi 2.6.0
1 parent fa5d9ff commit 4c14225

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

tests/test-definition.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ dimensions:
55
- 1.27.0
66
- 1.28.1
77
- 2.4.0
8+
- 2.6.0
89
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
910
# as in the example below.
10-
# - 2.4.0,oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
11+
# - 2.6.0,oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
1112
- name: nifi_old
1213
values:
1314
- 1.27.0
1415
- name: nifi_new
1516
values:
16-
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
17+
- 2.6.0 # oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
1718
- name: nifi-latest
1819
values:
19-
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
20+
- 2.6.0 # oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
2021
- name: nifi-iceberg
2122
# Not all NiFi versions support Iceberg with the same functionality!
2223
# E.g. our own implementation started with NiFi 2.2.0
2324
values:
24-
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
25+
- 2.6.0 # oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
2526
# TODO: Can be removed once NiFi 1.x.x is removed - only for seperate smoke tests
2627
- name: nifi-v1
2728
values:
@@ -31,6 +32,7 @@ dimensions:
3132
- name: nifi-v2
3233
values:
3334
- 2.4.0
35+
- 2.6.0
3436
# Use Kubernetes manager if set to false
3537
- name: use-zookeeper-manager
3638
values:

0 commit comments

Comments
 (0)