Skip to content

Commit

Permalink
chore: Update supported product version and 2.0.0 upgrade note
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Aug 15, 2024
1 parent 5023b2a commit 2e503fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- Reduce CRD size from `637KB` to `105KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#664]):
- `podOverrides`
- `affinity`
- `extraVolumes`

### Removed

- Removed support for NiFi versions 1.21.0 and 1.25.0 ([#XXX]).

[#664]: https://github.com/stackabletech/nifi-operator/pull/664

## [24.7.0] - 2024-07-24
Expand Down
15 changes: 2 additions & 13 deletions docs/modules/nifi/pages/usage_guide/updating.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Updating NiFi

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

[source,yaml]
----
Expand All @@ -11,18 +11,7 @@ metadata:
name: simple-nifi
spec:
image:
productVersion: 1.25.0 # <1>
clusterConfig:
authentication:
- authenticationClass: simple-nifi-admin-user
listenerClass: external-unstable
sensitiveProperties:
keySecret: nifi-sensitive-property-key
zookeeperConfigMapName: simple-nifi-znode
nodes:
roleGroups:
default:
replicas: 3
productVersion: 1.27.0 # <1>
----

<1> Change the NiFi version here
Expand Down
4 changes: 1 addition & 3 deletions docs/modules/nifi/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
// 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-M4 (experimental)
- 2.0.0-M4 (experimental) - Please note that you need to upgrade to at least 1.27.x before upgrading to 2.x.x!
- 1.27.0 (LTS)
- 1.25.0
- 1.21.0 (deprecated)
2 changes: 0 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dimensions:
- 3.9.2
- name: nifi
values:
- 1.21.0
- 1.25.0
- 1.27.0
- 2.0.0-M4
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
Expand Down

0 comments on commit 2e503fa

Please sign in to comment.