Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
The broker `spec.celeryExecutors.broker` is now `spec.clusterConfig.celeryBroker`.
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#795]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#801]).
- Removed the product-config based configuration validation.
Config and environment overrides are now merged directly from the CRD, and dereferenced objects are added to the validated cluster.
The `--product-config` CLI flag is now a no-op ([#804]).
- The Flask config-file writer for `webserver_config.py` is now provided by `stackable-operator`
(`v2::flask_config_writer`) instead of a vendored copy ([#804]).

### Fixed

Expand All @@ -43,6 +48,7 @@
[#795]: https://github.com/stackabletech/airflow-operator/pull/795
[#800]: https://github.com/stackabletech/airflow-operator/pull/800
[#801]: https://github.com/stackabletech/airflow-operator/pull/801
[#804]: https://github.com/stackabletech/airflow-operator/pull/804

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading