Skip to content

Commit

Permalink
remove K8S 1.25 support (#38367)
Browse files Browse the repository at this point in the history
Co-authored-by: raphaelauv <[email protected]>
  • Loading branch information
raphaelauv and raphaelauv authored Mar 22, 2024
1 parent c9867bb commit 623939b
Show file tree
Hide file tree
Showing 28 changed files with 65 additions and 65 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ 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.8.3) |
|-------------|------------------------------|-----------------------------|
| Python | 3.8, 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.25, 1.26, 1.27, 1.28, 1.29 | 1.25, 1.26, 1.27, 1.28, 1.29|
| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 |
| MySQL | 8.0, Innovation | 8.0, Innovation |
| SQLite | 3.15.0+ | 3.15.0+ |
| | Main version (dev) | Stable version (2.8.3) |
|-------------|----------------------------|-----------------------------|
| Python | 3.8, 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.26, 1.27, 1.28, 1.29 | 1.25, 1.26, 1.27, 1.28, 1.29|
| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 |
| MySQL | 8.0, Innovation | 8.0, Innovation |
| SQLite | 3.15.0+ | 3.15.0+ |

\* 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.25+ cluster
- Kubernetes 1.26+ cluster
- Helm 3.0+
- PV provisioner support in the underlying infrastructure (optionally)

Expand Down
6 changes: 3 additions & 3 deletions dev/breeze/doc/images/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.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_k8s_configure-cluster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a590f97a08a35c3cae059c62ff7abd5
827b5dbf29e649bdd718f6ce286ed9f5
6 changes: 3 additions & 3 deletions dev/breeze/doc/images/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.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_k8s_create-cluster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e683909774fa8377c84e1bb3de1d012
1bcbd2700057f9b297c6dbd773f9f374
4 changes: 2 additions & 2 deletions dev/breeze/doc/images/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.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_k8s_delete-cluster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3f77c49bc03e9b32e699aab80b762d10
6e92a72af88d90abd8207e6b4946031d
Loading

0 comments on commit 623939b

Please sign in to comment.