File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ All notable changes to this project will be documented in this file.
153
153
### Added
154
154
155
155
- Add Deployments to ` ClusterResource ` s ([ #992 ] ).
156
- - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
156
+ - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
157
157
158
158
### Changed
159
159
@@ -374,7 +374,7 @@ All notable changes to this project will be documented in this file.
374
374
### Fixed
375
375
376
376
- BREAKING: ` KeyValuePairs::insert ` (as well as ` Labels:: ` /` Annotations:: ` via it) now overwrites
377
- 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
378
378
lexicographical order (causing further conversions like ` Into<BTreeMap> ` to prefer the maximum
379
379
value) ([ #888 ] ).
380
380
@@ -639,7 +639,7 @@ All notable changes to this project will be documented in this file.
639
639
640
640
### Changed
641
641
642
- - Implement ` PartialEq ` for most _ Snafu _ Error enums ([ #757 ] ).
642
+ - Implement ` PartialEq ` for most * Snafu * Error enums ([ #757 ] ).
643
643
- Update Rust to 1.77 ([ #759 ] )
644
644
645
645
### Fixed
@@ -1390,7 +1390,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
1390
1390
### Changed
1391
1391
1392
1392
- Objects are now streamed rather than polled when waiting for them to be deleted ([ #452 ] ).
1393
- - serde_yaml 0.8.26 -> 0.9.9 ([ #450 ] )
1393
+ - serde \_ yaml 0.8.26 -> 0.9.9 ([ #450 ] )
1394
1394
1395
1395
[ #450 ] : https://github.com/stackabletech/operator-rs/pull/450
1396
1396
[ #452 ] : https://github.com/stackabletech/operator-rs/pull/452
You can’t perform that action at this time.
0 commit comments