Skip to content

Commit 1e4cfc8

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/generic-database-connection
2 parents aafff99 + 3a75aaf commit 1e4cfc8

11 files changed

Lines changed: 222 additions & 133 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#818]).
910
- Support OIDC `clientAuthenticationMethod` configuration ([#813]).
1011

1112
### Changed
@@ -14,7 +15,6 @@ All notable changes to this project will be documented in this file.
1415
- BREAKING: Implement generic database connection for metadata storage ([#814]).
1516
The `.clusterConfig.metadataStorageDatabase` has subfields according to the supported db types: `postgresql`, `mysql` and `derby`.
1617
- BREAKING: The `.clusterConfig.metadataStorageDatabase` field has been renamed to `.clusterConfig.metadataDatabase` for consistency ([#814]).
17-
- Bump `stackable-operator` to 0.110.1 and `kube` to 3.1.0 ([#813]).
1818
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#810]).
1919

2020
### Deleted
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
[#810]: https://github.com/stackabletech/druid-operator/pull/810
2525
[#813]: https://github.com/stackabletech/druid-operator/pull/813
2626
[#814]: https://github.com/stackabletech/druid-operator/pull/814
27+
[#818]: https://github.com/stackabletech/druid-operator/pull/818
2728

2829
## [26.3.0] - 2026-03-16
2930

Cargo.lock

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

0 commit comments

Comments
 (0)