File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Implement basic ground work for downgrading custom resources ([ #1033 ] ).
10+ - Emit ` From ` implementations to downgrade custom resource specs.
11+ - Emit a status struct when multiple versions are defined to be able to track
12+ values required during downgrades and upgrades of custom resources.
13+
14+ ### Changed
15+
16+ - BREAKING: The ` convert_with ` parameter of the ` changed() ` action was renamed and split into two
17+ parts to be able to control the conversion during upgrades and downgrades: ` upgrade_with ` and
18+ ` downgrade_with ` ([ #1033 ] ).
19+
20+ [ #1033 ] : https://github.com/stackabletech/operator-rs/pull/1033
21+
722### Fixed
823
924- Correctly handle fields added in later versions ([ #1031 ] ).
You can’t perform that action at this time.
0 commit comments