Skip to content

Commit e053479

Browse files
committed
mark changelog entry as breaking
1 parent b0d3de4 commit e053479

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)