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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ Airflow is not a streaming solution, but it is often used to process real-time d

Apache Airflow is tested with:

| | Main version (dev) | Stable version (2.6.3) |
|-------------|------------------------------|---------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.23, 1.24, 1.25, 1.26, 1.27 | 1.23, 1.24, 1.25, 1.26 |
| PostgreSQL | 11, 12, 13, 14, 15 | 11, 12, 13, 14, 15 |
| MySQL | 5.7, 8 | 5.7, 8 |
| SQLite | 3.15.0+ | 3.15.0+ |
| MSSQL | 2017(\*), 2019(\*) | 2017(\*), 2019(\*) |
| | Main version (dev) | Stable version (2.6.3) |
|-------------|------------------------|---------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.24, 1.25, 1.26, 1.27 | 1.23, 1.24, 1.25, 1.26 |
| PostgreSQL | 11, 12, 13, 14, 15 | 11, 12, 13, 14, 15 |
| MySQL | 5.7, 8 | 5.7, 8 |
| SQLite | 3.15.0+ | 3.15.0+ |
| MSSQL | 2017(\*), 2019(\*) | 2017(\*), 2019(\*) |

\* Experimental

Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cluster using the [Helm](https://helm.sh) package manager.

## Requirements

- Kubernetes 1.23+ cluster
- Kubernetes 1.24+ cluster
- Helm 3.0+
- PV provisioner support in the underlying infrastructure (optionally)

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# - https://endoflife.date/amazon-eks
# - https://endoflife.date/azure-kubernetes-service
# - https://endoflife.date/google-kubernetes-engine
ALLOWED_KUBERNETES_VERSIONS = ["v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
ALLOWED_KUBERNETES_VERSIONS = ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
ALLOWED_EXECUTORS = ["KubernetesExecutor", "CeleryExecutor", "LocalExecutor", "CeleryKubernetesExecutor"]
START_AIRFLOW_ALLOWED_EXECUTORS = ["CeleryExecutor", "LocalExecutor"]
START_AIRFLOW_DEFAULT_ALLOWED_EXECUTORS = START_AIRFLOW_ALLOWED_EXECUTORS[1]
Expand Down
24 changes: 12 additions & 12 deletions images/breeze/output-commands-hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ compile-www-assets:0963f1409f0aa1e3b137cddd4cc52e87
down:4580f5b3b178ea00182694f134a751f3
exec:9d0fb86607526afb6b161115ae7bf9cc
k8s:build-k8s-image:4c299179e91066626e5b4a61b06fd6c6
k8s:configure-cluster:450f6aaa0623bbfd6ce05dfa0bc13156
k8s:create-cluster:dfeb9f49a113fc28e8d4029fae140b96
k8s:delete-cluster:4b6ee64171fd556277fa9546e14da2b3
k8s:deploy-airflow:a9646df64d666d9447fbe6d10f34a1fc
k8s:k9s:6a4602852d4d159db826876e794478bc
k8s:logs:9c952975d5c11b67a337c308c3f52624
k8s:run-complete-tests:e5675291696c35561dad8ea5228726b1
k8s:configure-cluster:3bd5d4614ffcd02952fadd0f61bc0cdf
k8s:create-cluster:cef6b3203035af1741d6acc87a26fe12
k8s:delete-cluster:76a40b5a9001d8a933672ae3175ad59f
k8s:deploy-airflow:bb5f9212ad00de2f4131df2bb2beebf3
k8s:k9s:f25f0df6b0fdb2604822e0c8d5b64d06
k8s:logs:547c07e859eafcf67591952b785d381d
k8s:run-complete-tests:0cc62d0fbea8ae35849dc84fa786c960
k8s:setup-env:a34e94744ca4e0592371fe55478c3d54
k8s:shell:9ee5244d1dc9c625dbd8c87504a6c4ce
k8s:status:1b1b6fb6ccc7a211a3eb44568da71659
k8s:tests:2319c6f5ba0681ff7627e3166a1479ef
k8s:upload-k8s-image:a9ac79e2f5e3d6b01fa45e764885913f
k8s:db08df55a8200bff5858a3b7549bff47
k8s:shell:ced753917db3d1bd89e7ea3314ac0d69
k8s:status:1529ccd444b41c4b0b5f943289957100
k8s:tests:2a1e2928faea2eddafaff94176a46690
k8s:upload-k8s-image:6b3a20cdeb692f3c3d727f6b9e68c901
k8s:8c1e4287deb0533a74f3b302f9c574be
prod-image:build:d58b9222d141fd3620459ffaa9ee0235
prod-image:pull:76f1f27e6119928412abecf153fce4bb
prod-image:verify:bd2b78738a7c388dbad6076c41a9f906
Expand Down
108 changes: 54 additions & 54 deletions images/breeze/output-commands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions images/breeze/output_k8s_configure-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions images/breeze/output_k8s_create-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions images/breeze/output_k8s_delete-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading