Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump versions to 1.28.1 and 2.2.0 #754

Merged
merged 5 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ metadata:
name: simple-nifi
spec:
image:
productVersion: 1.27.0
productVersion: 2.2.0
pullPolicy: Never
clusterConfig:
authentication:
- authenticationClass: simple-nifi-users
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ metadata:
name: simple-nifi
spec:
image:
productVersion: 1.27.0
productVersion: 2.2.0
clusterConfig:
authentication:
- authenticationClass: simple-nifi-users
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nifi/examples/getting_started/test-nifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nifi_password=$(kubectl get secret simple-admin-credentials -o jsonpath='{.data.

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

if [ "$return_code" -ne "200" ]; then
echo "can't reach NiFi. return code: $return_code"
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/nifi/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This is a separate file, since it is used by both the direct NiFi-Operator documentation, and the overarching
// Stackable Platform documentation.

* 2.0.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.0.x!
* 2.2.0 Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
* 1.28.1
* 1.27.0 (LTS)

For details on how to upgrade your NiFi version, refer to xref:nifi:usage_guide/updating.adoc[].
25 changes: 13 additions & 12 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
---
dimensions:
- name: zookeeper
values:
- 3.9.2
- name: zookeeper-latest
values:
- 3.9.2
- name: nifi
values:
- 1.27.0
- 2.0.0
- 1.28.1
- 2.2.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.
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
- name: nifi_old
values:
- 1.27.0
- name: nifi_new
values:
- 2.0.0
- 2.2.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.
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
- name: nifi-latest
values:
- 2.0.0
- 2.2.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.
# - 1.27.0,oci.stackable.tech/sandbox/nifi:1.27.0-stackable0.0.0-dev
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
- name: zookeeper
values:
- 3.9.2
- name: zookeeper-latest
values:
- 3.9.2
- name: ldap-use-tls
values:
- "false"
Expand Down