Skip to content

Commit ab93d4e

Browse files
committed
chore: Adjust changelog
1 parent c4b22b5 commit ab93d4e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,26 @@ 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-
- BREAKING: The cluster domain (default: `cluster.local`) can now be configured in the individual operators
12-
via the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or resolved automatically by parsing the
13-
`/etc/resolve.conf`. This requires using `initialze_operator` instead of `create_client` in the `main.rs`
14-
of the individual operators ([#893]).
11+
- BREAKING: The cluster domain (default: `cluster.local`) can now be configured in the individual
12+
operators via the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or resolved automatically by parsing
13+
the `/etc/resolve.conf` file. This requires using `initialize_operator` instead of `create_client`
14+
in the `main.rs` of the individual operators ([#893]).
1515

1616
### Changed
1717

1818
- BREAKING: The `CustomResourceExt` trait is now re-exported from the `stackable-shared` crate. The
1919
trait functions use the same parameters but return a different error type ([#883]).
20-
- BREAKING: `KeyValuePairs` (as well as `Labels`/`Annotations` via it) is now backed by a `BTreeMap` rather than a `BTreeSet` ([#888]).
20+
- BREAKING: `KeyValuePairs` (as well as `Labels`/`Annotations` via it) is now backed by a `BTreeMap`
21+
rather than a `BTreeSet` ([#888]).
2122
- The `Deref` impl now returns a `BTreeMap` instead.
2223
- `iter()` now clones the values.
2324

2425
### Fixed
2526

26-
- BREAKING: `KeyValuePairs::insert` (as well as `Labels::`/`Annotations::` via it) now overwrites the old value if the key already exists ([#888]).
27-
- Previously, `iter()` would return *both* values in lexicographical order (causing further conversions like `Into<BTreeMap>` to prefer the maximum value).
27+
- BREAKING: `KeyValuePairs::insert` (as well as `Labels::`/`Annotations::` via it) now overwrites
28+
the old value if the key already exists. Previously, `iter()` would return *both* values in
29+
lexicographical order (causing further conversions like `Into<BTreeMap>` to prefer the maximum
30+
value) ([#888]).
2831

2932
### Removed
3033

0 commit comments

Comments
 (0)