File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
9
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
+ - Add a ` <Object>Version ` enum with ` from_api_version ` , ` as_version_str ` and ` as_api_version_str `
13
+ functions
12
14
- Implement basic ground work for downgrading custom resources ([ #1033 ] ).
13
15
- Emit ` From ` implementations to downgrade custom resource specs.
14
16
- Emit a status struct to be able to track values required during downgrades and upgrades of
You can’t perform that action at this time.
0 commit comments