File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ All notable changes to this project will be documented in this file.
1919- Bump ` stackable-operator ` to 0.111.1 and snafu to 0.9 ([ #960 ] , [ #961 ] ).
2020- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([ #968 ] ).
2121- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([ #971 ] ).
22- - Removed the product-config based configuration validation. Config and environment overrides are
23- now merged directly from the CRD into the validated cluster, the Java- properties writer is
24- vendored locally, and the ` product-config ` crate dependency is dropped. The ` --product-config `
25- CLI flag is now a no-op ([ #976 ] ).
22+ - BREAKING: Removed product-config machinery which is a breaking change in terms of configuration.
23+  Users relying on the product-config ` properties.yaml ` file have to set these properties via the CRD.
24+ Config and environment overrides are now merged directly from the CRD into the validated cluster.
25+ The ` --product-config ` CLI flag is now a no-op ([ #976 ] ).
2626
2727[ #953 ] : https://github.com/stackabletech/kafka-operator/pull/953
2828[ #960 ] : https://github.com/stackabletech/kafka-operator/pull/960
You can’t perform that action at this time.
0 commit comments