This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 2a2e6f3 Kube version bump; test on 1.13 and drop 1.11 (#449)
2a2e6f3 is described below
commit 2a2e6f3b9493cdf406dbdb363a513c239ce259c6
Author: David Grove <[email protected]>
AuthorDate: Wed Apr 10 15:35:51 2019 -0400
Kube version bump; test on 1.13 and drop 1.11 (#449)
---
.travis.yml | 5 +++--
docs/k8s-technical-requirements.md | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index d974e10..9a0bd64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,10 +9,11 @@ env:
- secure:
d7CuMXbhT83W2x78qiLwgogX1+3aPicd1PlTwwNNDN6QSkImbxareyKThnsqlHIiNj3o5l5DBuiYjy7wrF/xD1g8BQMmTwm99DRx5q3CI3Im3VCi/ZK8SaNjuOy24d7cf5k2tB/87Gk7zmKsMDYm+fpCl+GpgUmIEeIwthiAxuXSDWZ8eQPIptmxj56DeFRNouvXG+dEUtBfWiwN27UPxNKExCixFnegmdtffLbz6hhst7BHr5Ry9acbycre98PCwWZcu9lxFs+SJ1kvnzX2iue4otmDkF1WkJjxaOFPJVs/D3YItg+neLCSxjwBskPed+Fct8bOjcM/uVROJPNIq5icBmaPX2isH0lvtxOeVw/dmioWYXYPN9ygBOe4eO/vtPllN0bcAUo5xl9jXev8ciAozYrYpHVh9Fplfd81rcYTeYzALmRJBdoiWoc3KQGzwGc9sB1ffmy+KWgG9T0zbnS4fALSR4PS
[...]
- secure:
CJtnU94HTDqd4A6uvhFl8IpnmU+wTdlzb8bPBFUl/lI/VKXiRrYpgJdKUro5xEoxFKuqMprLhbyf66niyWLTIeogjUAEu/h/o2dBVeGgSGKoqC0hQgqvnxKFeGlzFJ0XuEs3vbStJGRnQszGsfnnDrscJtR0x9X+1w4aBKI7iPyyuFtVkDD1UsmBbSi+M8FTeq7G7A0reMDaey7uog3CFCpIMl4geshcohQEcKEGbnXQZoLPFpb7cBOE83VXBJ7Y7Dgf/U4keiLovvnuJThGKZm/SVV2KlELmBmtmbx3rMT6Vb5k9ChSdRWapromNnnzmJBIQ5Scc2mwV3A93/SMha1F3IlYpDKs5djfTw8jZfVnuiou7HhTaRjHkmmcwP12/k30gLe2kw0Vezg1TCY4zgtOpcmCxc8RHEy0ceA74rKvRi8LbexTCwX+iAMQFn/pSrh/OqAq/50JbLyczcoO1zXWS38txUQN
[...]
matrix:
+ # Keep 1.10 in testing matrix because stable version of Docker for Mac has
Kube v1.10.
- TRAVIS_KUBE_VERSION=1.10 OW_INCLUDE_SYSTEM_TESTS=true
OW_CONTAINER_FACTORY=docker
- - TRAVIS_KUBE_VERSION=1.10 OW_INCLUDE_SYSTEM_TESTS=false
OW_CONTAINER_FACTORY=kubernetes
- - TRAVIS_KUBE_VERSION=1.11 OW_INCLUDE_SYSTEM_TESTS=true
OW_CONTAINER_FACTORY=docker
- TRAVIS_KUBE_VERSION=1.12 OW_INCLUDE_SYSTEM_TESTS=true
OW_CONTAINER_FACTORY=docker
+ - TRAVIS_KUBE_VERSION=1.13 OW_INCLUDE_SYSTEM_TESTS=true
OW_CONTAINER_FACTORY=docker
+ - TRAVIS_KUBE_VERSION=1.13 OW_INCLUDE_SYSTEM_TESTS=false
OW_CONTAINER_FACTORY=kubernetes
services:
- docker
diff --git a/docs/k8s-technical-requirements.md
b/docs/k8s-technical-requirements.md
index d538052..de17eb9 100644
--- a/docs/k8s-technical-requirements.md
+++ b/docs/k8s-technical-requirements.md
@@ -22,7 +22,7 @@
The Kubernetes cluster on which you are deploying OpenWhisk must meet
the following requirements:
* [Kubernetes](https://github.com/kubernetes/kubernetes) version 1.10+.
- Our automated testing currently covers Kubernetes versions 1.10, 1.11 and
1.12.
+ Our automated testing currently covers Kubernetes versions 1.10, 1.12 and
1.13.
* The ability to create Ingresses to make a Kubernetes service
available outside of the cluster so you can actually use OpenWhisk.
* Unless you disable persistence (see