From c17a00df3b3b66d4a4ee8593bbe4f02089cb636e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 14 Nov 2020 10:49:13 +0100 Subject: [PATCH] rke: Update to version 1.1.12 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index 2be54752fb..4c2d298cdc 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.2.2", + "version": "1.1.12", "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.2/rke_windows-amd64.exe#/rke.exe", - "hash": "ccf86a612fb59eed4047033e4728e17b1c3c93684a63ee7ec84767d9f84feb1c" + "url": "https://github.com/rancher/rke/releases/download/v1.1.12/rke_windows-amd64.exe#/rke.exe", + "hash": "c52ca61940ac319d037486a84dc4a0a43936700bf32bd8ac9fe1cb49cffca327" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.2.2/rke_windows-386.exe#/rke.exe", - "hash": "c58b0cec0793638b5a05934b251ba978d0db9d7b714a87685186aaf42661531f" + "url": "https://github.com/rancher/rke/releases/download/v1.1.12/rke_windows-386.exe#/rke.exe", + "hash": "40315809a482ae868382918770e4624fc49b0c3f3c5abf74c30aa5eaf0d27dea" } }, "bin": "rke.exe",