Skip to content

chore: Correct stackable-operator changelog #1015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- BREAKING: Version common CRD structs and enums ([#968]).
- All CRD-related types and function now reside in the `stackable_operator::crd` module.
- Each CRD-related struct and enum has been versioned. The initial version is `v1alpha1`.
- The `static` authentication provider must now be imported using `r#static`.
- Import are now more granular in general.

[#968]: https://github.com/stackabletech/operator-rs/pull/968

## [0.92.0] - 2025-04-14

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

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

### Changed

- BREAKING: Version common CRD structs and enums ([#968]).
- All CRD-related types and function now reside in the `stackable_operator::crd` module.
- Each CRD-related struct and enum has been versioned. The initial version is `v1alpha1`.
- The `static` authentication provider must now be imported using `r#static`.
- Import are now more granular in general.

[#968]: https://github.com/stackabletech/operator-rs/pull/968
[#1000]: https://github.com/stackabletech/operator-rs/pull/1000

## [0.89.1] - 2025-04-02
Expand Down