Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
- Run a `containerdebug` process in the background of each Airflow container to collect debugging information ([#557]).
- Aggregate emitted Kubernetes events on the CustomResources ([#571]).
- Add OPA support ([#573]).
- Support for `2.10.4` ([#594]).

### Changed

- Bump stackable-operator to 0.87.0 and stackable-versioned to 0.6.0 ([#591]).
- Default to OCI for image metadata and product image selection ([#572]).

### Removed

- Support for `2.9.2` and `2.10.2` (experimental) ([#594]).

[#557]: https://github.com/stackabletech/airflow-operator/pull/557
[#571]: https://github.com/stackabletech/airflow-operator/pull/571
[#572]: https://github.com/stackabletech/airflow-operator/pull/572
[#573]: https://github.com/stackabletech/airflow-operator/pull/573
[#591]: https://github.com/stackabletech/airflow-operator/pull/591
[#594]: https://github.com/stackabletech/airflow-operator/pull/594

## [24.11.1] - 2025-01-09

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/airflow/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
name: airflow-with-ldap
spec:
image:
productVersion: 2.10.2
productVersion: 2.10.4
clusterConfig:
authentication:
- authenticationClass: ldap # <1>
Expand Down Expand Up @@ -71,7 +71,7 @@ metadata:
name: airflow-with-oidc
spec:
image:
productVersion: 2.10.2
productVersion: 2.10.4
clusterConfig:
authentication:
- authenticationClass: keycloak # <1>
Expand Down
3 changes: 1 addition & 2 deletions docs/modules/airflow/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
// This is a separate file, since it is used by both the direct Airflow-Operator documentation, and the overarching
// Stackable Platform documentation.

- 2.10.2 (experimental)
- 2.10.4
- 2.9.3 (LTS)
- 2.9.2 (deprecated)
9 changes: 4 additions & 5 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@
dimensions:
- name: airflow
values:
- 2.9.2
- 2.9.3
- 2.10.2
- 2.10.4
# To use a custom image, add a comma and the full name after the product version
# - 2.8.1,oci.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
- name: airflow-latest
values:
- 2.10.2
- 2.10.4
# To use a custom image, add a comma and the full name after the product version
# - 2.8.1,oci.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
- name: opa-latest
values:
- 1.0.1
Expand Down