Skip to content
Merged
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
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file.
- Run a `containerdebug` process in the background of each Nifi container to collect debugging information ([#730]).
- Aggregate emitted Kubernetes events on the CustomResources ([#742]).

[#722]: https://github.com/stackabletech/nifi-operator/pull/722
[#730]: https://github.com/stackabletech/nifi-operator/pull/730
[#742]: https://github.com/stackabletech/nifi-operator/pull/742

## [24.11.1] - 2025-01-10

### Fixed

- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]).
Expand All @@ -20,9 +26,6 @@ All notable changes to this project will be documented in this file.

[#717]: https://github.com/stackabletech/nifi-operator/pull/717
[#718]: https://github.com/stackabletech/nifi-operator/pull/718
[#722]: https://github.com/stackabletech/nifi-operator/pull/722
[#730]: https://github.com/stackabletech/nifi-operator/pull/730
[#742]: https://github.com/stackabletech/nifi-operator/pull/742

## [24.11.0] - 2024-11-18

Expand Down
Loading