You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/05/11 07:34:31 UTC

incubator-airflow git commit: [AIRFLOW-2450] update supported k8s versions to 1.9 and 1.10

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 4d43b78f1 -> efacc1a75


[AIRFLOW-2450] update supported k8s versions to 1.9 and 1.10

Closes #3345 from dimberman/upgrade-k8s


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/efacc1a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/efacc1a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/efacc1a7

Branch: refs/heads/master
Commit: efacc1a750fb815df332aa9862410cbf8804273d
Parents: 4d43b78
Author: Daniel Imberman <da...@gmail.com>
Authored: Fri May 11 09:34:26 2018 +0200
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Fri May 11 09:34:26 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/efacc1a7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e316256..cbec39a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,8 +59,8 @@ env:
     - TOX_ENV=py35-backend_sqlite
     - TOX_ENV=py35-backend_postgres
     - TOX_ENV=flake8
-    - TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.8.0
-    - TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.9.0
+    - TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0
+    - TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0
 matrix:
   exclude:
     - python: "3.5"
@@ -78,9 +78,9 @@ matrix:
     - python: "2.7"
       env: TOX_ENV=flake8
     - python: "3.5"
-      env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.8.0
+      env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0
     - python: "2.7"
-      env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.9.0
+      env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0
 cache:
   directories:
     - $HOME/.wheelhouse/