We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763970 commit c4fe882Copy full SHA for c4fe882
crates/stackable-versioned/CHANGELOG.md
@@ -6,9 +6,12 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
9
+- Add YAML serialization for merged CRD schema. The schema can now be printed to stdout or written
10
+ to file ([#884]).
11
- Add snapshot tests to verify generated code matches expected output ([#881]).
12
13
[#881]: https://github.com/stackabletech/operator-rs/pull/881
14
+[#884]: https://github.com/stackabletech/operator-rs/pull/884
15
16
## [0.3.0] - 2024-09-26
17
0 commit comments