From 202d82995309897820fc43a3d177444338a246bb Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Tue, 11 Aug 2020 19:52:39 -0400 Subject: [PATCH] bump planet for CVE-2020-8558 (#1998) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c23ff443b2..7c53560c08 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ASSETSDIR=$(TOP)/assets BINDIR ?= /usr/bin # Current Kubernetes version -K8S_VER := 1.13.12 +K8S_VER := 1.13.13 # 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 @@ -44,7 +44,7 @@ RELEASE_OUT ?= TELEPORT_TAG = 3.0.6 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 5.5.56-$(K8S_VER_SUFFIX) +PLANET_TAG := 5.5.57-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)