Skip to content

Commit 2fc7473

Browse files
committed
chore: Update changelogs
1 parent 1b35add commit 2fc7473

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Re-export the `YamlSchema` trait and the `stackable-shared` crate as the `shared` module ([#883]).
10+
11+
### Changed
12+
13+
- BREAKING: The `CustomResourceExt` trait is now re-exported from the `stackable-shared` crate. The
14+
trait functions use the same parameters but return a different error type ([#883]).
15+
16+
### Removed
17+
18+
- BREAKING: The `CustomResourceExt` trait doesn't provide a `generate_yaml_schema` function any
19+
more. Instead, use the high-level functions to write the schema to a file, write it to stdout or
20+
use it as a `String`.
21+
22+
[#883]: https://github.com/stackabletech/operator-rs/pull/883
23+
724
## [0.78.0] - 2024-09-30
825

926
### Added

crates/stackable-shared/CHANGELOG.md

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

55
## [0.0.1]
6+
7+
### Added
8+
9+
- Add YAML and CRD helper functions and traits ([#883]).
10+
11+
[#883]: https://github.com/stackabletech/operator-rs/pull/883

0 commit comments

Comments
 (0)