Skip to content

Commit 75ade7a

Browse files
committed
Add changelog entry
1 parent ab02a5e commit 75ade7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
99
- Add support for CRD conversions via ConversionReviews ([#1050], [#1061]).
1010
- Add new `try_convert` function to convert objects received via a ConversionReview.
1111
- 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
1214
- Implement basic ground work for downgrading custom resources ([#1033]).
1315
- Emit `From` implementations to downgrade custom resource specs.
1416
- Emit a status struct to be able to track values required during downgrades and upgrades of

0 commit comments

Comments
 (0)