Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
* Bump Kubernetes for CVE-2020-8559 and CVE-2020-8557

* Bump Kubernetes for CVE-2020-8559 and CVE-2020-8557

* Bump Kubernetes for CVE-2020-8559 and CVE-2020-8557
  • Loading branch information
Kevin Nisbet authored Jul 15, 2020
1 parent ada9d5c commit 345fa63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ASSETSDIR=$(TOP)/assets
BINDIR ?= /usr/bin

# Current Kubernetes version
K8S_VER := 1.17.6
K8S_VER := 1.17.9
# 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
Expand All @@ -46,7 +46,7 @@ RELEASE_OUT ?=
TELEPORT_TAG = 3.2.14
# TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme
TELEPORT_REPOTAG := v$(TELEPORT_TAG)
PLANET_TAG := 7.0.35-$(K8S_VER_SUFFIX)
PLANET_TAG := 7.0.36-$(K8S_VER_SUFFIX)
PLANET_BRANCH := $(PLANET_TAG)
K8S_APP_TAG := $(GRAVITY_TAG)
TELEKUBE_APP_TAG := $(GRAVITY_TAG)
Expand Down

0 comments on commit 345fa63

Please sign in to comment.