Skip to content

Commit c6d8c48

Browse files
committed
chore: Add changelog entry
1 parent 8dc49bd commit c6d8c48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

crates/stackable-operator/CHANGELOG.md

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

99
- Add Deployments to `ClusterResource`s ([#992]).
1010

11+
### Changed
12+
13+
- BREAKING: Version common CRD structs and enums ([#968]).
14+
- All CRD-related types and function now reside in the `stackable_operator::crd` module.
15+
- Each CRD-related struct and enum has been versioned. The initial version is `v1alpha1`.
16+
- The `static` authentication provider must now be imported using `r#static`.
17+
- Import are now more granular in general.
18+
19+
[#968]: https://github.com/stackabletech/operator-rs/pull/968
1120
[#992]: https://github.com/stackabletech/operator-rs/pull/992
1221

1322
## [0.87.5] - 2025-03-19

0 commit comments

Comments
 (0)