Skip to content

Commit 9f09120

Browse files
committed
merge conflicts
2 parents 44a25d1 + a7d955d commit 9f09120

10 files changed

Lines changed: 760 additions & 2203 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
### Added
66

77
- 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]).
89

910
### Changed
1011

1112
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]).
1213

14+
### Fixed
15+
16+
- Do not use immutable Secret objects for internal secrets. Migrate existing secrets to mutable versions ([#770]).
17+
1318
[#750]: https://github.com/stackabletech/airflow-operator/pull/750
19+
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
1420
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
21+
[#770]: https://github.com/stackabletech/airflow-operator/pull/770
1522

1623
## [26.3.0] - 2026-03-16
1724

0 commit comments

Comments
 (0)