Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Support for configuring which reverse proxies the webserver trusts `X-Forwarded-*` headers from,
via `spec.webservers.roleConfig.trustedProxies` ([#835]).
- Added airflow `3.3.1` ([#865]).
- Add `/ready` endpoint to the operator Deployment, which reports the CRD installation status ([#868]).

### Changed

Expand Down Expand Up @@ -44,6 +45,7 @@
overridden, whereas previously the operator's value always took precedence ([#838]).
- Make operations infallible where appropriate ([#852], [#860]).
- Deprecated airflow `3.2.2` ([#865]).
- Bump stackable-operator to 0.119.0 ([#868]).

### Fixed

Expand Down Expand Up @@ -76,6 +78,7 @@
[#860]: https://github.com/stackabletech/airflow-operator/pull/860
[#862]: https://github.com/stackabletech/airflow-operator/pull/862
[#865]: https://github.com/stackabletech/airflow-operator/pull/865
[#868]: https://github.com/stackabletech/airflow-operator/pull/868

## [26.7.0] - 2026-07-21

Expand Down
75 changes: 33 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading