Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ba1699b
start watching configmaps that are referenced in airflow spec
labrenbe Apr 1, 2025
0740f66
bump operator-rs
labrenbe Apr 1, 2025
be9b353
add changelog entry
labrenbe Apr 1, 2025
a564a73
minor refactor
labrenbe Apr 1, 2025
e6c67a9
chore: Replace print_startup_string with structured event
NickLarsenNZ Apr 1, 2025
57a3c97
chore: Merge remote-tracking branch 'origin/main' into feat/stackable…
NickLarsenNZ Apr 3, 2025
8ff32ed
wip: Replace log initialization with stackable-telemetry
NickLarsenNZ Apr 3, 2025
053b34c
chore: Bump kube (transitive) to 0.99.0
Techassi Apr 3, 2025
60acfea
chore: Merge branch 'main' into feat/stackable-telemetry
Techassi Apr 4, 2025
6da2c87
chore: Change default rotation to hourly
Techassi Apr 4, 2025
758df87
chore: Add TODOs
Techassi Apr 4, 2025
d91ea3e
chore: Apply suggestion
Techassi Apr 4, 2025
6ea7208
wip: Inject the vector aggregator address into the vector config usin…
labrenbe Apr 4, 2025
ad8110b
chore: Make telemetry changes consistent with the other operators
NickLarsenNZ Apr 7, 2025
bc1646c
chore: Update changelog
Techassi Apr 8, 2025
1a50970
Merge remote-tracking branch 'origin/feat/stackable-telemetry' into f…
labrenbe Apr 8, 2025
0cda8c2
run cargo update
labrenbe Apr 8, 2025
d637152
update changelog
labrenbe Apr 8, 2025
981587a
chore: Merge remote-tracking branch 'origin/main' into fix/reconcile-…
NickLarsenNZ Apr 8, 2025
8434207
chore: Fix changelog
NickLarsenNZ Apr 8, 2025
9c070ce
chore: Update nix files
NickLarsenNZ Apr 8, 2025
93f1578
Merge remote-tracking branch 'origin/main' into fix/reconcile-on-conf…
labrenbe Apr 9, 2025
82d7fb7
Update rust/operator-binary/src/main.rs
labrenbe Apr 9, 2025
c287a94
rename stores
labrenbe Apr 9, 2025
cc27605
run cargo update
labrenbe Apr 9, 2025
929c01d
Apply suggestions from code review
labrenbe Apr 9, 2025
62f26a2
chore: Formatting
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 @@ -8,11 +8,15 @@
- BREAKING: The file log directory was set by `AIRFLOW_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 ([#600]).

### Fixed

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

[#600]: https://github.com/stackabletech/airflow-operator/pull/600
[#601]: https://github.com/stackabletech/airflow-operator/pull/601
[#607]: https://github.com/stackabletech/airflow-operator/pull/607

Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading