Skip to content

Commit 2a16bc6

Browse files
authored
feat: Bump versions to 1.28.1 and 2.2.0 (#754)
* docs: Update supported versions * test: Bump versions to 1.28.1 and 2.2.0 * docs(getting-started): Bump NifiCluster to 2.2.0 * fix(getting_started): follow redirects in nifi check * fix(getting_started): Remove accidental PullPolicy used in local testing
1 parent 43281b2 commit 2a16bc6

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

docs/modules/nifi/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ metadata:
146146
name: simple-nifi
147147
spec:
148148
image:
149-
productVersion: 1.27.0
149+
productVersion: 2.2.0
150150
clusterConfig:
151151
authentication:
152152
- authenticationClass: simple-nifi-users

docs/modules/nifi/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ metadata:
146146
name: simple-nifi
147147
spec:
148148
image:
149-
productVersion: 1.27.0
149+
productVersion: 2.2.0
150150
clusterConfig:
151151
authentication:
152152
- authenticationClass: simple-nifi-users

docs/modules/nifi/examples/getting_started/test-nifi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nifi_password=$(kubectl get secret simple-admin-credentials -o jsonpath='{.data.
1010

1111
# check if host is reachable
1212
echo "Checking if NiFi is reachable at $nifi_host"
13-
return_code=$(curl --insecure -v -o /dev/null -w "%{http_code}" "$nifi_host")
13+
return_code=$(curl --insecure --location -v -o /dev/null -w "%{http_code}" "$nifi_host")
1414

1515
if [ "$return_code" -ne "200" ]; then
1616
echo "can't reach NiFi. return code: $return_code"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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.0.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.0.x!
5+
* 2.2.0 Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
6+
* 1.28.1
67
* 1.27.0 (LTS)
78
89
For details on how to upgrade your NiFi version, refer to xref:nifi:usage_guide/updating.adoc[].

tests/test-definition.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
---
22
dimensions:
3-
- name: zookeeper
4-
values:
5-
- 3.9.2
6-
- name: zookeeper-latest
7-
values:
8-
- 3.9.2
93
- name: nifi
104
values:
115
- 1.27.0
12-
- 2.0.0
6+
- 1.28.1
7+
- 2.2.0
138
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
149
# as in the example below.
15-
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
10+
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
1611
- name: nifi_old
1712
values:
1813
- 1.27.0
1914
- name: nifi_new
2015
values:
21-
- 2.0.0
16+
- 2.2.0
2217
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2318
# as in the example below.
24-
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
19+
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
2520
- name: nifi-latest
2621
values:
27-
- 2.0.0
22+
- 2.2.0
2823
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2924
# as in the example below.
30-
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
25+
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
26+
- name: zookeeper
27+
values:
28+
- 3.9.2
29+
- name: zookeeper-latest
30+
values:
31+
- 3.9.2
3132
- name: ldap-use-tls
3233
values:
3334
- "false"

0 commit comments

Comments
 (0)