From 9f71d99bf2a2e69e68568071627e34dcb37c0cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 11 Sep 2020 08:52:12 +0200 Subject: [PATCH] rke: Update to version 1.1.7 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index b59daa9517..66a690aa67 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.1.6", + "version": "1.1.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/v1.1.6/rke_windows-amd64.exe#/rke.exe", - "hash": "b45cfcaf8e343869b315f04cb79a111a85861c275e1665ef36a2b9a1a15434fb" + "url": "https://github.com/rancher/rke/releases/download/v1.1.7/rke_windows-amd64.exe#/rke.exe", + "hash": "2e4de3ebe309f8b5bbc6760ec28a7adab4108a8d4c2f928637dd18c07e694022" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.1.6/rke_windows-386.exe#/rke.exe", - "hash": "7e6e984e17a66e07be957c5d83ebd29cf8ad4ab790c2bf8589ea029137d59693" + "url": "https://github.com/rancher/rke/releases/download/v1.1.7/rke_windows-386.exe#/rke.exe", + "hash": "18f36cd7af25736ad285f0bb8be8cce0d943762fd83f4be3b4bc40f3f5529839" } }, "bin": "rke.exe",