@@ -4,12 +4,6 @@ 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-
137### Added
148
159- BREAKING: Aggregate emitted Kubernetes events on the CustomResources thanks to the new
@@ -26,6 +20,9 @@ All notable changes to this project will be documented in this file.
2620
2721- BREAKING: Bump Rust dependencies to enable Kubernetes 1.32 (via ` kube ` 0.98.0 and ` k8s-openapi `
2822 0.23.0) ([ #867 ] ).
23+ - BREAKING: Append a dot to the default cluster domain and allow a trailing dot in ` DomainName ` ([ #939 ] ).
24+
25+ [ #939 ] : https://github.com/stackabletech/operator-rs/pull/939
2926
3027## [ 0.83.0] - 2024-12-03
3128
@@ -120,7 +117,7 @@ All notable changes to this project will be documented in this file.
120117### Fixed
121118
122119- BREAKING: ` KeyValuePairs::insert ` (as well as ` Labels:: ` /` Annotations:: ` via it) now overwrites
123- the old value if the key already exists. Previously, ` iter() ` would return _ both _ values in
120+ the old value if the key already exists. Previously, ` iter() ` would return * both * values in
124121 lexicographical order (causing further conversions like ` Into<BTreeMap> ` to prefer the maximum
125122 value) ([ #888 ] ).
126123
@@ -322,7 +319,7 @@ All notable changes to this project will be documented in this file.
322319
323320[ #808 ] : https://github.com/stackabletech/operator-rs/pull/808
324321
325- ## [ 0.69.1] 2024-06-10
322+ ## [ 0.69.1] - 2024-06-10
326323
327324### Added
328325
@@ -385,7 +382,7 @@ All notable changes to this project will be documented in this file.
385382
386383### Changed
387384
388- - Implement ` PartialEq ` for most _ Snafu _ Error enums ([ #757 ] ).
385+ - Implement ` PartialEq ` for most * Snafu * Error enums ([ #757 ] ).
389386- Update Rust to 1.77 ([ #759 ] )
390387
391388### Fixed
@@ -1136,7 +1133,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
11361133### Changed
11371134
11381135- Objects are now streamed rather than polled when waiting for them to be deleted ([ #452 ] ).
1139- - serde_yaml 0.8.26 -> 0.9.9 ([ #450 ] )
1136+ - serde \_ yaml 0.8.26 -> 0.9.9 ([ #450 ] )
11401137
11411138[ #450 ] : https://github.com/stackabletech/operator-rs/pull/450
11421139[ #452 ] : https://github.com/stackabletech/operator-rs/pull/452
0 commit comments