Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c51f42c
bump operator-rs
labrenbe Apr 1, 2025
5cfb895
chore: Replace print_startup_string with structured event
NickLarsenNZ Apr 1, 2025
868166a
start watching configmaps that are referenced in airflow spec
labrenbe Apr 2, 2025
af84711
add pr number to changelog
labrenbe Apr 2, 2025
35528ef
chore: Merge remote-tracking branch 'origin/main' into feat/stackable…
NickLarsenNZ Apr 3, 2025
b3b0951
Merge branch 'main' into feat/stackable-telemetry
NickLarsenNZ Apr 4, 2025
b09c633
feat!: Replace log initialization with stackable-telemetry
Techassi Apr 4, 2025
3dfadb0
chore: Bump ring to 0.11.14 to fix RUSTSEC-2025-0009
Techassi Apr 4, 2025
5304ca0
chore: Apply suggestion
Techassi Apr 4, 2025
4c3e3df
chore: Make telemetry changes consistent with the other operators
NickLarsenNZ Apr 7, 2025
a6a62c2
wip: Inject the vector aggregator address into the vector config usin…
labrenbe Apr 7, 2025
529a2c1
remove watch on vector aggregator cm
labrenbe Apr 7, 2025
e5ee345
update changelog
labrenbe Apr 7, 2025
1616357
chore: Update changelog
Techassi Apr 8, 2025
1291304
chore: Correct changelog entry
NickLarsenNZ Apr 8, 2025
9262490
Merge remote-tracking branch 'origin/feat/stackable-telemetry' into f…
labrenbe Apr 8, 2025
3bf1a31
bump operator-rs and run cargo update
labrenbe Apr 8, 2025
8b23edc
chore: Merge remote-tracking branch 'origin/main' into fix/reconcile-…
NickLarsenNZ Apr 8, 2025
ba0e6a1
chore: Update nix files
NickLarsenNZ Apr 8, 2025
f11ad80
rename store
labrenbe Apr 9, 2025
eed2b19
Merge remote-tracking branch 'origin/main' into fix/reconcile-on-conf…
labrenbe Apr 9, 2025
14c3232
Apply suggestions from code review
NickLarsenNZ Apr 9, 2025
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ All notable changes to this project will be documented in this file.
- BREAKING: The file log directory was set by `DRUID_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
(or via `--rolling-logs <DIRECTORY>`).
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#704]).

### Fixed

- Use `json` file extension for log files ([#709]).
- Fix a bug where changes to ConfigMaps that are referenced in the DruidCluster spec didn't trigger a reconciliation ([#704]).

[#703]: https://github.com/stackabletech/druid-operator/pull/703
[#704]: https://github.com/stackabletech/druid-operator/pull/704
[#709]: https://github.com/stackabletech/druid-operator/pull/709

## [25.3.0] - 2025-03-21
Expand Down
Loading