Skip to content

Commit 1e2bb65

Browse files
committed
Merge remote-tracking branch 'origin/main' into test/iceberg
2 parents a689cdb + b8dba77 commit 1e2bb65

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: pre-commit
33

44
on:
55
pull_request:
6+
merge_group:
67

78
env:
89
CARGO_TERM_COLOR: always

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
6868
language: system
6969
entry: make regenerate-nix
7070
stages: [pre-commit, pre-merge-commit]
71-
pass_filename: false
71+
pass_filenames: false
7272
files: Cargo\.lock
7373

7474
- id: cargo-test

docs/modules/nifi/pages/usage_guide/updating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NiFi clusters cannot be upgraded or downgraded in a rolling fashion due to a lim
2424
When upgrading between NiFi 1 versions or from NiFi 1 to NiFi 2, any change to the NiFi version in the CRD triggers a full cluster restart with brief downtime.
2525
However, the Stackable image version can be updated in a rolling manner, provided the NiFi version remains unchanged.
2626
27-
For upgrades between NiFi 2 versions, e.g. from `2.0.0` to `2.2.0`, rolling upgrades are supported.
27+
For upgrades between NiFi 2 versions, e.g. from `2.0.0` to `2.4.0`, rolling upgrades are supported.
2828
====
2929

3030
== NiFi 2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
5+
* 2.4.0 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
66
* 1.28.1
77
* 1.27.0 (LTS)
88

nix/sources.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test-definition.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ dimensions:
44
values:
55
- 1.27.0
66
- 1.28.1
7-
- 2.2.0
7+
- 2.4.0
88
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
99
# as in the example below.
10-
# - 2.2.0,oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
10+
# - 2.4.0,oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
1111
- name: nifi_old
1212
values:
1313
- 1.27.0
1414
- name: nifi_new
1515
values:
16-
- 2.2.0 # oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
16+
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
1717
- name: nifi-latest
1818
values:
19-
- 2.2.0 # oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
19+
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
2020
- name: nifi-iceberg
2121
# Not all NiFi versions support Iceberg with the same functionality!
2222
# E.g. our own implementation started with NiFi 2.2.0
2323
values:
24-
- 2.2.0 # oci.stackable.tech/sandbox/nifi:2.2.0-stackable0.0.0-dev
24+
- 2.4.0 # oci.stackable.tech/sandbox/nifi:2.4.0-stackable0.0.0-dev
2525
- name: zookeeper
2626
values:
2727
- 3.9.3

0 commit comments

Comments
 (0)