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.
8
8
9
9
- Re-export the ` YamlSchema ` trait and the ` stackable-shared ` crate as the ` shared ` module ([ #883 ] ).
10
10
- 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
12
12
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 ] ).
14
15
15
16
### Changed
16
17
You can’t perform that action at this time.
0 commit comments