From ab6b5ccec714e080c0f56bb7456d1b0b0db6666c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 26 Jul 2021 22:06:54 -0700 Subject: [PATCH] rke: Update to version 1.2.10 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index e8559665f7..a762d60169 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.1.18", + "version": "1.2.10", "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.1.18/rke_windows-amd64.exe#/rke.exe", - "hash": "2a477b384794589fca431a04cb96a7108c8cc9d279d333b0db9991fdf6835785" + "url": "https://github.com/rancher/rke/releases/download/v1.2.10/rke_windows-amd64.exe#/rke.exe", + "hash": "c179d017f55a82e6f2781b130d7b251a22a6721c887369e7c31b9b0b3819d29e" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.1.18/rke_windows-386.exe#/rke.exe", - "hash": "df396834abbcbd2299a279e4deab1a6384eaf115995d8fd67a482b9737150ec3" + "url": "https://github.com/rancher/rke/releases/download/v1.2.10/rke_windows-386.exe#/rke.exe", + "hash": "2ab9e8111f0e78b4862f7db105a58621b7824307cc177b8a221ac659069a5606" } }, "bin": "rke.exe",