Skip to content

Commit bd362d0

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/feat/generic-database-connection' into feat/generic-database-connection
2 parents e56e5ea + fcc4437 commit bd362d0

47 files changed

Lines changed: 505 additions & 805 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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+
The `.clusterConfig.metadataStorageDatabase` has subfields according to the supported db types: `postgresql`, `mysql` and `derby`.
16+
- BREAKING: The `.clusterConfig.metadataStorageDatabase` field has been renamed to `.clusterConfig.metadataDatabase` for consistency ([#814]).
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

Cargo.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 33 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ tracing = "0.1"
3434

3535
[patch."https://github.com/stackabletech/operator-rs.git"]
3636
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
37-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
37+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/derby-host-part" }

crate-hashes.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)