Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3ed0b22
chore: switch stackable-operator to smooth-operator branch
maltesander Jun 4, 2026
683e21b
feat: vendor java-properties writer (no product-config)
maltesander Jun 4, 2026
df12211
feat: typed runtime/security properties builders with re-encoded defa…
maltesander Jun 4, 2026
626ba3f
refactor: build config from ValidatedCluster instead of product-config
maltesander Jun 4, 2026
88311b6
chore: prune dead error variants after config_map extraction
maltesander Jun 4, 2026
c852a02
chore: remove product-config dependency and config-spec
maltesander Jun 4, 2026
1045037
docs: remove product-config CLI arg and PRODUCT_CONFIG env var refere…
maltesander Jun 4, 2026
6c0b527
chore: keep product-config config-spec as empty stubs
maltesander Jun 4, 2026
3fd7d2b
refactor: introduce ConfigFileName enum and drop hardcoded file-name …
maltesander Jun 4, 2026
cecfef6
fix(clippy): remove large_varian_names
maltesander Jun 5, 2026
40dd338
fix: rename validated -> validated_cluster
maltesander Jun 5, 2026
3d028db
fix: remove obsolete image parameter
maltesander Jun 5, 2026
09d457e
fix: regenerate & fix test
maltesander Jun 5, 2026
383b63c
refactor: move logging & discovery
maltesander Jun 5, 2026
b963c5e
fix: regenerate hashes
maltesander Jun 5, 2026
7032fbc
refactor: remove writer.rs & bump dependencies
maltesander Jun 5, 2026
b3a5630
chore: regenerate hashes
maltesander Jun 5, 2026
6b45069
chore: adapt changelog
maltesander Jun 5, 2026
eb48ad8
fix: make config overrides non optional
maltesander Jun 5, 2026
fbb29ef
refactor: use v2 keyconfig overrides with merge
maltesander Jun 5, 2026
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file.
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#810]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#824]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC calls ([#826]).
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD ([#830]).

### Deleted

Expand All @@ -29,6 +31,7 @@ All notable changes to this project will be documented in this file.
[#818]: https://github.com/stackabletech/druid-operator/pull/818
[#824]: https://github.com/stackabletech/druid-operator/pull/824
[#826]: https://github.com/stackabletech/druid-operator/pull/826
[#830]: https://github.com/stackabletech/druid-operator/pull/830

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading