@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Changed
8+
9+ - BREAKING: Append a dot to the default cluster domain and allow a trailing dot in ` DomainName ` ([ #939 ] ).
10+
11+ [ #939 ] : https://github.com/stackabletech/operator-rs/pull/939
12+
713### Added
814
915- BREAKING: Aggregate emitted Kubernetes events on the CustomResources thanks to the new
@@ -114,7 +120,7 @@ All notable changes to this project will be documented in this file.
114120### Fixed
115121
116122- BREAKING: ` KeyValuePairs::insert ` (as well as ` Labels:: ` /` Annotations:: ` via it) now overwrites
117- the old value if the key already exists. Previously, ` iter() ` would return * both * values in
123+ the old value if the key already exists. Previously, ` iter() ` would return _ both _ values in
118124 lexicographical order (causing further conversions like ` Into<BTreeMap> ` to prefer the maximum
119125 value) ([ #888 ] ).
120126
@@ -316,7 +322,7 @@ All notable changes to this project will be documented in this file.
316322
317323[ #808 ] : https://github.com/stackabletech/operator-rs/pull/808
318324
319- ## [ 0.69.1] 2024-06-10
325+ ## [ 0.69.1] 2024-06-10
320326
321327### Added
322328
@@ -379,7 +385,7 @@ All notable changes to this project will be documented in this file.
379385
380386### Changed
381387
382- - Implement ` PartialEq ` for most * Snafu * Error enums ([ #757 ] ).
388+ - Implement ` PartialEq ` for most _ Snafu _ Error enums ([ #757 ] ).
383389- Update Rust to 1.77 ([ #759 ] )
384390
385391### Fixed
@@ -1130,7 +1136,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
11301136### Changed
11311137
11321138- Objects are now streamed rather than polled when waiting for them to be deleted ([ #452 ] ).
1133- - serde \_ yaml 0.8.26 -> 0.9.9 ([ #450 ] )
1139+ - serde_yaml 0.8.26 -> 0.9.9 ([ #450 ] )
11341140
11351141[ #450 ] : https://github.com/stackabletech/operator-rs/pull/450
11361142[ #452 ] : https://github.com/stackabletech/operator-rs/pull/452
0 commit comments