From 3ad1a5f7a99a0f3f3f9e1d130d82de1ec165cf8b Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Tue, 6 Aug 2019 11:28:32 -0400 Subject: [PATCH] bump kubernetes for CVE-2019-11247, CVE-2019-11249 (#566) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f2585816cf..3eda76b3a4 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.14.1 -K8S_VER := 1.14.2 +# Current Kubernetes version: 1.14.5 +K8S_VER := 1.14.5 # 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.2.7 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 6.0.6-$(K8S_VER_SUFFIX) +PLANET_TAG := 6.0.7-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)