From 6da504d986a3a0122905affd85b920d585331369 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 23 Jul 2021 02:00:33 +0000 Subject: [PATCH] rke: Update to version 1.1.18 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index b8b6a83db2..e8559665f7 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.2.8", + "version": "1.1.18", "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.2.8/rke_windows-amd64.exe#/rke.exe", - "hash": "49efc21560ed46a811884bc1833fdcb2482e1b5a0d6ba318c394e93de5429f2b" + "url": "https://github.com/rancher/rke/releases/download/v1.1.18/rke_windows-amd64.exe#/rke.exe", + "hash": "2a477b384794589fca431a04cb96a7108c8cc9d279d333b0db9991fdf6835785" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.2.8/rke_windows-386.exe#/rke.exe", - "hash": "347b214c1a7d6cfc9bc33b6ef79b0748da24db400ba3d58e3b25d1c0913f1aad" + "url": "https://github.com/rancher/rke/releases/download/v1.1.18/rke_windows-386.exe#/rke.exe", + "hash": "df396834abbcbd2299a279e4deab1a6384eaf115995d8fd67a482b9737150ec3" } }, "bin": "rke.exe",