Skip to content

Commit

Permalink
Update changelog (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedweber authored Nov 26, 2024
1 parent c734f04 commit 574b0ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Fixed

- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
restart ([#656]).

[#656]: https://github.com/stackabletech/opa-operator/pull/656

## [24.11.0] - 2024-11-18

### Added
Expand All @@ -25,7 +33,6 @@ All notable changes to this project will be documented in this file.

- Bundle builder should no longer keep serving deleted rules until it is restarted ([#578]).
- Failing to parse one `OpaCluster` should no longer cause the whole operator to stop functioning ([#638]).
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#656]).

### Removed

Expand All @@ -38,7 +45,6 @@ All notable changes to this project will be documented in this file.
[#622]: https://github.com/stackabletech/opa-operator/pull/622
[#637]: https://github.com/stackabletech/opa-operator/pull/637
[#638]: https://github.com/stackabletech/opa-operator/pull/638
[#656]: https://github.com/stackabletech/opa-operator/pull/656

## [24.7.0] - 2024-07-24

Expand Down

0 comments on commit 574b0ad

Please sign in to comment.