File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ All notable changes to this project will be documented in this file.
88
99- Re-export the ` YamlSchema ` trait and the ` stackable-shared ` crate as the ` shared ` module ([ #883 ] ).
1010- BREAKING: Added ` preferredAddressType ` field to ListenerClass CRD ([ #885 ] ).
11- - The cluster domain (default: ` cluster.local ` ) can now be configured in the individual operators
11+ - BREAKING: The cluster domain (default: ` cluster.local ` ) can now be configured in the individual operators
1212 via the ENV variable ` KUBERNETES_CLUSTER_DOMAIN ` or resolved automatically by parsing the
13- ` /etc/resolve.conf ` ([ #893 ] ).
13+ ` /etc/resolve.conf ` . This requires using ` initialze_operator ` instead of ` create_client ` in the ` main.rs `
14+ of the individual operators ([ #893 ] ).
1415
1516### Changed
1617
You can’t perform that action at this time.
0 commit comments