Skip to content

Commit ecadb8e

Browse files
authored
chore: Correct stackable-operator changelog (#1015)
1 parent d8cbea8 commit ecadb8e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

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+
717
## [0.92.0] - 2025-04-14
818

919
### Added
@@ -48,15 +58,6 @@ All notable changes to this project will be documented in this file.
4858

4959
- BREAKING: Inject vector aggregator address into vector config file using an environment variable ([#1000]).
5060

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
6061
[#1000]: https://github.com/stackabletech/operator-rs/pull/1000
6162

6263
## [0.89.1] - 2025-04-02

0 commit comments

Comments
 (0)