minikube-bot 2025-11-11 16:25:15 -08:00 committed by GitHub
commit 18d2869c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 6 deletions

View File

@ -24,7 +24,7 @@ KIC_VERSION ?= $(shell grep -E "Version =" pkg/drivers/kic/types.go | cut -d \"
HUGO_VERSION ?= $(shell grep -E "HUGO_VERSION = \"" netlify.toml | cut -d \" -f2)
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
ISO_VERSION ?= v1.37.0-1762018871-21834
ISO_VERSION ?= v1.37.0-1762594827-21860
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))

View File

@ -1,3 +1,4 @@
sha256 8c9dd3fb18ccba399223ba0f623c9fe09fa38fb2a05283131be8e4e139b2d8fa v0.16.1.tar.gz
sha256 f314635765f3dc5efe089244280cd24a577e83d339fec1970fed16977bf28382 v0.16.2.tar.gz
sha256 a1c81f386142908d4984836fae75b5aa37e1921e7186ec8a548c54be62fece43 v0.17.1.tar.gz
sha256 20f62461257d3f20ac98c6e6d3f22ca676710644d9e4688c2e4c082bfba9b619 v0.29.1.tar.gz

View File

@ -4,8 +4,8 @@
#
################################################################################
DOCKER_BUILDX_AARCH64_VERSION = v0.17.1
DOCKER_BUILDX_AARCH64_COMMIT = 257815a6fbaee88976808020bf04274388275ae8
DOCKER_BUILDX_AARCH64_VERSION = v0.29.1
DOCKER_BUILDX_AARCH64_COMMIT = a32761aeb3debd39be1eca514af3693af0db334b
DOCKER_BUILDX_AARCH64_SITE = https://github.com/docker/buildx/archive
DOCKER_BUILDX_AARCH64_SOURCE = $(DOCKER_BUILDX_AARCH64_VERSION).tar.gz
DOCKER_BUILDX_AARCH64_GOPATH = $(@D)/_output

View File

@ -1,3 +1,4 @@
sha256 8c9dd3fb18ccba399223ba0f623c9fe09fa38fb2a05283131be8e4e139b2d8fa v0.16.1.tar.gz
sha256 f314635765f3dc5efe089244280cd24a577e83d339fec1970fed16977bf28382 v0.16.2.tar.gz
sha256 a1c81f386142908d4984836fae75b5aa37e1921e7186ec8a548c54be62fece43 v0.17.1.tar.gz
sha256 20f62461257d3f20ac98c6e6d3f22ca676710644d9e4688c2e4c082bfba9b619 v0.29.1.tar.gz

View File

@ -4,8 +4,8 @@
#
################################################################################
DOCKER_BUILDX_VERSION = v0.17.1
DOCKER_BUILDX_COMMIT = 257815a6fbaee88976808020bf04274388275ae8
DOCKER_BUILDX_VERSION = v0.29.1
DOCKER_BUILDX_COMMIT = a32761aeb3debd39be1eca514af3693af0db334b
DOCKER_BUILDX_SITE = https://github.com/docker/buildx/archive
DOCKER_BUILDX_SOURCE = $(DOCKER_BUILDX_VERSION).tar.gz
DOCKER_BUILDX_GOPATH = $(@D)/_output

View File

@ -41,7 +41,7 @@ const fileScheme = "file"
// DefaultISOURLs returns a list of ISO URL's to consult by default, in priority order
func DefaultISOURLs() []string {
v := version.GetISOVersion()
isoBucket := "minikube-builds/iso/21834"
isoBucket := "minikube-builds/iso/21860"
return []string{
fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s-%s.iso", isoBucket, v, runtime.GOARCH),