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

Commit

Permalink
bump kubernetes to 1.21.5 for CVE-2021-25741 (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Nisbet committed Sep 20, 2021
1 parent f11f943 commit 2f66db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ETCD_VER ?= 2.3.7
# abbreviated gravity version to use as a build ID
GRAVITY_VERSION ?= $(shell ./version.sh)
# current Kubernetes version
K8S_VER ?= 1.21.2
K8S_VER ?= 1.21.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
K8S_VER_SUFFIX ?= $(shell printf "%d%02d%02d" $(shell echo $(K8S_VER) | sed "s/\./ /g"))
PLANET_TAG ?= 9.0.7-$(K8S_VER_SUFFIX)
PLANET_TAG ?= 9.0.8-$(K8S_VER_SUFFIX)
# system applications
INGRESS_APP_TAG ?= 0.0.1
STORAGE_APP_TAG ?= 0.0.4
Expand Down

0 comments on commit 2f66db5

Please sign in to comment.