Skip to content

Commit 3fc0b82

Browse files
committed
chore(stackable-versioned): Update changelog
1 parent 760a7bc commit 3fc0b82

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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]).

0 commit comments

Comments
 (0)