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

chore: bump nifi versions for 24.11 #99

Closed
wants to merge 16 commits into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ data:
stackable.tech/vendor: Stackable
spec:
sparkImage:
productVersion: 3.5.1
productVersion: 3.5.2
mode: cluster
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
deps:
packages:
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.0
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.1
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.6.1
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.2
s3connection:
reference: minio
sparkConf:
Expand Down
2 changes: 1 addition & 1 deletion demos/end-to-end-security/create-spark-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data:
name: spark-report
spec:
sparkImage:
productVersion: 3.5.1
productVersion: 3.5.2
mode: cluster
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
deps:
Expand Down
2 changes: 1 addition & 1 deletion demos/signal-processing/Dockerfile-nifi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build -f ./Dockerfile-nifi -t docker.stackable.tech/demos/nifi:1.27.0-postgresql .

FROM docker.stackable.tech/stackable/nifi:1.27.0-stackable24.7.0
FROM docker.stackable.tech/stackable/nifi:1.27.0-stackable24.11.0

RUN curl --fail -o /stackable/nifi/postgresql-42.6.0.jar "https://repo.stackable.tech/repository/misc/postgresql-timescaledb/postgresql-42.6.0.jar"
12 changes: 6 additions & 6 deletions demos/signal-processing/DownloadAndWriteToDB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<bundle>
<artifact>nifi-dbcp-service-nar</artifact>
<group>org.apache.nifi</group>
<version>1.21.0</version>
<version>1.27.0</version>
</bundle>
<comments></comments>
<descriptors>
Expand Down Expand Up @@ -258,7 +258,7 @@
<bundle>
<artifact>nifi-record-serialization-services-nar</artifact>
<group>org.apache.nifi</group>
<version>1.21.0</version>
<version>1.27.0</version>
</bundle>
<comments></comments>
<descriptors>
Expand Down Expand Up @@ -561,7 +561,7 @@
</position>
<height>88.0</height>
<label>This flow downloads a dataset, writing it to a temporary table in TimescaleDB.
This data is then written to the target table with the time offsets preserved,
This data is then written to the target table with the time offsets preserved,
but re-based to the current time. This means that the data can be displayed
in Grafana as if it were being streamed, whereas in fact the dashboard moves
through "future" data that has already been persisted.</label>
Expand All @@ -584,7 +584,7 @@ through "future" data that has already been persisted.</label>
<bundle>
<artifact>nifi-standard-nar</artifact>
<group>org.apache.nifi</group>
<version>1.21.0</version>
<version>1.27.0</version>
</bundle>
<config>
<backoffMechanism>PENALIZE_FLOWFILE</backoffMechanism>
Expand Down Expand Up @@ -1069,7 +1069,7 @@ through "future" data that has already been persisted.</label>
<bundle>
<artifact>nifi-standard-nar</artifact>
<group>org.apache.nifi</group>
<version>1.21.0</version>
<version>1.27.0</version>
</bundle>
<config>
<backoffMechanism>PENALIZE_FLOWFILE</backoffMechanism>
Expand Down Expand Up @@ -1223,7 +1223,7 @@ from conditions_temp;</value>
<bundle>
<artifact>nifi-standard-nar</artifact>
<group>org.apache.nifi</group>
<version>1.21.0</version>
<version>1.27.0</version>
</bundle>
<config>
<backoffMechanism>PENALIZE_FLOWFILE</backoffMechanism>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
name: spark-ad
spec:
sparkImage:
productVersion: 3.5.1
productVersion: 3.5.2
mode: cluster
mainApplicationFile: local:///spark-scripts/spark-ad.py
deps:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/demos/pages/trino-iceberg.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ connect with DBeaver. As an alternative, you can use https://trino.io/download.h

[source,console]
----
$ java -jar ~/Downloads/trino-cli-451-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
$ java -jar ~/Downloads/trino-cli-455-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
----

Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output. When
Expand Down
2 changes: 1 addition & 1 deletion stacks/_templates/vector-aggregator.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
releaseName: vector-aggregator

Check warning on line 1 in stacks/_templates/vector-aggregator.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

1:1 [document-start] missing document start "---"
name: vector
repo:
name: vector
url: https://helm.vector.dev
version: 0.34.0
version: 0.35.0 # app version 0.40.0
options:
commonLabels:
stackable.tech/vendor: Stackable
Expand Down Expand Up @@ -36,7 +36,7 @@
auth:
strategy: basic
user: admin
password: {{ openSearchAdminPassword }}

Check failure on line 39 in stacks/_templates/vector-aggregator.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

39:23 [braces] too many spaces inside braces

Check failure on line 39 in stacks/_templates/vector-aggregator.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

39:47 [braces] too many spaces inside braces
extraVolumeMounts:
# Use the certificate generated by the secret-operator
- name: tls
Expand Down
4 changes: 2 additions & 2 deletions stacks/airflow/airflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% raw %}

Check failure on line 1 in stacks/airflow/airflow.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

1:2 syntax error: found character '%' that cannot start any token (syntax)
---
apiVersion: airflow.stackable.tech/v1alpha1
kind: AirflowCluster
Expand All @@ -6,7 +6,7 @@
name: airflow
spec:
image:
productVersion: 2.9.2
productVersion: 2.9.3
clusterConfig:
listenerClass: external-unstable
loadExamples: false
Expand Down Expand Up @@ -272,7 +272,7 @@
spec:
version: "1.0"
sparkImage:
productVersion: 3.5.1
productVersion: 3.5.2
mode: cluster
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
job:
Expand Down
4 changes: 2 additions & 2 deletions stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: nifi
spec:
image:
productVersion: 1.25.0
productVersion: 1.27.0
clusterConfig:
authentication:
- authenticationClass: nifi-admin-credentials
Expand Down Expand Up @@ -52,7 +52,7 @@ kind: Secret
metadata:
name: nifi-admin-credentials-secret
stringData:
admin: {{ nifiAdminPassword }}
admin: {{nifiAdminPassword}}
---
apiVersion: zookeeper.stackable.tech/v1alpha1
kind: ZookeeperZnode
Expand Down
4 changes: 2 additions & 2 deletions stacks/data-lakehouse-iceberg-trino-spark/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
Expand Down Expand Up @@ -114,7 +114,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.66.0
productVersion: 0.67.1
servers:
roleGroups:
default: {}
Expand Down
2 changes: 1 addition & 1 deletion stacks/dual-hive-hdfs-s3/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
authorization:
opa:
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.66.0
productVersion: 0.67.1
clusterConfig:
userInfo:
backend:
Expand Down
8 changes: 4 additions & 4 deletions stacks/end-to-end-security/trino-regorules.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% raw %}

Check failure on line 1 in stacks/end-to-end-security/trino-regorules.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

1:2 syntax error: found character '%' that cannot start any token (syntax)
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -1460,7 +1460,7 @@
# "groups": ["group1", ...],
# "user": "username",
# },
# "softwareStack": {"trinoVersion": "442"},
# "softwareStack": {"trinoVersion": "455"},
# }
# }
#
Expand Down Expand Up @@ -1610,7 +1610,7 @@
# "groups": ["group1", ...],
# "user": "username",
# },
# "softwareStack": {"trinoVersion": "442"},
# "softwareStack": {"trinoVersion": "455"},
# }
# }
#
Expand Down Expand Up @@ -1671,7 +1671,7 @@
# "groups": ["group1", ...],
# "user": "username",
# },
# "softwareStack": {"trinoVersion": "442"},
# "softwareStack": {"trinoVersion": "455"},
# }
# }
#
Expand Down Expand Up @@ -1736,7 +1736,7 @@
# "groups": ["group1", ...],
# "user": "username",
# },
# "softwareStack": {"trinoVersion": "442"},
# "softwareStack": {"trinoVersion": "455"},
# }
# }
#
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
listenerClass: external-unstable
tls:
Expand Down
2 changes: 1 addition & 1 deletion stacks/keycloak-opa-poc/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.66.0
productVersion: 0.67.1
servers:
roleGroups:
default: {}
2 changes: 1 addition & 1 deletion stacks/keycloak-opa-poc/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
listenerClass: external-unstable
tls:
Expand Down
4 changes: 2 additions & 2 deletions stacks/trino-iceberg/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
Expand Down Expand Up @@ -99,7 +99,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.66.0
productVersion: 0.67.1
servers:
roleGroups:
default:
Expand Down
4 changes: 2 additions & 2 deletions stacks/trino-superset-s3/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "451"
productVersion: "455"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
Expand Down Expand Up @@ -71,7 +71,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.66.0
productVersion: 0.67.1
servers:
roleGroups:
default: {}
Expand Down
Loading