From e56d5207b7dc5629f67973a4144292c0946d6083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 May 2020 14:24:43 +0200 Subject: [PATCH] rke: Update to version 1.0.7 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index 95b4f2cf78..adfd9765eb 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "0.2.10", + "version": "1.0.7", "description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers", "homepage": "https://rancher.com/products/rke/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/rancher/rke/releases/download/v0.2.10/rke_windows-amd64.exe#/rke.exe", - "hash": "4615d42712c5f3a1840dee00800fcb55fd669f399489646974018f2c892b93ad" + "url": "https://github.com/rancher/rke/releases/download/v1.0.7/rke_windows-amd64.exe#/rke.exe", + "hash": "5907abdf81a9d2f9dea97c160277b0f88ec53347843a96d33c14e42fa36e35d7" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v0.2.10/rke_windows-386.exe#/rke.exe", - "hash": "275271bf7822ec489611fd49c0b0b237077b6cd4ea2fb83015c64fd64d2444bf" + "url": "https://github.com/rancher/rke/releases/download/v1.0.7/rke_windows-386.exe#/rke.exe", + "hash": "58c2ab6958392833ee21d4c0aa7ba1f129d02018587bbf94062e94cd291cab5a" } }, "bin": "rke.exe",