From 9fc30f3553b9025fcc2f615a0b2bc9ff334fa618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:29:24 +0000 Subject: [PATCH] minikube: Update to version 1.35.0 --- bucket/minikube.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/minikube.json b/bucket/minikube.json index d95ef655c1..90cf3bd776 100644 --- a/bucket/minikube.json +++ b/bucket/minikube.json @@ -1,12 +1,12 @@ { - "version": "1.34.0", + "version": "1.35.0", "description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.", "homepage": "https://minikube.sigs.k8s.io/docs/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/minikube/releases/v1.34.0/minikube-windows-amd64.exe#/minikube.exe", - "hash": "cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b" + "url": "https://storage.googleapis.com/minikube/releases/v1.35.0/minikube-windows-amd64.exe#/minikube.exe", + "hash": "7b7d2dcb130dc066d6f2d01dd1a54b92a35f8f7b0f849283a8bf4455dff8daea" } }, "bin": "minikube.exe",