From e21876b6362bfcc6fb70491c86ca355e77adc104 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:39:15 +0000 Subject: [PATCH] rke: Update to version 1.3.14 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index 606b924fe7..882ffcbf38 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.3.13", + "version": "1.3.14", "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.3.13/rke_windows-amd64.exe#/rke.exe", - "hash": "07beb89d75185c312f1a5fcfcbc0f0ba2fed7ed61a2e226eeee46ac55dcdbe8d" + "url": "https://github.com/rancher/rke/releases/download/v1.3.14/rke_windows-amd64.exe#/rke.exe", + "hash": "72cdfa353002a6cf904ae8cfeb5cfcd71919d13f81a76bcae5df4a72ca6fce17" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.3.13/rke_windows-386.exe#/rke.exe", - "hash": "57b14d01a320d6ecc0d2b542c6e453a90a9dcc8127d66797bed7cf3e2b5f49b5" + "url": "https://github.com/rancher/rke/releases/download/v1.3.14/rke_windows-386.exe#/rke.exe", + "hash": "d272c0d00063b1d12f9ad2e515366fee46772ed5fb2182e11d8ae15d9deb2af0" } }, "bin": "rke.exe",