diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 1b85161d3..6cd5f7448 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -9,8 +9,13 @@ All notable changes to this project will be documented in this file. - Add the Cargo feature `kube-cel` that enables the `cel` feature on the `kube` crate ([#1259]). - Add `length_enforcement::ensure_max_string_length` and `Key::shortened_to_valid_length` helper functions ([#1260]). +### Changed + +- BREAKING: [v2] Improve functions for recommended labels in `v2::kvp::label` ([#1261]). + [#1259]: https://github.com/stackabletech/operator-rs/pull/1259 [#1260]: https://github.com/stackabletech/operator-rs/pull/1260 +[#1261]: https://github.com/stackabletech/operator-rs/pull/1261 ## [0.115.0] - 2026-08-04 diff --git a/crates/stackable-operator/src/kvp/label/mod.rs b/crates/stackable-operator/src/kvp/label/mod.rs index 85dcdbf16..b763d52f0 100644 --- a/crates/stackable-operator/src/kvp/label/mod.rs +++ b/crates/stackable-operator/src/kvp/label/mod.rs @@ -295,6 +295,12 @@ impl FromIterator> for Labels { } } +impl FromIterator