head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.16.18.45.11; author maya; state Exp; branches; next ; commitid 1uPARhqhP3XbhDuG; desc @@ 1.1 log @minikube: Update to 1.38.0 Changelog trimmed to highlights, features, breaking changes. For full changelog, see CHANGELOG.md. -- Version 1.38.0 - 2026-01-28 -- Higlight * No Sudo required for with vfkit/krunkit on macOS 26+ (requires latest vmnet-helper) * No Sudo required to run [AI Playground on Macos GPUs using minikube](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/) * vfkit: Add Rosetta support for deploying amd64 images on Apple silicon (#22140) -- Features * Add support for Kubernetes v1.35.0 v1.34.1 (#21650)(#22015)(#22119)(#22328) * VM Drivers: add support for NVMe-oF/TCP block devices (#22464) * VM Drivers: Enable BTF debug symbols to support eBPF tooling in iso (#21800) * Add option to download preloads from github instead of GCS through --preload-source (#22221) * Vfkit/Krunkit drivers: add ability to Run vmnet-helper as unprivileged user on macOS 26+ (#22501) * add option to add helm-based addons (#21847) * preload: download from github when gcs not available (#21605) -- Version 1.37.0 - 2025-09-09 -- Highlight Run AI workloads on Macbook's GPU in Kubernetes using the new `krunkit driver`. Get started with our [AI Playground tutorial](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/) -- Features * Bump Kubernetes version default: v1.34.0 and latest: v1.34.0 (#21439) * Add krunkit driver supporting GPU acceleration on macOS (#20826) [Tutorial](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/) * add short hand -m for --memory (#20854) * Add support to docker runtime for OCI access to NVIDIA GPUs (#20959) * Add `--disable-coredns-log` flag to suppress coredns logs (#20992) * new addon: kubetail (#20345) * drivers: Add support for Virtiofs mounts for vfkit and krunkit (#21149) -- Version 1.36.0 - 2025-05-22 Features * Support Kubernetes version v1.33.1 [#20784](https://github.com/kubernetes/minikube/pull/20784) * New flag "-f" to allow passing a config file for addon configure command. [#20255](https://github.com/kubernetes/minikube/pull/20255) * vfkit: bump to Preferred driver on macOs [#20808](https://github.com/kubernetes/minikube/pull/20808) * vfkit: new network option "--network vment-shared' for vfkit driver [#20501](https://github.com/kubernetes/minikube/pull/20501) -- Version 1.35.0 - 2025-01-15 Features: * Add support for AMD GPUs via --gpus=amd [#19749](https://github.com/kubernetes/minikube/pull/19749) * Use Github Assets as New fail over for kic base image [#19464](https://github.com/kubernetes/minikube/pull/19464) * Support latest Kubernetes v1.32.0 [#20091](https://github.com/kubernetes/minikube/pull/20091) * Adds support for kubeadm.k8s.io/v1beta4 (available since k8s v1.31) [#19790](https://github.com/kubernetes/minikube/pull/19790) -- Version 1.34.0 - 2024-09-04 Breaking Changes: * Bump minimum podman version to 4.9.0 [#19457](https://github.com/kubernetes/minikube/pull/19457) * Disallow using Docker Desktop 4.34.0 Features: * Bump default Kubernetes version to v1.31.0 [#19435](https://github.com/kubernetes/minikube/pull/19435) * Add new driver for macOS: vfkit [#19423](https://github.com/kubernetes/minikube/pull/19423) * Add Parallels driver support for darwin/arm64 [#19373](https://github.com/kubernetes/minikube/pull/19373) * Add new volcano addon [#18602](https://github.com/kubernetes/minikube/pull/18602) * Addons ingress-dns: Added support for all architectures [#19198](https://github.com/kubernetes/minikube/pull/19198) * Support privileged ports on WSL [#19370](https://github.com/kubernetes/minikube/pull/19370) * VM drivers with docker container-runtime now use docker-buildx for image building [#19339](https://github.com/kubernetes/minikube/pull/19339) * Support running x86 QEMU on arm64 [#19228](https://github.com/kubernetes/minikube/pull/19228) * Add `-o json` option for `addon images` command [#19364](https://github.com/kubernetes/minikube/pull/19364) @ text @$NetBSD$ Don't try to install a random Go toolchain version --- Makefile.orig 2026-02-16 18:26:36.757915736 +0000 +++ Makefile @@@@ -38,7 +38,7 @@@@ RPM_REVISION ?= 0 GO_VERSION ?= 1.25.5 # set GOTOOLCHAIN to GO_VERSION to override any toolchain version specified in # go.mod (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN) -export GOTOOLCHAIN := go$(GO_VERSION) +#export GOTOOLCHAIN := go$(GO_VERSION) # update this only by running `make update-golang-version` GO_K8S_VERSION_PREFIX ?= v1.35.0 @