Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Dec 9, 2020
1 parent 6c3a215 commit 987c6ff
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-rc.0
KUBELET_SHA512_AMD64 := 80db4c176841961fc97541d56fd1d1b6792bb5dc6a568e1b9953621ae3ece18c042ece559ffa244512803f976efc28a8b2f98f38597152f9f8099990864d3d41
KUBELET_SHA512_ARM64 := a4d78ce55f8197f54ae3b959a3c25feca354b1dc34b9828f64dd18b67ed1bd885e7c139de56be584b8ea43437b42105fafe4a694a51a73b3605c2f75c21d79b4
KUBELET_VER := v1.20.0
KUBELET_SHA512_AMD64 := ed32704c2f39193f79d71a3df9d872dff1cb22c4c3befb85b9a274d3ec5e74436cca8c33537df83085288fe56f7779fa5c3b7b283dacf18ed47536a928884593
KUBELET_SHA512_ARM64 := e5975679ddbad3294b20718702b8a2a0a267430ca6de5da35b69c8603bb0fa422c69fe69ffdd9d5d447f5a977baf6334b3a4e2774c15e183de849ec1a8d1c591

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

0 comments on commit 987c6ff

Please sign in to comment.