Skip to content

Commit 2a76c18

Browse files
authored
Allow other NifiClusters to reconcile even if one is invalid (#662)
* Make NifiCluster controller resilient to invalid NifiCluster stacklets * Also make AuthenticationClass watcher resilient to deserialization failures * Fix clippy warnings * kube PR was merged * Revert Cargo.toml to main version * Changelog
1 parent f46ee61 commit 2a76c18

File tree

5 files changed

+135
-104
lines changed

5 files changed

+135
-104
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ All notable changes to this project will be documented in this file.
1919
### Fixed
2020

2121
- Switch from `flow.xml.gz` to `flow.json.gz` to allow seamless upgrades to version 2.0 ([#675]).
22+
- Failing to parse one `NifiCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#662]).
2223

2324
### Removed
2425

2526
- Removed support for NiFi versions 1.21.0 and 1.25.0 ([#665]).
2627
- test: Remove ZooKeeper 3.8.4 ([#672]).
2728

29+
[#662]: https://github.com/stackabletech/nifi-operator/pull/662
2830
[#664]: https://github.com/stackabletech/nifi-operator/pull/664
2931
[#665]: https://github.com/stackabletech/nifi-operator/pull/665
3032
[#668]: https://github.com/stackabletech/nifi-operator/pull/668

0 commit comments

Comments
 (0)