From b7ef40e6fc5ee35b33fa66fbe6d30621c013812a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:37:19 +0000 Subject: [PATCH] rke: Update to version 1.8.7 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index ccee0507dc..ed5ad06525 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.8.6", + "version": "1.8.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.8.6/rke_windows-amd64.exe#/rke.exe", - "hash": "178026e09f0993f977e56ede014150607cdfca984703417dbfe76585ee6ca993" + "url": "https://github.com/rancher/rke/releases/download/v1.8.7/rke_windows-amd64.exe#/rke.exe", + "hash": "5b7671f76edc489cbf189d20794114115ec04273684fc6ce7e612c3ac7140c81" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.8.6/rke_windows-386.exe#/rke.exe", - "hash": "c34085b21cfb23ecc1d85b539a8702afce5dc3562303836de03912f9ba4d67fe" + "url": "https://github.com/rancher/rke/releases/download/v1.8.7/rke_windows-386.exe#/rke.exe", + "hash": "0046ef86e466930a4ade2225c554ef2cda2cf902a8941dd1aa4318dd67eb67da" } }, "bin": "rke.exe",