Skip to content

Commit 09a7419

Browse files
committed
chore(stackable-versioned): Update changelog
1 parent deffb89 commit 09a7419

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
- Add support to apply the `#[versioned()]` macro to modules to version all contained items at
1010
once ([#891]).
11-
- Add support for passing a status object through to `#[kube]` ([#xxx]).
11+
- Add support for passing a `status`, `crates`, and `shortname` arguments through to the `#[kube]`
12+
derive attribute ([#914]).
13+
- Add support for overriding `kube::core` and `k8s_openapi` in generated code ([#914]).
14+
15+
### Removed
16+
17+
- BREAKING: Remove the `CustomResource` derive ([#914]).
1218

1319
### Changed
1420

@@ -22,7 +28,7 @@ All notable changes to this project will be documented in this file.
2228
[#891]: https://github.com/stackabletech/operator-rs/pull/891
2329
[#912]: https://github.com/stackabletech/operator-rs/pull/912
2430
[#913]: https://github.com/stackabletech/operator-rs/pull/913
25-
[#xxx]: https://github.com/stackabletech/operator-rs/pull/xxx
31+
[#914]: https://github.com/stackabletech/operator-rs/pull/914
2632

2733
## [0.4.1] - 2024-10-23
2834

0 commit comments

Comments
 (0)