File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments