head 1.19; access; symbols pkgsrc-2026Q2:1.19.0.2 pkgsrc-2026Q2-base:1.19 pkgsrc-2026Q1:1.16.0.2 pkgsrc-2026Q1-base:1.16 pkgsrc-2025Q4:1.12.0.2 pkgsrc-2025Q4-base:1.12 pkgsrc-2025Q3:1.9.0.2 pkgsrc-2025Q3-base:1.9 pkgsrc-2025Q2:1.7.0.2 pkgsrc-2025Q2-base:1.7 pkgsrc-2025Q1:1.5.0.2 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.4.0.4 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.2 pkgsrc-2024Q3-base:1.4; locks; strict; comment @# @; 1.19 date 2026.06.05.10.21.44; author bsiegert; state Exp; branches; next 1.18; commitid jt8yVpLxXvatZAIG; 1.18 date 2026.05.07.18.50.00; author bsiegert; state Exp; branches; next 1.17; commitid MMrI2EXGAt3HJUEG; 1.17 date 2026.04.08.05.45.03; author bsiegert; state Exp; branches; next 1.16; commitid FFJx9trbRMg7k7BG; 1.16 date 2026.03.06.21.07.57; author bsiegert; state Exp; branches 1.16.2.1; next 1.15; commitid AQtIeR1eh5qvuXwG; 1.15 date 2026.02.24.08.45.31; author bsiegert; state Exp; branches; next 1.14; commitid IrpU9bGVDwSIHBvG; 1.14 date 2026.02.16.18.45.10; author maya; state Exp; branches; next 1.13; commitid 1uPARhqhP3XbhDuG; 1.13 date 2026.01.15.19.54.48; author bsiegert; state Exp; branches; next 1.12; commitid Zuo9UmMrkrU4HwqG; 1.12 date 2025.12.02.19.25.14; author bsiegert; state Exp; branches; next 1.11; commitid 269raRGxaHJBWRkG; 1.11 date 2025.10.16.17.59.55; author bsiegert; state Exp; branches; next 1.10; commitid RAGpkHmyeYCUYOeG; 1.10 date 2025.10.08.06.54.31; author bsiegert; state Exp; branches; next 1.9; commitid 5p46uH9RJXSFyJdG; 1.9 date 2025.09.06.13.17.04; author bsiegert; state Exp; branches; next 1.8; commitid cojusOdnRBFGHE9G; 1.8 date 2025.08.31.10.02.53; author bsiegert; state Exp; branches; next 1.7; commitid SdH7Ppgppxg5PR8G; 1.7 date 2025.06.06.14.01.32; author bsiegert; state Exp; branches; next 1.6; commitid JbNcx43ItkrmUPXF; 1.6 date 2025.04.05.18.51.21; author bsiegert; state Exp; branches; next 1.5; commitid 5KX0APffNjdlvTPF; 1.5 date 2025.03.07.20.54.23; author bsiegert; state Exp; branches 1.5.2.1; next 1.4; commitid rfTPfnLphAPl7bMF; 1.4 date 2024.09.09.10.31.45; author nia; state Exp; branches; next 1.3; commitid 8dGiaIQUioryq7pF; 1.3 date 2024.09.06.18.48.51; author bsiegert; state Exp; branches; next 1.2; commitid sM1YPLxu37gUgMoF; 1.2 date 2024.08.11.15.57.05; author bsiegert; state Exp; branches; next 1.1; commitid Q02ZqKpOSdvP9qlF; 1.1 date 2024.07.05.19.51.46; author maya; state Exp; branches; next ; commitid rlPGSwvMCHsUDGgF; 1.16.2.1 date 2026.04.22.14.32.08; author maya; state Exp; branches; next ; commitid iDHLLUhOplH6NXCG; 1.5.2.1 date 2025.04.05.20.45.05; author maya; state Exp; branches; next ; commitid ts1uPa8RLrwE7UPF; desc @@ 1.19 log @Revbump all Go packages after go126 security update @ text @# $NetBSD: Makefile,v 1.18 2026/05/07 18:50:00 bsiegert Exp $ DISTNAME= minikube-1.38.0 PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=kubernetes/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/kubernetes/minikube/ COMMENT= Local kubernetes cluster LICENSE= apache-2.0 USE_LANGUAGES+= c USE_TOOLS+= gmake BINNAME= minikube-${OPSYS:tl}-${GOARCH} BUILD_TARGET+= ${BINNAME} MAKE_ENV+= V=1 ONLY_FOR_PLATFORM= Darwin-*-aarch64 ONLY_FOR_PLATFORM+= Darwin-*-x86_64 ONLY_FOR_PLATFORM+= Linux-*-aarch64 ONLY_FOR_PLATFORM+= Linux-*-x86_64 do-build: cd ${WRKSRC} && \ ${RUN} ${_ULIMIT_CMD} \ ${PKGSRC_SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS} \ ${BUILD_TARGET} INSTALLATION_DIRS+= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out/${BINNAME} ${DESTDIR}${PREFIX}/bin/minikube .include "go-modules.mk" .include "../../lang/go/go-module.mk" .include "../../mk/bsd.pkg.mk" @ 1.18 log @Revbump all Go packages after go126 security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.17 2026/04/08 05:45:03 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.17 log @Revbump all Go packages after security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2026/03/06 21:07:57 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.16 log @Revbump all Go packages after go126 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2026/02/24 08:45:31 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.16.2.1 log @Revbump all Go packages after go126 security fix @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2026/03/06 21:07:57 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.15 log @Revbump all Go packages after default version bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2026/02/16 18:45:10 maya Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.14 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 @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2026/01/15 19:54:48 bsiegert Exp $ d4 1 @ 1.13 log @Revbump all Go packages after go125 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2025/12/02 19:25:14 bsiegert Exp $ d3 1 a3 2 DISTNAME= minikube-1.33.1 PKGREVISION= 12 @ 1.12 log @Revbump all Go packages after go125 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2025/10/16 17:59:55 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 11 @ 1.11 log @Revbump all Go packages after go125 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2025/10/08 06:54:31 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 10 @ 1.10 log @Revbump all Go packages after go125 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2025/09/06 13:17:04 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 9 @ 1.9 log @Revbump all Go packages after go125 security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/08/31 10:02:53 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 8 @ 1.8 log @Revbump all Go packages after moving to go125 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/06/06 14:01:32 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 7 @ 1.7 log @Revbump all Go packages after go124 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2025/04/05 18:51:21 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 6 @ 1.6 log @Belated revbump for all Go packages after go124 update I forgot to do the revbump again, sorry for doing it so late after the update. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/03/07 20:54:23 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 5 @ 1.5 log @Revbump all Go packages after go124 update I realize I forgot to do the revbump after updating the default Go version to 1.24, so let's do that now. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/09/09 10:31:45 nia Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.5.2.1 log @Pulup ticket #6952 - Update PKGREVISION for all Go packages. Go had a security update to one of the builtin libraries. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/03/07 20:54:23 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 5 @ 1.4 log @minikube: Only for select few platforms @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/09/06 18:48:51 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.3 log @Revbump all Go packages after go122 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/08/11 15:57:05 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 2 d21 5 @ 1.2 log @Revbump all Go packages after update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/07/05 19:51:46 maya Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @Add minikube 1.33.1 minikube implements a local Kubernetes cluster on macOS, Linux, and Windows. minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit. (Note: tested only on Darwin/arm64) @ text @d1 1 a1 1 # $NetBSD$ d4 1 @