File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
- - Add support for CRD conversions via ConversionReviews ([ #1050 ] ).
9
+ - Add support for CRD conversions via ConversionReviews ([ #1050 ] , [ # 1061 ] ).
10
10
- Add new ` try_convert ` function to convert objects received via a ConversionReview.
11
11
- Add new ` enable_tracing ` option to ` #[versioned(k8s(options(...)))] ` .
12
12
- Implement basic ground work for downgrading custom resources ([ #1033 ] ).
@@ -50,6 +50,7 @@ All notable changes to this project will be documented in this file.
50
50
[ #1041 ] : https://github.com/stackabletech/operator-rs/pull/1041
51
51
[ #1046 ] : https://github.com/stackabletech/operator-rs/pull/1046
52
52
[ #1050 ] : https://github.com/stackabletech/operator-rs/pull/1050
53
+ [ #1061 ] : https://github.com/stackabletech/operator-rs/pull/1061
53
54
54
55
## [ 0.7.1] - 2025-04-02
55
56
You can’t perform that action at this time.
0 commit comments