From 5c343748d39f78b47a89d941128ebb8767e6f94f Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 1 Oct 2019 16:17:35 +0200 Subject: [PATCH] k8s, kube-conformance: K8s 1.16.0, Sonobuoy 1.16.1 Change-Id: I99668fff76cb899d3b58013002451bb9d473a927 Signed-off-by: Alexandru Avadanii --- docker/README.rst | 2 +- docker/k8s/Dockerfile | 4 ++-- docker/kube-conformance/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6