You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use patched version of op-rs that hopefully addresses SUP-148. (#717)
* Use patched version of op-rs that hopefully addresses SUP-148.
* Updated cargo.lock to include new commits in op-rs pr (should be no significant changes, pretty much just comments and tests).
* Update revision of PR branch.
* Update revision of PR branch.
* Update to use released version of operator-rs and add Changelog entry.
* Change test condition to look for 'succeeded' instead of 'ready', as ready only becomes 1 for a brief moment and apparently kuttl can miss that..
* Run pre-commit
---------
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
31
31
- Failing to parse one `NifiCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#662]).
32
32
- NiFi will now use the JDK trust store when an OIDC provider uses WebPKI as CA ([#686], [#698]).
33
33
- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]).
34
+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#717]).
34
35
35
36
### Removed
36
37
@@ -51,6 +52,7 @@ All notable changes to this project will be documented in this file.
0 commit comments