Bump kubespray version to bring k8s v1.15.3 21/68421/9
authorFatih Degirmenci <fdegir@gmail.com>
Sat, 31 Aug 2019 16:54:21 +0000 (18:54 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Sun, 1 Sep 2019 00:45:37 +0000 (02:45 +0200)
installer-type:kubespray
deploy-scenario:k8-calico-nofeature

JIRA: XCI-6

Change-Id: I8546feb53312cce7267a43c1c91d502326c83995
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/config/pinned-versions

index c5ed768..440972a 100755 (executable)
@@ -48,8 +48,8 @@ export KEEPALIVED_VERSION=$(grep -E '.*name: keepalived' -A 3 \
 export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \
        ${XCI_PATH}/xci/installer/osa/files/ansible-role-requirements.yml \
        | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p')
-# Kubespray release v2.7.0 dated 02.10.2018
-export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.7.0"}
+# Kubespray release v2.11.0 dated 31.08.2019
+export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.11.0"}
 # Kubernetes version supported by the pinned kubespray version
 # this is needed for pulling in kubectl
-export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.11.3"}
+export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.15.3"}