From 09fbd9c5b877f6fd01b4b59a6d7c6f5bbc4a967b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 04:49:00 +0000 Subject: [PATCH] rke: Update to version 1.3.13 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index 1815f3b1d7..606b924fe7 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.3.12", + "version": "1.3.13", "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.12/rke_windows-amd64.exe#/rke.exe", - "hash": "9789eb64bbb5f00edfea21b4752b99d80c199c98330eafb6830d6f2c43ec99cd" + "url": "https://github.com/rancher/rke/releases/download/v1.3.13/rke_windows-amd64.exe#/rke.exe", + "hash": "07beb89d75185c312f1a5fcfcbc0f0ba2fed7ed61a2e226eeee46ac55dcdbe8d" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.3.12/rke_windows-386.exe#/rke.exe", - "hash": "b30ba35c4c53e07e230e1d2a361526d714f29ba402211f3eae4eeca25f682cfd" + "url": "https://github.com/rancher/rke/releases/download/v1.3.13/rke_windows-386.exe#/rke.exe", + "hash": "57b14d01a320d6ecc0d2b542c6e453a90a9dcc8127d66797bed7cf3e2b5f49b5" } }, "bin": "rke.exe",