Skip to content

Commit

Permalink
feat: bump to 1.20.1
Browse files Browse the repository at this point in the history
Official 1.20.1 release.

Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
  • Loading branch information
alex1989hu authored and talos-bot committed Dec 20, 2020
1 parent 987c6ff commit d0ea232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty)
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
NAME := kubelet
KUBELET_VER := v1.20.0
KUBELET_SHA512_AMD64 := ed32704c2f39193f79d71a3df9d872dff1cb22c4c3befb85b9a274d3ec5e74436cca8c33537df83085288fe56f7779fa5c3b7b283dacf18ed47536a928884593
KUBELET_SHA512_ARM64 := e5975679ddbad3294b20718702b8a2a0a267430ca6de5da35b69c8603bb0fa422c69fe69ffdd9d5d447f5a977baf6334b3a4e2774c15e183de849ec1a8d1c591
KUBELET_VER := v1.20.1
KUBELET_SHA512_AMD64 := 764a05ef05a49d90b1016e5fe88ac00045419d1ca684bac8d6074fb76d689203306cac007815f5906a2ed4965dae2f453cbf3d80984647dda462a0f06bd340f6
KUBELET_SHA512_ARM64 := 4f49658f369d766a9987b7efbde64eca6a9f7bbe3164d6da7059f6de3c31cd447e2b2b16c659c61fa79841fb5407ccb2e2b5705004a4404de21cfb68b1d5ff1d

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down

0 comments on commit d0ea232

Please sign in to comment.