From: Alexandru Avadanii Date: Tue, 1 Oct 2019 14:17:35 +0000 (+0200) Subject: k8s, kube-conformance: K8s 1.16.0, Sonobuoy 1.16.1 X-Git-Tag: 2.0.0~27 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=5c343748d39f78b47a89d941128ebb8767e6f94f k8s, kube-conformance: K8s 1.16.0, Sonobuoy 1.16.1 Change-Id: I99668fff76cb899d3b58013002451bb9d473a927 Signed-off-by: Alexandru Avadanii --- diff --git a/docker/README.rst b/docker/README.rst index e7f3845..74f362d 100644 --- a/docker/README.rst +++ b/docker/README.rst @@ -230,7 +230,7 @@ Example: .. code-block:: console - docker run -ti akraino/validation:kube-conformance-v1.15 + docker run -ti akraino/validation:kube-conformance-v1.16 By default, the container will run the `run_e2e.sh` script. If you want to enter the container, add */bin/sh* at the end of the command above diff --git a/docker/k8s/Dockerfile b/docker/k8s/Dockerfile index 925ac3d..43c6d80 100644 --- a/docker/k8s/Dockerfile +++ b/docker/k8s/Dockerfile @@ -19,9 +19,9 @@ FROM golang:alpine3.9 as build # Sonobuoy supports 3 Kubernetes minor versions: the current release and 2 # minor versions before. -ARG SB_TAG=v0.15.1 +ARG SB_TAG=v0.16.1 # Determine the latest stable git tag at build time based on stable major version -ARG K8S_VER=1.15 +ARG K8S_VER=1.16 # Install dependencies COPY pip-requirements.txt /wheels/requirements/pip-requirements.txt diff --git a/docker/kube-conformance/Makefile b/docker/kube-conformance/Makefile index 61d731d..c1dd0af 100644 --- a/docker/kube-conformance/Makefile +++ b/docker/kube-conformance/Makefile @@ -15,7 +15,7 @@ ############################################################################## export WORK_DIR?=$(TAG_PRE) -export KUBE_VERSION=1.15 +export KUBE_VERSION=1.16 export TAG_VER?=v$(KUBE_VERSION) .PHONY: .build