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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
- This is marked as breaking because tools and policies might exist, which require these fields to be set
- test: Bump trino to 476 ([#808]).

### Fixed

Expand All @@ -56,6 +57,7 @@ All notable changes to this project will be documented in this file.
[#794]: https://github.com/stackabletech/nifi-operator/pull/794
[#799]: https://github.com/stackabletech/nifi-operator/pull/799
[#801]: https://github.com/stackabletech/nifi-operator/pull/801
[#808]: https://github.com/stackabletech/nifi-operator/pull/808

## [25.3.0] - 2025-03-21

Expand Down
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dimensions:
- 4.0.1
- name: trino-l
values:
- "470"
- "476"
- name: krb5
values:
- 1.21.1
Expand Down