Skip to content

Commit

Permalink
Remove K8S 1.24 support (#35214)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv committed Oct 30, 2023
1 parent 37c3e6f commit 5f2999e
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 61 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,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.7.1) |
|-------------|------------------------------|------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.24, 1.25, 1.26, 1.27, 1.28 | 1.24, 1.25, 1.26, 1.27 |
| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 |
| MySQL | 8.0, 8.1 | 5.7, 8.0 |
| SQLite | 3.15.0+ | 3.15.0+ |
| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*\*), 2019(\*\*) |
| | Main version (dev) | Stable version (2.7.1) |
|-------------|------------------------|------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.25, 1.26, 1.27, 1.28 | 1.24, 1.25, 1.26, 1.27 |
| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 |
| MySQL | 8.0, 8.1 | 5.7, 8.0 |
| 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.24+ cluster
- Kubernetes 1.25+ 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 @@ -68,7 +68,7 @@
# - https://endoflife.date/amazon-eks
# - https://endoflife.date/azure-kubernetes-service
# - https://endoflife.date/google-kubernetes-engine
ALLOWED_KUBERNETES_VERSIONS = ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0"]
ALLOWED_KUBERNETES_VERSIONS = ["v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0"]
ALLOWED_EXECUTORS = ["KubernetesExecutor", "CeleryExecutor", "LocalExecutor", "CeleryKubernetesExecutor"]
START_AIRFLOW_ALLOWED_EXECUTORS = ["CeleryExecutor", "LocalExecutor"]
START_AIRFLOW_DEFAULT_ALLOWED_EXECUTORS = START_AIRFLOW_ALLOWED_EXECUTORS[1]
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Airflow™ is tested with:
* SQLite: 3.15.0+
* MSSQL(Experimental): 2017, 2019

* Kubernetes: 1.23, 1.24, 1.25, 1.26, 1.27
* Kubernetes: 1.25, 1.26, 1.27, 1.28

The minimum memory required we recommend Airflow to run with is 4GB, but the actual requirements depend
wildly on the deployment options you have
Expand Down
18 changes: 9 additions & 9 deletions generated/PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The

Apache Airflow is tested with:

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

\* Experimental

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 @@ -19,19 +19,19 @@ compile-www-assets:0963f1409f0aa1e3b137cddd4cc52e87
down:4580f5b3b178ea00182694f134a751f3
exec:9d0fb86607526afb6b161115ae7bf9cc
k8s:build-k8s-image:b625255c3e8f3f794ee404f9a4476836
k8s:configure-cluster:727d3d25b67fc02d8f9b45fd30981911
k8s:create-cluster:9428fa86c41f868db80bda7c232cead1
k8s:delete-cluster:12aed4c701000ae5ebe264efcdcd1e5a
k8s:deploy-airflow:a24b39835acf66263e561ce5eaee332c
k8s:k9s:26504ebfc24f3599bbda4e4110c80fd0
k8s:logs:a1eb1d8046bbc542fd210c00ceb23ee9
k8s:run-complete-tests:6ad037e6986aa7ae136028f4a7640e91
k8s:configure-cluster:9958c5aac726565ec043e850d56ec8f8
k8s:create-cluster:3e43f9da5e7c0bb67f3d868c9005515a
k8s:delete-cluster:5f580bb09b6456610bf1044321717673
k8s:deploy-airflow:f4b05b2101a4a029c9706ecd6fbf3c5c
k8s:k9s:892a7931e981ba01a21c0da72fac39bc
k8s:logs:f1a3fa2c5747d86ff712d1b0a06ff48b
k8s:run-complete-tests:5018013f47f6c60aae07eb35256eb240
k8s:setup-env:a34e94744ca4e0592371fe55478c3d54
k8s:shell:cb7b8f22ce35f94cce5b0ca0c64bfbb3
k8s:status:0a472b05c23aa70098241414ac86687f
k8s:tests:b981dbbfbfe531e358ebb2aaa0739525
k8s:upload-k8s-image:8ae1ad3745e2f34a142ecff8a714af1d
k8s:e23599728fd67b64e756e6dbe7f256f0
k8s:shell:b872c01cedfd50b865d98ed85933fed7
k8s:status:6e711c24648c9bf42372e5b73cb2ac0f
k8s:tests:4fea1fee4cfbf15f313ffd9026219401
k8s:upload-k8s-image:46c5f1b042222047fda3f18f1ef75835
k8s:6994fe347c18bcc01d95fb721a3757d5
prod-image:build:20f84ddadc2fe4ae2723b7ccdde0197f
prod-image:pull:3817ef211b023b76df84ee1110ef64dd
prod-image:verify:bd2b78738a7c388dbad6076c41a9f906
Expand Down

0 comments on commit 5f2999e

Please sign in to comment.