Skip to content
Merged
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
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#765]).

### Changed

- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]).
Expand All @@ -10,8 +14,9 @@

- Do not use immutable Secret objects for internal secrets. Migrate existing secrets to mutable versions ([#770]).

- [#767]: https://github.com/stackabletech/airflow-operator/pull/767
- [#770]: https://github.com/stackabletech/airflow-operator/pull/770
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
[#770]: https://github.com/stackabletech/airflow-operator/pull/770

## [26.3.0] - 2026-03-16

Expand Down
Loading