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

### Added

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

### Changed
Expand All @@ -14,6 +15,7 @@

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

[#750]: https://github.com/stackabletech/airflow-operator/pull/750
[#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
Expand Down
Loading
Loading