From 027ca34e88df81f90fc93f7b2ac39bf5f0b6de83 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 23 Jun 2025 11:38:53 +0200 Subject: [PATCH] chore(stackable-versioned): Add missing changelog entry --- crates/stackable-versioned/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/stackable-versioned/CHANGELOG.md b/crates/stackable-versioned/CHANGELOG.md index 524169ad3..91844951f 100644 --- a/crates/stackable-versioned/CHANGELOG.md +++ b/crates/stackable-versioned/CHANGELOG.md @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file. - Fix regression introduced in [#1033]. The `#[kube(status = ...)]` attribute is generated correctly again ([#1046]). - Correctly handle fields added in later versions ([#1031]). +- BREAKING: Unsupported items in a versioned module now emit an error instead of silently being dropped ([#1059]). ### Removed @@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file. [#1041]: https://github.com/stackabletech/operator-rs/pull/1041 [#1046]: https://github.com/stackabletech/operator-rs/pull/1046 [#1050]: https://github.com/stackabletech/operator-rs/pull/1050 +[#1059]: https://github.com/stackabletech/operator-rs/pull/1059 ## [0.7.1] - 2025-04-02