You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/18 11:00:50 UTC

[airflow] branch master updated: Synchronization of supported K8S version (#12443)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new a9c92b6  Synchronization of supported K8S version (#12443)
a9c92b6 is described below

commit a9c92b680a5392674048bce39a7bcc47da8953b9
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Wed Nov 18 11:58:53 2020 +0100

    Synchronization of supported K8S version (#12443)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 01f051e..cd64eb7 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Apache Airflow is tested with:
 | PostgreSQL   | 9.6, 10, 11, 12, 13       | 9.6, 10, 11, 12, 13      |
 | MySQL        | 5.7, 8                    | 5.6, 5.7                 |
 | SQLite       | latest stable             | latest stable            |
-| Kubernetes   | 1.16.2, 1.17.0            | 1.16.2, 1.17.0           |
+| Kubernetes   | v1.18.6 v1.17.5 v1.16.9   | v1.18.6 v1.17.5 v1.16.9  |
 
 **Note:** MariaDB and MySQL 5.x will work fine for a single scheduler, but don't work or have limitations
 running more than a single scheduler -- please see the "Scheduler" docs.