Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/stackable-versioned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down