File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - BREAKING: Version common CRD structs and enums ([ #968 ] ).
10
+ - All CRD-related types and function now reside in the ` stackable_operator::crd ` module.
11
+ - Each CRD-related struct and enum has been versioned. The initial version is ` v1alpha1 ` .
12
+ - The ` static ` authentication provider must now be imported using ` r#static ` .
13
+ - Import are now more granular in general.
14
+
15
+ [ #968 ] : https://github.com/stackabletech/operator-rs/pull/968
16
+
7
17
## [ 0.92.0] - 2025-04-14
8
18
9
19
### Added
@@ -48,15 +58,6 @@ All notable changes to this project will be documented in this file.
48
58
49
59
- BREAKING: Inject vector aggregator address into vector config file using an environment variable ([ #1000 ] ).
50
60
51
- ### Changed
52
-
53
- - BREAKING: Version common CRD structs and enums ([ #968 ] ).
54
- - All CRD-related types and function now reside in the ` stackable_operator::crd ` module.
55
- - Each CRD-related struct and enum has been versioned. The initial version is ` v1alpha1 ` .
56
- - The ` static ` authentication provider must now be imported using ` r#static ` .
57
- - Import are now more granular in general.
58
-
59
- [ #968 ] : https://github.com/stackabletech/operator-rs/pull/968
60
61
[ #1000 ] : https://github.com/stackabletech/operator-rs/pull/1000
61
62
62
63
## [ 0.89.1] - 2025-04-02
You can’t perform that action at this time.
0 commit comments