diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 22f82faa6..8fc7686b9 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file. ### Added -- Add the Cargo feature `kube-cel` that enables the `cel` feature on the `kube` crate ([1259]). +- Add the Cargo feature `kube-cel` that enables the `cel` feature on the `kube` crate ([#1259]). +- [v2] Add functions for recommended labels to `v2::kvp::label` ([#1261]). -[1259]: https://github.com/stackabletech/operator-rs/pull/1259 +[#1259]: https://github.com/stackabletech/operator-rs/pull/1259 +[#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