From a4cc2e6d04a9ef9369b5b2194a781933ecda733c Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Fri, 1 Mar 2019 14:22:11 -0500 Subject: [PATCH] bump kubernetes with fix for CVE-2019-1002100 (#292) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 08a525b967..481da6fc82 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ GRAVITY_PKG_PATH ?= github.com/gravitational/gravity ASSETSDIR=$(TOP)/assets BINDIR ?= /usr/bin -# Current Kubernetes version: 1.13.3 -K8S_VER := 1.13.3 +# Current Kubernetes version: 1.13.4 +K8S_VER := 1.13.4 # Kubernetes version suffix for the planet package, constructed by concatenating # major + minor padded to 2 chars with 0 + patch also padded to 2 chars, e.g. # 1.13.5 -> 11305, 1.13.12 -> 11312, 2.0.0 -> 20000 and so on @@ -42,7 +42,7 @@ RELEASE_OUT ?= TELEPORT_TAG = 3.0.5 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 5.5.9-$(K8S_VER_SUFFIX) +PLANET_TAG := 5.5.10-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)