Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: minikube | Distribution: openSUSE Tumbleweed |
Version: 1.34.0 | Vendor: openSUSE |
Release: 2.2 | Build date: Tue Sep 10 14:25:09 2024 |
Group: System/Management | Build host: reproducible |
Size: 76984009 | Source RPM: minikube-1.34.0-2.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/kubernetes/minikube | |
Summary: Tool to run Kubernetes locally |
Minikube is a tool that allows running Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your machine for users looking to try out Kubernetes or develop with it day-to-day.
Apache-2.0
* Tue Sep 10 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 1.34.0 (boo#1227017 boo#1227049 boo#1227005): For a more detailed changelog, including changes occurring in pre-release versions, see CHANGELOG.md. https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md * Breaking Changes: - Bump minimum podman version to 4.9.0 #19457 - Disallow using Docker Desktop 4.34.0 #19576 * Features: - Bump default Kubernetes version to v1.31.0 #19435 - Add new driver for macOS: vfkit #19423 - Add Parallels driver support for darwin/arm64 #19373 - Add new volcano addon #18602 - Addons ingress-dns: Added support for all architectures [#19198] - Support privileged ports on WSL #19370 - VM drivers with docker container-runtime now use docker-buildx for image building #19339 - Support running x86 QEMU on arm64 #19228 - Add -o json option for addon images command #19364 * Improvements: - add -d shorthand for --driver #19356 - add -c shorthand for --container-runtime #19217 - kvm2: Don't delete the "default" libvirt network #18920 - Update MINIKUBE_HOME usage #18648 - CNI: Updated permissions to support network policies on kindnet #19360 - GPU: Set NVIDIA_DRIVER_CAPABILITIES to all when GPU is enabled #19345 - Improved error message when trying to use mount on system missing 9P #18995 - Improved error message when enabling KVM addons on non-KVM cluster #19195 - Added warning when loading image with wrong arch #19229 - profile list --output json handle empty config folder #16900 - Check connectivity outside minikube when connectivity issuse [#18859] * Bugs: - Fix not creating API server tunnel for QEMU w/ builtin network #19191 - Fix waiting for user input on firewall unblock when - -interactive=false #19531 - Fix network retry check when subnet already in use for podman [#17779] - Fix empty tarball when generating image save #19312 - Fix missing permission for kong-serviceaccount #19002 * Version Upgrades: - Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.17 to 1.5.23 #19341 #19501 - Addon headlamp: Update headlamp-k8s/headlamp image from v0.23.2 to v0.25.0 #18992 #19152 #19349 - Addon kong: Update kong image from 3.6.1 to 3.7.1 #19046 [#19124] - Addon kubevirt: Update bitnami/kubectl image from 1.30.0 to 1.31.0 #18929 #19087 #19313 #19479 - Addon ingress: Update ingress-nginx/controller image from v1.10.1 to v1.11.2 #19302 #19461 - Addon inspektor-gadget: Update inspektor-gadget image from v0.27.0 to v0.32.0 #18872 #18931 #19011 #19166 #19411 #19554 - Addon istio-provisioner: Update istio/operator image from 1.21.2 to 1.23.0 #18932 #19052 #19167 #19283 #19450 - Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from v0.15.0 to v0.16.2 #19162 #19266 #19336 #19409 - Addon metrics-server: Update metrics-server/metrics-server image from v0.7.1 to v0.7.2 #19529 - Addon YAKD: bump marcnuri/yakd image from 0.0.4 to 0.0.5 [#19145] - CNI: Update calico from v3.27.3 to v3.28.1 #18870 #19377 - CNI: Update cilium from v1.15.3 to v1.16.1 #18925 #19084 [#19247] #19337 #19476 - CNI: Update kindnetd from v20240202-8f1494ea to v20240813-c6f155d6 #18933 #19252 #19265 #19307 #19378 #19446 - CNI: Update flannel from v0.25.1 to v0.25.6 #18966 #19008 [#19085] #19297 #19522 - Kicbase: Update nerdctld from 0.6.0 to 0.6.1 #19282 - Kicbase: Bump ubuntu:jammy from 20240427 to 20240808 #19068 [#19184] #19478 - Kicbase/ISO: Update buildkit from v0.13.1 to v0.15.2 #19024 [#19116] #19264 #19355 #19452 - Kicbase/ISO: Update cni-plugins from v1.4.1 to v1.5.1 #19044 [#19128] - Kicbase/ISO: Update containerd from v1.7.15 to v1.7.21 #18934 [#19106] #19186 #19298 #19521 - Kicbase/ISO: Update cri-dockerd from v0.3.12 to v0.3.15 [#19199] #19249 - Kicbase/ISO: Update crun from 1.14.4 to 1.16.1 #19112 #19389 [#19443] - Kicbase/ISO: Update docker from 26.0.2 to 27.2.0 #18993 [#19038] #19142 #19153 #19175 #19319 #19326 #19429 #19530 - Kicbase/ISO: Update nerdctl from 1.7.5 to 1.7.6 #18869 - Kicbase/ISO: Update runc from v1.1.12 to v1.1.13 #19104 * Fri Jul 19 2024 Dirk Müller <dmueller@suse.com> - add socat recommends (bsc#1120850) * Thu May 16 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 1.33.1: * Bugs: - Fix DNSSEC validation failed errors #18830 - Fix too many open files errors #18832 - CNI cilium: Fix cilium pods failing to start-up #18846 - Addon ingress: Fix enable failing on arm64 machines using VM driver #18779 - Addon kubeflow: Fix some components missing arm64 images [#18765] * Version Upgrades: - Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.15 to 1.5.17 #18773 #18811 - Addon headlamp: Update headlamp-k8s/headlamp image from v0.23.1 to v0.23.2 #18793 - Addon ingress: Update ingress-nginx/controller image from v1.10.0 to v1.10.1 #18756 - Addon istio-provisioner: Update istio/operator image from 1.21.1 to 1.21.2 #18757 - Addon kubevirt: Update bitnami/kubectl image from 1.29.3 to 1.30.0 #18711 #18771 - Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from v0.14.5 to v0.15.0 #18703 - CNI cilium: Update from v1.15.1 to v1.15.3 #18846 - High Availability: Update kube-vip from 0.7.1 to v0.8.0 [#18774] - Kicbase/ISO: Update docker from 26.0.1 to 26.0.2 #18706 - Kicbase: Bump ubuntu:jammy from 20240227 to 20240427 #18702 [#18769] #18804 * Thu May 16 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 1.33.0: * Features: - Support multi-control plane - HA clusters --ha #17909 Tutorial - Add support for Kubernetes v1.30 #18669 - Support exposing clusterIP services via minikube service [#17877] - Addon gvisor: Add arm64 support #18063 #18453 - New Addon: YAKD - Kubernetes Dashboard addon #17775 * Minor Improvements: - Add active kubecontext to minikube profile list output #17735 - CNI calico: support kubeadm.pod-network-cidr #18233 - CNI bridge: Ensure pod communications are allowed #16143 - Addon auto-pause: Remove memory leak & add configurable interval #17936 - image build: Add docker.io/library to image short names [#16214] - cp: Create directory if not present #17715 - Move errors getting logs into log output itself #18007 - Add default sysctls to allow privileged ports with no capabilities #18421 - Include extended attributes in preload tarballs #17829 - Apply kubeadm.applyNodeLabels label to all nodes #16416 - Limit driver status check to 20s #17553 - Include journalctl logs if systemd service fails to start [#17659] - Fix "Failed to enable container runtime: sudo systemctl restart cri-docker" #17907 - Fix containerd redownloading existing images on start #17671 - Fix kvm2 not detecting containerd preload #17658 - Fix modifying Docker binfmt config #17830 - Fix auto-pause addon #17866 - Fix not using preload with overlayfs storage driver #18333 - Fix image repositories not allowing subdomains with numbers [#17496] - Fix stopping cluster when using kvm2 with containerd #17967 - Fix starting more than one cluster on kvm2 arm64 #18241 - Fix starting kvm2 clusters using Linux on arm64 Mac #18239 - Fix displaying error when deleting non-existing cluster [#17713] - Fix no-limit not being respected on restart #17598 - Fix not applying kubeadm.applyNodeLabels label to nodes added after inital start #16416 - Fix logs delimiter output #17734 * Bugs: - Fix unescaped local host regex #18617 - Fix regex on validateNetwork to support special characters [#18158] * Version Upgrades: - Bump Kubernetes version default: v1.30.0 and latest: v1.30.0 [#18669] - Addon headlamp: Update headlamp-k8s/headlamp image from v0.23.0 to 0.23.1 #18517 - Addon inspektor-gadget: Update inspektor-gadget image from v0.26.0 to v0.27.0 #18588 - Addon istio-provisioner: Update istio/operator image from 1.21.0 to 1.21.1 #18644 - Addon metrics-server: Update metrics-server/metrics-server image from v0.7.0 to v0.7.1 #18551 - CNI: Update calico from v3.27.0 to v3.27.3 #18206 - CNI: Update flannel from v0.24.4 to v0.25.1 #18641 - Kicbase/ISO: Update buildkit from v0.13.0 to v0.13.1 #18566 - Kicbase/ISO: Update containerd from v1.7.14 to v1.7.15 #18621 - Kicbase/ISO: Update cri-dockerd from v0.3.3 to v0.3.12 #18585 - Kicbase/ISO: Update crun from 1.14 to 1.14.4 #18610 - Kicbase/ISO: Update docker from 25.0.4 to 26.0.1 #18485 [#18649] - Kicbase/ISO: Update nerdctl from 1.7.4 to 1.7.5 #18634 - Kicbase: Update nerdctld from 0.5.1 to 0.6.0 #18647 * Fri Nov 10 2023 Dirk Müller <dmueller@suse.com> - update to 1.32.0: * rootless: support `--container-runtime=docker` #17520 * Install NVIDIA container toolkit during image build (offline support) * Fix no-limit option for config validation #17530 * NVIDIA GPU support with new `--gpus=nvidia` flag for docker driver #15927 #17314 #17488 * New `kubeflow` addon #17114 * New `local-path-provisioner` addon #15062 * Kicbase: Add `no-limit` option to `--cpus` & `--memory` flags [#17491] * Hyper-V: Add memory validation for odd numbers #17325 * QEMU: Improve cpu type and IP detection #17217 * Mask http(s)_proxy password from startup output #17116 * `--delete-on-faliure` also recreates cluster for kubeadm failures #16890 * Addon auto-pause: Configure intervals using `--auto-pause- interval` #17070 * `--kubernetes-version` checks GitHub for version validation and improved error output for invalid versions #16865 * Bugs: * QEMU: Fix addons failing to enable #17402 * Fix downloading the wrong kubeadm images for k8s versions after minikube release #17373 * Fix enabling & disabling addons with non-existing cluster [#17324] * Fix delete if container-runtime doesn't exist #17347 * Fix network not found not being detected on new Docker versions #17323 * Fix addon registry doesn't follow Minikube DNS domain name configuration (--dns-domain) #15585 * Version Upgrades: * Bump Kubernetes version default: v1.28.3 and latest: v1.28.3 * Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.9 to 1.5.11 #17225 #17259 * Addon headlamp: Update headlamp-k8s/headlamp image from v0.19.0 to v0.20.1 #17135 #17365 * Addon ingress: Update ingress-nginx/controller image from v1.8.1 to v1.9.3 #17223 #17297 #17348 #17421 * Addon inspektor-gadget: Update inspektor-gadget image from v0.19.0 to v0.21.0 #17176 #17340 * Addon istio-provisioner: Update istio/operator image from 1.12.2 to 1.19.3 #17383 #17436 * Addon kong: Update kong image from 3.2 to 3.4.2 #17485 * Addon registry: Update registry image from 2.8.1 to 2.8.3 [#17382] #17467 * CNI: Update calico from v3.26.1 to v3.26.3 #17363 #17375 * CNI: Update flannel from v0.22.1 to v0.22.3 #17102 #17263 * CNI: Update kindnetd from v20230511-dc714da8 to v20230809-80a64d96 #17233 * Kicbase/ISO: Update buildkit from v0.11.6 to v0.12.2 #17194 * Kicbase/ISO: Update containerd from v1.7.3 to v1.7.7 #17243 [#17466] * Kicbase/ISO: Update crictl from v1.21.0 to v1.28.0 #17240 * Kicbase/ISO: Update docker from 24.0.4 to 24.0.6 #17120 [#17207] * Kicbase/ISO: Update nerdctl from 1.0.0 to 1.6.2 #17145 #17339 [#17434] * Kicbase/ISO: Update runc from v1.1.7 to v1.1.9 #17250 * Kicbase: Bump ubuntu:jammy from 20230624 to 20231004 #17086 [#17174] #17345 #17423 * Tue Oct 17 2023 Dirk Müller <dmueller@suse.com> - update to 1.31.2: * docker-env Regression: * Create `~/.ssh` directory if missing #16934 * Fix adding guest to `~/.ssh/known_hosts` when not needed [#17030] * Verify containerd storage separately from docker #16972 * cni: Fix regression in auto selection #16912 * Tue Jul 18 2023 Dirk Müller <dmueller@suse.com> - update to 1.31.0: * Add back VMware driver support #16796 * `docker-env` supports the containerd runtime (experimental) [#15452] #16761 * Automatically renew expired kubeadm certs #16249 * New addon inspektor-gadget #15869 * Major Improvements: * VM drivers: Fix all images getting removed on stop/start (40% start speedup) #16655 * Addon registry: Add support for all architectures #16577 * QEMU: Fix failing to interact with cluster after upgrading QEMU version #16853 * macOS/QEMU: Auto unblock bootpd from firewall if blocking socket_vmnet network #16714 #16789 * `minikube cp` supports providing directory as a target #15519 * Wed Apr 05 2023 Dirk Müller <dmueller@suse.com> - update to 1.30.1: * Docker driver: Fix incorrectly stating `Image was not built for the current minikube` #16226 * Mark VMware driver as unsupported #16233 * Tue Apr 04 2023 Dirk Müller <dmueller@suse.com> - update to 1.30.0: * Ensure only one minikube tunnel instance runs at a time * Infer HyperKit HostIP as Gateway rather than hardcode to 192.168.64.1 * multi-node: Add support for volumes using CSI addon * QEMU: Rename user network to builtin and update documentation * none driver: Look for cri-dockerd instead of hardcoding * Replace instances of k8s.gcr.io with registry.k8s.io * Handle CRI config of NetworkPlugin and PauseImage * Remove deprecated container-runtime flag from Kubernetes v1.24+ * none driver: Require crictl to be installed for Kubernetes v1.24+ * Add cri-dockerd logs to minikube logs output * Add ingress logs to minikube logs output * Add default cni logs to minikbue logs output * Add JSON output option to miniikube service list * Add kicbase download process to JSON output * Implement --docs for minikube addons list -o json * Implement --skip-audit flag and skip adding profile commands to audit log * Implement --last-start-only flag to minikube logs to only show last start log * see https://github.com/kubernetes/minikube/releases/tag/v1.30.0 * Mon Jan 30 2023 Dirk Müller <dmueller@suse.com> - update to 1.29.0: * Bump QEMU driver priority from experimental to default * Ability to set static-ip for Docker driver * GCP-Auth Addon: automatically attach credentials to newly created namespaces * Allow forcing 1 CPU on Linux with docker and none driver * Major Improvements: * Large improvements to cgroup detection and CNI and CRI configurations * Prevent redownloading kicbase when already downloaded * Warn when using an old ISO/Kicbase image * Check brew install paths for socket_vmnet * Include gcp-auth logs in 'minikube logs' output * Use absolute path when calling crictl version * Add additional memory overhead for VirtualBox when `--memory=max` * Update Windows installer to create system-wide shortcut * Add `--subnet` validation * Add groups check to SSH driver * Update references to deprecated beta.kubernetes.io * Fix possible race condition when enabling multiple addons #15706 * Fix cpus config field not supporting max value #15479 * Fix subnet checking failing if IPv6 network found #15394 * Fix Docker tunnel failing if too many SSH keys #15560 * Fix kubelet localStorageCapacityIsolation option #15336 * Fix setting snapshotter to unimplemented fuse-overlayfs #15272 * Remove progress bar for kic download with JSON output #15482 * Version Upgrades: * Bump default Kubernetes version from 1.25.3 to 1.26.1 #15683 * Addons: Update auto-pause from 0.0.2 to 0.0.3 #15331 * Addons: Update cloud-spanner from 1.4.6 to 1.5.0 #15440 #15667 #15707 * Addons: Update headlamp from 0.13.0 to 0.14.1 #15401 #15515 * Addons: Update ingress from 1.2.1 to 1.5.1 #15339 * Addons: Update metrics-server from 0.6.1 to 0.6.2 #15411 * Addons: Update kubevirt from 1.17 to 1.24.7 #15310 * CNI: Update cilium from 1.9.9 to 1.12.3 #15242 * Kicbase: Update buildkit from 0.10.3 to v0.11.0 #15630 * Kicbase/ISO: Update containerd from 1.6.9 to 1.6.15 #15541 * Kicbase/ISO: Update cri-dockerd from 0.2.2 to 0.3.0 #15541 * Kicbase/ISO: Update docker from 20.10.20 to 20.10.23 #15341 #15541 * Update KVM-docker-machine amd64 base image from Ubuntu 16.04 to 20.04 * For a more detailed changelog see CHANGELOG.md. * Sat Dec 03 2022 Dirk Müller <dmueller@suse.com> - update to v1.28.0: * SECURITY WARNING: Log4j CVEs were detected in an image the efk addon uses, * if you don't use the efk addon no action is required. If you use the addon * we recommend running minikube addons disable efk to terminate the * vulnerable pods. See #15280 for more details. * Prevent enabling efk addon due to containing Log4j CVE #15281 * Auto select network on QEMU #15266 * Implement mounting on QEMU with socket_vmnet #15108 * Added cloud-spanner emulator addon #15160 * Add minikube license command #15158 * Allow port forwarding on Linux with Docker Desktop #15126 * Add back service to mount VirtualBox host directory into the guest. #14784 * ISO: Add FANOTIFY_ACCESS_PERMISSIONS to kernel configs #15232 * When enabling addon warn if addon has no associated Github username #15081 * Fix detecting preload cache of size 0 as valid #15256 * Fix always writing to daemon by trimming docker.io from image name #14956 * Fix minikube tunnel repeated printout of status #14933 * Upgrade Portainer addon to 2.15.1 & HTTPS access enabled #15172 * Upgrade Headlamp addon to 0.13.0 #15186 * ISO: Upgrade Docker from 20.10.18 to 20.10.20 #15159 * KIC: Upgrade base image from ubuntu:focal-20220826 to ubuntu:focal-20220922 #15075 * KCI: Upgrade base image from ubuntu:focal-20220922 to ubuntu:focal-20221019 #15219 * Tue Oct 11 2022 Steve Kowalik <steven.kowalik@suse.com> - BuildRequires python3 rather than python. * Mon Oct 10 2022 Dirk Müller <dmueller@suse.com> - update to 1.27.1: * QEMU Driver: Add support for dedicated network on macOS (socket_vmnet) #14989 * QEMU Driver: Add support minikube service and tunnel on macOS #14989 * Check if context is invalid during update-context command #15032 * Use SSH tunnel if user specifies bindAddress #14951 * Warn QEMU users if DNS issue detected #15073 * Fix status command taking a long time on docker driver while paused #15077 * Fix not allowing passing only an exposed port to --ports #15085 * Fix minikube dashboard failing on macOS #15037 * Fix incorrect command in powershell command tip #15012 * Fri Sep 16 2022 Dirk Müller <dmueller@suse.com> - update to 1.27.0: * Bump default Kubernetes version to v1.25.0 and resolve /etc/resolv.conf regression #14848 * Skip metallb PodSecurityPolicy object for kubernetes 1.25+ #14903 * The DefaultKubernetesRepo changed for 1.25.0 #14768 * Fix QEMU delete errors #14950 * Fix containerd configuration issue with insecure registries #14482 * Fix registry when custom images provided #14690 * ISO: Update Docker from 20.10.17 to 20.10.18 #14935 * Update kicbase base image to Ubuntu:focal-20220826 #14904 * Update registry addon image from 2.7.1 to 2.8.1 #14886 * Update gcp-auth-webhook addon from v0.0.10 to v0.0.11 #14847 * Update Headlamp addon image from v0.9.0 to v0.11.1 #14802 * Tue Sep 13 2022 Dirk Müller <dmueller@suse.com> - update to 1.26.1: * Check for cri-dockerd & dockerd runtimes when using none-driver on Kubernetes 1.24+ #14555 * Add solution message for when cri-docker is missing #14483 * Limit number of audit entries #14695 * Optimize audit logging #14596 * Show the container runtime when running without kubernetes #13432 #14200 * Add warning when enabling thrid-party addons #14499 * Fix url index out of range error in service #14658 * Fix incorrect user and profile in audit logging #14562 * Fix overwriting err for OCI "minikube start" #14506 * Fix panic when environment variables are empty #14415 * Bump Kubernetes version default: v1.24.3 and latest: v1.24.3 #14606 * ISO: Update Docker from 20.10.16 to 20.10.17 #14534 * ISO/Kicbase: Update cri-o from v1.22.3 to v1.24.1 #14420 * ISO: Update conmon from v2.0.24 to v2.1.2 #14545 * Update gcp-auth-webhook from v0.0.9 to v0.0.10 #14670 * ISO/Kicbase: Update base images #14481 * Mon Jul 11 2022 Dirk Müller <dmueller@suse.com> - build against go1.18 to fix arm64 build * Thu Jul 07 2022 Matthew Wilks <water261@outlook.com.au> - update to 1.26.0: * Note: Using a minikube cluster created before 1.26.0, using the docker container-runtime (default), and plan to upgrade the Kubernetes version to v1.24+? After upgrading, you may need to delete & recreate it. none driver users, cri-docker is now required to be installed, install instructions. See issue #14410 for more info. * Add headlamp addon #14315 * Add InAccel FPGA Operator addon #12995 * Only set highmem=off for darwin if qemu version is below 7.0 or memory is below 3GB #14291 * Define qemu as a qemu2 driver alias #14284 * Allow users to supply custom QEMU firmware path #14283 * Add eBPF related kernel options #14316 * Add bind address flag for minikube tunnel #14245 * Add active column for minikube profile list #14079 * Add documentation URL to the addon list table #14123 * minikube config defaults kubernetes-version lists all currently supported Kubernetes versions #13775 * Fix terminated commands not writing to audit log #13307 * Fix Podman port mapping publish on macOS #14290 * Fix minikube delete deleting networks from other profiles #14279 * Bump Kubernetes version default: v1.24.1 and latest: v1.24.1 #14197 * ISO: Upgrade Docker from 20.10.14 to 20.10.16 #14153 * ISO: Upgrade kernel from 4.19.235 to 5.10.57 #12707 * Upgrade Dashboard addon from v2.5.1 to v2.6.0 & MetricsScraper from v1.0.7 to v1.0.8 #14269 * Upgrade gcp-auth-webhook from v0.0.8 to v0.0.9 #14372 * Upgrade nginx image from v1.2.0 to v1.2.1 #14317 * Important Changes in Pre-Release Versions * Add configure option to registry-aliases addon #13912 * Add support for building aarch64 ISO #13762 * Support rootless Podman driver (Usage: minikube config set rootless true) #13829 * QEMU: * Add support for the QEMU driver #13639 * Fix qemu firmware path locations #14182 * Re-establish apiserver tunnel on restart #14183 * Sat Mar 26 2022 Dirk Müller <dmueller@suse.com> - update to 1.25.2: * add arch to binary and image cache paths #13539 * Adds 'minikube service --all' feature to allow forwarding all services in a namespace #13367 * Make the default container runtime dynamic #13251 * Add --disable-optimizations flag #13340 * Fix losing cluster on restart #13506 * Using Get-CmiInstance to detect Hyper-V availability #13596 * Fixes validation on image repository URL when it contains port but no scheme #13053 * Fixed SIGSEGV in kubectl when k8s not running #13631 * Fix hard coded docker driver in minikube service command #13514 * Fix hard coded docker driver in minikube tunnel command #13444 * Fix IstioOperator CustomResourceDefinition for istio-provisioner addon #13024 * fix ingress (also for multinode clusters) #13439 * Add exit message for too new Kubernetes version #13354 * drivers/kvm: Use ARP for retrieving interface ip addresses #13482 * kubeadm: allow skipping kube-proxy addon on restart #13538 * configure container runtimes for clusters without Kubernetes too #13442 * Fri Jan 28 2022 Dirk Müller <dmueller@suse.com> - update to 1.25.1: * New flag "--binary-mirror" to override mirror URL downloading (kubectl, kubelet, & kubeadm) * Add format flag to the image ls command * Add all mount flags to start command * Auto set config to support btrfs storage driver * Support CRI-O runtime with Rootless Docker driver (--driver=docker --container-runtime=cri-o) * Allow custom cert for ingress to be overwritten * Allow ppc64le & armv7 with Docker driver * Support DOCKER_HOST not being numeric IP * Support mounting with the --no-kubernetes flag * Support changing apiserver-ips when restarting minikube * Fix ingress for k8s v1.19 * Fix mounting with VMware * Fix Bad file descriptor on mount * Fix docker-env with new PowerShell versions * Upgrade Docker, from v20.10.8 to v20.10.11 * Upgrade containerd, from v1.4.9 to v1.4.12 * Upgrade cri-o from v1.22.0 to v1.22.1 * Update gcp-auth-webhook image to v0.0.8 * mount: Remove --mode flag * Tue Jan 04 2022 Dirk Müller <dmueller@suse.com> - update to 1.24.0: * Add --no-kubernetes flag to start minikube without kubernetes #12848 * minikube addons list shows addons if cluster does not exist #12837 * virtualbox: change default host-only-cidr #12811 * fix zsh completion #12841 * Fix starting on Windows with VMware driver on non C: drive #12819
/usr/bin/minikube /usr/share/doc/packages/minikube /usr/share/doc/packages/minikube/CHANGELOG.md /usr/share/doc/packages/minikube/CONTRIBUTING.md /usr/share/doc/packages/minikube/README.md /usr/share/licenses/minikube /usr/share/licenses/minikube/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025