Skip to content

Commit fda8025

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/generic-database-connection
2 parents 0008a85 + 8dacb4c commit fda8025

64 files changed

Lines changed: 1909 additions & 1945 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,27 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Support for passing CAs to GitSync ([#750]).
8+
- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#765]).
9+
510
### Changed
611

7-
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]).
12+
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767], [#774]).
13+
- BREAKING: `configOverrides` now only accepts the known config file `webserver_config.py`. Previously, arbitrary file names were silently accepted and ignored ([#775]).
14+
- Bump `stackable-operator` to 0.110.1, kube to 3.1.0, and snafu to 0.9 ([#775]).
15+
16+
### Fixed
17+
18+
- Do not use immutable Secret objects for internal secrets. Migrate existing secrets to mutable versions ([#770]).
819

9-
- [#767]: https://github.com/stackabletech/airflow-operator/pull/767
20+
[#750]: https://github.com/stackabletech/airflow-operator/pull/750
21+
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
22+
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
23+
[#770]: https://github.com/stackabletech/airflow-operator/pull/770
24+
[#774]: https://github.com/stackabletech/airflow-operator/pull/774
25+
[#775]: https://github.com/stackabletech/airflow-operator/pull/775
1026

1127
## [26.3.0] - 2026-03-16
1228

0 commit comments

Comments
 (0)