We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ce81f commit 8f8f449Copy full SHA for 8f8f449
1 file changed
crates/stackable-operator/CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
Currently this is `runAsNonRoot: true`, which might cause product Pods to crash and require changes.
13
- BREAKING: `PodSecurityContextBuilder::run_as_non_root` now takes a `bool` instead of assuming consumers always want to set it to `true` ([#1205]).
14
This is needed to allow users setting it to `false` in case the new `with_stackable_defaults` function sets it to `true`.
15
+- BREAKING: `SecurityContextBuilder::run_as_root` is now called on the builder, not as a builder-creation function ([#1205]).
16
17
[#1205]: https://github.com/stackabletech/operator-rs/pull/1205
18
0 commit comments