|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +- Support for passing CAs to GitSync ([#750]). |
| 6 | + |
| 7 | +[#750]: https://github.com/stackabletech/airflow-operator/pull/750 |
| 8 | + |
| 9 | +## [26.3.0] - 2026-03-16 |
| 10 | + |
| 11 | +## [26.3.0-rc1] - 2026-03-16 |
| 12 | + |
5 | 13 | ### Added |
6 | 14 |
|
7 | | -- Support for passing CAs to GitSync ([#750]). |
8 | | -- Add support for airflow 3.1.6 ([#742]). |
| 15 | +- Add support for airflow 3.1.6 ([#742], [#757]). |
9 | 16 | - Add operator versioning ([#725]). |
10 | 17 | - GitSync considered for v1alpha1 and v1alpha2 |
11 | 18 | - Support objectOverrides using `.spec.objectOverrides`. |
12 | 19 | See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]). |
13 | 20 |
|
14 | 21 | ### Changed |
15 | 22 |
|
16 | | -- Bump stackable-operator to 0.106.2, strum to 0.28, and rand to 0.10 ([#752]). |
| 23 | +- Bump stackable-operator to 0.108.0, strum to 0.28, and rand to 0.10 ([#752], [#759]). |
17 | 24 | - Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#741]). |
18 | 25 | - Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#733]). |
19 | 26 |
|
20 | 27 | ### Fixed |
21 | 28 |
|
| 29 | +- Fix "404 page not found" error for the initial object list ([#756], [#759]). |
22 | 30 | - Default `API_WORKERS` to 1 (instead of letting Airflow default to 4) to prevent crashloop and update/correct docs to reflect this ([#727]). |
23 | 31 | - Prevent unnecessary Pod restarts when initially creating an AirflowCluster. |
24 | 32 | This is achieved by applying the StatefulSet after all ConfigMaps and Secrets that it mounts ([#734]). |
|
30 | 38 | [#734]: https://github.com/stackabletech/airflow-operator/pull/734 |
31 | 39 | [#741]: https://github.com/stackabletech/airflow-operator/pull/741 |
32 | 40 | [#742]: https://github.com/stackabletech/airflow-operator/pull/742 |
33 | | -[#750]: https://github.com/stackabletech/airflow-operator/pull/750 |
34 | 41 | [#752]: https://github.com/stackabletech/airflow-operator/pull/752 |
| 42 | +[#756]: https://github.com/stackabletech/airflow-operator/pull/756 |
| 43 | +[#757]: https://github.com/stackabletech/airflow-operator/pull/757 |
| 44 | +[#759]: https://github.com/stackabletech/airflow-operator/pull/759 |
35 | 45 |
|
36 | 46 | ## [25.11.0] - 2025-11-07 |
37 | 47 |
|
|
0 commit comments