Skip to content

Commit 41ffc8f

Browse files
committed
chore: adapt changelog
1 parent 6c8d154 commit 41ffc8f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,19 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313
- BREAKING: `configOverrides` now only accepts the supported config file names `runtime.properties`, `jvm.config` and `security.properties`. Previously arbitrary keys were silently accepted but ignored ([#813]).
14+
- BREAKING: Implement generic database connection for metadata storage ([#814]).
15+
Renamed CRD: `metadataStorageDatabase` -> `metadataDatabase`.
16+
The `metadataDatabase` has subfields according to the supported db types: `postgresql`, `mysql` and `derby`.
1417
- Bump `stackable-operator` to 0.110.1 and `kube` to 3.1.0 ([#813]).
1518
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#810]).
1619

20+
### Deleted
21+
22+
- Removed all metadata storage related properties from product config ([#814]).
23+
1724
[#810]: https://github.com/stackabletech/druid-operator/pull/810
1825
[#813]: https://github.com/stackabletech/druid-operator/pull/813
26+
[#814]: https://github.com/stackabletech/druid-operator/pull/814
1927

2028
## [26.3.0] - 2026-03-16
2129

0 commit comments

Comments
 (0)