Skip to content

Commit 5b24d9b

Browse files
authored
chore: Update supported product versions and add 2.0.0 upgrade note (#665)
* chore: Update supported product version and 2.0.0 upgrade note * changelog * reword
1 parent 5023b2a commit 5b24d9b

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
79
- Reduce CRD size from `637KB` to `105KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#664]):
810
- `podOverrides`
911
- `affinity`
1012
- `extraVolumes`
1113

14+
### Removed
15+
16+
- Removed support for NiFi versions 1.21.0 and 1.25.0 ([#665]).
17+
1218
[#664]: https://github.com/stackabletech/nifi-operator/pull/664
19+
[#665]: https://github.com/stackabletech/nifi-operator/pull/665
1320

1421
## [24.7.0] - 2024-07-24
1522

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Updating NiFi
22

33
Updating (or downgrading for that matter) the deployed version of NiFi is as simple as changing the version stated in the CRD.
4-
Continuing the example above, to change the deployed version from `1.27.0` to `1.25.0` you'd simply deploy the following CRD.
4+
Continuing the example above, to change the deployed version from `1.25.0` to `1.27.0` you'd simply deploy the following CRD.
55

66
[source,yaml]
77
----
@@ -11,18 +11,7 @@ metadata:
1111
name: simple-nifi
1212
spec:
1313
image:
14-
productVersion: 1.25.0 # <1>
15-
clusterConfig:
16-
authentication:
17-
- authenticationClass: simple-nifi-admin-user
18-
listenerClass: external-unstable
19-
sensitiveProperties:
20-
keySecret: nifi-sensitive-property-key
21-
zookeeperConfigMapName: simple-nifi-znode
22-
nodes:
23-
roleGroups:
24-
default:
25-
replicas: 3
14+
productVersion: 1.27.0 # <1>
2615
----
2716

2817
<1> Change the NiFi version here

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
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-M4 (experimental)
5+
- 2.0.0-M4 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.0.x!
66
- 1.27.0 (LTS)
7-
- 1.25.0
8-
- 1.21.0 (deprecated)

tests/test-definition.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ dimensions:
1212
- 3.9.2
1313
- name: nifi
1414
values:
15-
- 1.21.0
16-
- 1.25.0
1715
- 1.27.0
1816
- 2.0.0-M4
1917
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version

0 commit comments

Comments
 (0)