We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d510d11 commit 2f428aaCopy full SHA for 2f428aa
1 file changed
CHANGELOG.md
@@ -22,6 +22,7 @@
22
- BREAKING: Renamed and moved the `celeryExecutor` broker and results backend to `clusterConfig` ([#786]).
23
The results backend `spec.celeryExecutors.resultBackend` is now `spec.clusterConfig.celeryResultsBackend`.
24
The broker `spec.celeryExecutors.broker` is now `spec.clusterConfig.celeryBroker`.
25
+- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#795]).
26
27
### Fixed
28
@@ -37,6 +38,7 @@
37
38
[#754]: https://github.com/stackabletech/airflow-operator/pull/754
39
[#784]: https://github.com/stackabletech/airflow-operator/pull/784
40
[#786]: https://github.com/stackabletech/airflow-operator/pull/786
41
+[#795]: https://github.com/stackabletech/airflow-operator/pull/795
42
43
## [26.3.0] - 2026-03-16
44
0 commit comments