Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ All notable changes to this project will be documented in this file.
Previously, arbitrary keys were silently accepted but ignored ([#921]).
- Bump `stackable-operator` to 0.110.1 and `kube` to 3.1.0 ([#921]).

### Fixed

- Fix broken link to the NiFi authorization usage guide in the `spec.clusterConfig.authorization` CRD doc (`usage-guide` -> `usage_guide`) ([#924]).

[#903]: https://github.com/stackabletech/nifi-operator/pull/903
[#916]: https://github.com/stackabletech/nifi-operator/pull/916
[#921]: https://github.com/stackabletech/nifi-operator/pull/921
[#922]: https://github.com/stackabletech/nifi-operator/pull/922
[#924]: https://github.com/stackabletech/nifi-operator/pull/924

## [26.3.0] - 2026-03-16

Expand Down
2 changes: 1 addition & 1 deletion extra/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
singleUser: {}
description: |-
Authorization options.
Learn more in the [NiFi authorization usage guide](https://docs.stackable.tech/home/nightly/nifi/usage-guide/security#authorization).
Learn more in the [NiFi authorization usage guide](https://docs.stackable.tech/home/nightly/nifi/usage_guide/security#authorization).
oneOf:
- required:
- opa
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/src/crd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub mod versioned {
pub authentication: Vec<auth_core::v1alpha1::ClientAuthenticationDetails>,

/// Authorization options.
/// Learn more in the [NiFi authorization usage guide](DOCS_BASE_URL_PLACEHOLDER/nifi/usage-guide/security#authorization).
/// Learn more in the [NiFi authorization usage guide](DOCS_BASE_URL_PLACEHOLDER/nifi/usage_guide/security#authorization).
#[serde(default)]
pub authorization: NifiAuthorization,

Expand Down
Loading