Skip to content

Commit a432a18

Browse files
committed
chore(stackable-versioned): Update changelog
1 parent 619a26c commit a432a18

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Add support for CRD conversions via ConversionReviews ([#1050]).
10+
- Add new `try_convert` function to convert objects received via a ConversionReview
11+
- Add new `enable_tracing` option to `#[versioned(k8s(options(...)))]`
912
- Implement basic ground work for downgrading custom resources ([#1033]).
1013
- Emit `From` implementations to downgrade custom resource specs.
1114
- Emit a status struct to be able to track values required during downgrades and upgrades of
@@ -17,12 +20,10 @@ All notable changes to this project will be documented in this file.
1720
- Add `kube_client` crate override to `k8s(crates())` to specify a custom import path. This override
1821
will not be passed to the `#[kube()]` attribute, but will only be available to internal
1922
`#[versioned]` macro code ([#1038]).
20-
- Add `flux-converter`, which adds the `convert` function, which takes a `ConversionReview` and
21-
produces a `ConversionReview` out of it. It creates and uses the needed transitive `.into()` call
22-
chains ([#XXXX]).
2323

2424
### Changed
2525

26+
- BREAKING: The version enum used in `merged_crd` is now suffixed with `Version` ([#1050]).
2627
- BREAKING: The `convert_with` parameter of the `changed()` action was renamed and split into two
2728
parts to be able to control the conversion during upgrades and downgrades: `upgrade_with` and
2829
`downgrade_with` ([#1033]).
@@ -35,6 +36,7 @@ All notable changes to this project will be documented in this file.
3536

3637
### Removed
3738

39+
- BREAKING: The `#[versioned(k8s(skip(merged_crd)))]` flag has been removed ([#1050]).
3840
- BREAKING: Remove unused `AsVersionStr` trait ([#1033]).
3941

4042
### Miscellaneous
@@ -47,6 +49,7 @@ All notable changes to this project will be documented in this file.
4749
[#1038]: https://github.com/stackabletech/operator-rs/pull/1038
4850
[#1041]: https://github.com/stackabletech/operator-rs/pull/1041
4951
[#1046]: https://github.com/stackabletech/operator-rs/pull/1046
52+
[#1050]: https://github.com/stackabletech/operator-rs/pull/1050
5053

5154
## [0.7.1] - 2025-04-02
5255

0 commit comments

Comments
 (0)