Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- Allow configuring proxy host behavior ([#668]).
- Support disabling the `create-reporting-task` Job ([#690]).
- Support podOverrides on the `create-reporting-task` Job using the field `spec.clusterConfig.createReportingTaskJob.podOverrides` ([#690]).
- The operator can now run on Kubernetes clusters using a non-default cluster domain. It should automatically detect the
correct domain to use, but you can also use the env var `KUBERNETES_CLUSTER_DOMAIN` to set the domain explicitly
or use the helm-chart property `kubernetesClusterDomain` ([#694]).

### Changed

Expand Down Expand Up @@ -40,6 +43,7 @@ All notable changes to this project will be documented in this file.
[#675]: https://github.com/stackabletech/nifi-operator/pull/675
[#686]: https://github.com/stackabletech/nifi-operator/pull/686
[#690]: https://github.com/stackabletech/nifi-operator/pull/690
[#694]: https://github.com/stackabletech/nifi-operator/pull/694

## [24.7.0] - 2024-07-24

Expand Down
Loading
Loading