@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitely configured ([ #1068 ] ).
10+
711### Changed
812
913- Update ` kube ` to ` 1.1.0 ` ([ #1049 ] ).
@@ -23,6 +27,7 @@ All notable changes to this project will be documented in this file.
2327[ #1058 ] : https://github.com/stackabletech/operator-rs/pull/1058
2428[ #1060 ] : https://github.com/stackabletech/operator-rs/pull/1060
2529[ #1064 ] : https://github.com/stackabletech/operator-rs/pull/1064
30+ [ #1068 ] : https://github.com/stackabletech/operator-rs/pull/1068
2631
2732## [ 0.93.2] - 2025-05-26
2833
@@ -148,7 +153,7 @@ All notable changes to this project will be documented in this file.
148153### Added
149154
150155- Add Deployments to ` ClusterResource ` s ([ #992 ] ).
151- - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
156+ - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
152157
153158### Changed
154159
@@ -369,7 +374,7 @@ All notable changes to this project will be documented in this file.
369374### Fixed
370375
371376- BREAKING: ` KeyValuePairs::insert ` (as well as ` Labels:: ` /` Annotations:: ` via it) now overwrites
372- the old value if the key already exists. Previously, ` iter() ` would return * both * values in
377+ the old value if the key already exists. Previously, ` iter() ` would return _ both _ values in
373378 lexicographical order (causing further conversions like ` Into<BTreeMap> ` to prefer the maximum
374379 value) ([ #888 ] ).
375380
@@ -634,7 +639,7 @@ All notable changes to this project will be documented in this file.
634639
635640### Changed
636641
637- - Implement ` PartialEq ` for most * Snafu * Error enums ([ #757 ] ).
642+ - Implement ` PartialEq ` for most _ Snafu _ Error enums ([ #757 ] ).
638643- Update Rust to 1.77 ([ #759 ] )
639644
640645### Fixed
@@ -1385,7 +1390,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
13851390### Changed
13861391
13871392- Objects are now streamed rather than polled when waiting for them to be deleted ([ #452 ] ).
1388- - serde \_ yaml 0.8.26 -> 0.9.9 ([ #450 ] )
1393+ - serde_yaml 0.8.26 -> 0.9.9 ([ #450 ] )
13891394
13901395[ #450 ] : https://github.com/stackabletech/operator-rs/pull/450
13911396[ #452 ] : https://github.com/stackabletech/operator-rs/pull/452
0 commit comments