From d42d950fa7e19461ee8ecadb73c07bb241530d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 2 Jun 2020 10:27:07 +0200 Subject: [PATCH] rke: Update to version 1.1.2 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index f2cd6d8854..a41e6ef262 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.0.8", + "version": "1.1.2", "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/v1.0.8/rke_windows-amd64.exe#/rke.exe", - "hash": "c6470538570fcc362a33b3a2258fa54b00496e9ddbe2524b3be9df8f2f9fa126" + "url": "https://github.com/rancher/rke/releases/download/v1.1.2/rke_windows-amd64.exe#/rke.exe", + "hash": "e2018faadfb5a26edcd4348567843d2e6fb574e6f762a1effd0bf8672325b3e5" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.0.8/rke_windows-386.exe#/rke.exe", - "hash": "37012d48261435423a3dc2e69a33c5af7211a92017c68cb9bab8149c5e1fd217" + "url": "https://github.com/rancher/rke/releases/download/v1.1.2/rke_windows-386.exe#/rke.exe", + "hash": "d13c859a3386151117488cf818df92687502a47a1e63d15ee0e9cafba4c0b439" } }, "bin": "rke.exe",