Steven Powell
27e37b4581
Merge pull request #19800 from minikube-bot/auto_bump_kube_vip_version
...
HA (multi-control plane): Update kube-vip from v0.8.3 to v0.8.4
2024-10-14 15:23:28 -05:00
Steven Powell
c080701d1d
Merge pull request #19790 from fbyrne/feature/19788
...
Adds support for kubeadm.k8s.io/v1beta4 available since k8s v1.31
2024-10-14 14:20:49 -05:00
Nir Soffer
c090344bb4
More robust MAC address matching ( #19750 )
...
On darwin bootp uses non-standard MAC address format[1]:
"8e:1:99:9c:54:b1" instead of "8e:01:99:9c:54:b1". We fixed this by
trimming leading "0" in the string before looking up the IP address.
There are several issues with the current code:
- Fragile, will break if bootp changes the format (unlikely)
- Fixing the wrong place, the drivers should not care about the MAC
address format.
- The tests were confusing, showing that we can match standard MAC
addresses while the actual code could match only non-standard bootp
addresses.
- Logging wrong MAC address since we trimmed leading zeros before
logging
This change replace trimming leading zeros with parsing MAC address
strings and comparing the bytes. The test includes now both standard and
non-standard MAC addresses.
[1] https://openradar.appspot.com/FB15382970
2024-10-14 10:21:04 -07:00
minikube-bot
8393b8a3cc
HA (multi-control plane): Update kube-vip from v0.8.3 to v0.8.4
2024-10-14 10:02:24 +00:00
fbyrne
b9d2e2c965
Apply review suggestions
2024-10-12 17:42:09 +01:00
fbyrne
2bb346f9f0
Add support for kubeadm.k8s.io/v1beta4 available since k8s v1.31
2024-10-12 17:42:09 +01:00
fbyrne
50b5d8ee62
Add support for AMD GPU via --gpu=amd for docker linux amd64.
2024-10-11 21:36:06 +01:00
minikube-bot
a46a49bd02
CNI: Update kindnetd from v20240813-c6f155d6 to v20241007-36f62932 ( #19780 )
2024-10-11 11:34:40 -07:00
minikube-bot
c1252a7f20
Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from v0.1.2 to v0.1.3
2024-10-10 17:03:47 +00:00
minikube-bot
ab5d562e73
Addon ingress: Update ingress-nginx/controller image from v1.11.2 to v1.11.3 ( #19781 )
2024-10-09 11:37:57 -07:00
minikube-bot
3668e43b7a
Addon registry: Update kube-registry-proxy image from to ( #19782 )
2024-10-09 11:37:25 -07:00
Steven Powell
48cd79581a
CI: Auto update inspektor-gadget YAMLs ( #19717 )
...
* CI: Auto update inspektor-gadget YAMLs
* use automation to generate new YAMLs
2024-10-09 11:31:47 -07:00
Steven Powell
910bd33621
addon gvisor: Update gvisor-addon image from v0.0.1 to v0.0.2 ( #19776 )
2024-10-09 11:13:30 -07:00
minikube-bot
95efbc930e
Updating ISO to v1.34.0-1728382514-19774
2024-10-08 16:16:19 +00:00
minikube-bot
d746befbd7
Updating kicbase image to v0.0.45-1728382586-19774
2024-10-08 10:36:45 +00:00
Steven Powell
6533928ec5
Merge pull request #19759 from minikube-bot/auto_bump_kubeadm_constants
...
Bump kubeadm constants for kubernetes images
2024-10-07 08:44:26 -07:00
Steven Powell
1ecf761c05
Merge pull request #19764 from minikube-bot/auto_bump_inspektor_gadget_version
...
Addon inspektor-gadget: Update inspektor-gadget image from v0.32.0 to v0.33.0
2024-10-07 08:44:00 -07:00
Steven Powell
0630ddcf5b
Merge pull request #19756 from minikube-bot/auto_bump_golang_version-9d3094c
...
Update go from 1.23.0 to 1.23.1
2024-10-07 08:40:56 -07:00
Steven Powell
bde1abde9e
Merge pull request #19760 from minikube-bot/auto_update_kubernetes_versions_list
...
Update Kubernetes versions list
2024-10-07 08:39:55 -07:00
Steven Powell
5ab27a865c
Merge pull request #19762 from minikube-bot/auto_bump_go_github_version
...
Update go-github from v65.0.0 to v66.0.0
2024-10-07 08:34:57 -07:00
Steven Powell
b85232e8d3
Merge pull request #19761 from minikube-bot/auto_bump_flannel_version
...
CNI: Update flannel from v0.25.6 to v0.25.7
2024-10-07 08:34:22 -07:00
minikube-bot
a3f75651fa
Addon inspektor-gadget: Update inspektor-gadget image from v0.32.0 to v0.33.0
2024-10-07 10:06:44 +00:00
minikube-bot
aa5eddb378
Addon kubevirt: Update bitnami/kubectl image from 1.31.1 to 1.31.1
2024-10-07 10:03:55 +00:00
minikube-bot
ffb751821c
Update go-github from v65.0.0 to v66.0.0
2024-10-07 10:03:02 +00:00
minikube-bot
b3514a663b
CNI: Update flannel from v0.25.6 to v0.25.7
2024-10-07 10:02:52 +00:00
minikube-bot
15d678958d
update Kubernetes versions list
2024-10-07 06:05:55 +00:00
minikube-bot
e3c38f94f6
update image constants for kubeadm images
2024-10-07 06:01:29 +00:00
minikube-bot
f8223e98e8
Updating kicbase image to v0.0.45-1728063813-19756
2024-10-04 18:09:47 +00:00
Ramachandran C
d4d2a46782
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
...
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
2024-10-04 20:09:36 +05:30
Ramachandran C
d6e44196d7
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
...
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
2024-10-04 20:04:34 +05:30
Ramachandran C
f5c192e057
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
...
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
2024-10-04 20:01:44 +05:30
Ramachandran C
28e780532a
Merge branch 'master' into merge_nvidia-gpu-device-plugin__and__nvidia_device_plugin
2024-10-04 19:49:41 +05:30
Steven Powell
9d3094c1fe
Fix long lines in lastStart.txt not outputting in log outputs ( #19740 )
2024-10-02 11:30:21 -07:00
Steven Powell
86325b4f64
Merge pull request #19736 from minikube-bot/auto_bump_kube_vip_version
...
HA (multi-control plane): Update kube-vip from v0.8.0 to v0.8.3
2024-10-01 16:29:04 -07:00
Steven Powell
5242abafc8
kicbase: Update nvidia packages ( #19738 )
2024-10-01 10:33:36 -07:00
Steven Powell
97892cbb3d
Merge pull request #19726 from prezha/fix-TestMachineType
...
fix TestMachineType failing on macOS
2024-09-30 12:13:43 -07:00
minikube-bot
c03ccee26a
HA (multi-control plane): Update kube-vip from v0.8.0 to v0.8.3
2024-09-30 19:13:33 +00:00
Steven Powell
07a45324f1
Merge pull request #19724 from prezha/autoupdate-kube-vip
...
HA (multi-control plane): Automate kube-vip version update
2024-09-30 12:12:53 -07:00
Steven Powell
2129659800
Merge pull request #19727 from prezha/fix-TestMultiControlPlane
...
fix cluster status check in TestMultiControlPlane
2024-09-30 12:08:54 -07:00
Steven Powell
725afe089f
Merge pull request #19728 from prezha/fix-profile-list
...
don't pollute minikube profile list with errors if exitcode is absent
2024-09-30 11:29:32 -07:00
minikube-bot
795b96072c
CNI: Update cilium from v1.16.1 to v1.16.2
2024-09-30 10:01:58 +00:00
Predrag Rogic
677f7579dd
process exit code only if present
2024-09-28 22:32:11 +01:00
Predrag Rogic
77c7b42d9a
fix cluster status check in TestMultiControlPlane
2024-09-28 21:58:42 +01:00
Predrag Rogic
1ae4708fb7
fix TestMachineType failing on macOS
2024-09-28 20:33:25 +01:00
Predrag Rogic
48c1157c61
automate kube-vip version update
2024-09-28 19:44:42 +01:00
Steven Powell
943a025a88
Merge pull request #19712 from mqasimsarfraz/qasim/ig-configmap
...
addons: Use configmap for inspektor-gadget
2024-09-27 13:43:23 -07:00
Steven Powell
79ba88656c
Addons registry: Update kube-registry-proxy from 0.0.6 to 0.0.7 ( #19711 )
2024-09-27 10:39:30 -07:00
Qasim Sarfraz
c4dd788a1c
addons: Use configmap for inspektor-gadget
...
Signed-off-by: Qasim Sarfraz <qasimsarfraz@microsoft.com>
2024-09-27 16:09:31 +02:00
Steven Powell
b3929ad000
Merge pull request #19700 from minikube-bot/auto_bump_volcano_version
...
Addon Volcano: Update volcano images from v1.9.0 to v1.10.0
2024-09-25 08:58:21 -07:00
minikube-bot
8b226b9d2c
Addon Volcano: Update volcano images from v1.9.0 to v1.10.0
2024-09-24 18:01:21 +00:00
minikube-bot
60137f5eb6
Updating ISO to v1.34.0-1727108440-19696
2024-09-23 21:53:20 +00:00
minikube-bot
f130d3898c
Updating kicbase image to v0.0.45-1727108449-19696
2024-09-23 16:41:54 +00:00
Steven Powell
5c958f299f
Merge pull request #19690 from minikube-bot/auto_bump_kubectl_version
...
Addon kubevirt: Update bitnami/kubectl image from 1.31.1 to 1.31.1
2024-09-23 08:57:54 -07:00
minikube-bot
f8db61c9b7
Addon kubevirt: Update bitnami/kubectl image from 1.31.1 to 1.31.1
2024-09-23 10:03:30 +00:00
minikube-bot
af422e057b
Addon kong: Update kong image from 3.8.0 to 3.8.0
2024-09-23 10:02:29 +00:00
Steven Powell
fc1f001a76
Merge pull request #19672 from minikube-bot/auto_bump_docker_version-1967f28
...
Kicbase/ISO: Update docker from 27.2.1 to 27.3.0
2024-09-21 23:35:34 -07:00
Steven Powell
5ababbb990
Merge pull request #19678 from minikube-bot/auto_bump_istio_operator_version
...
Addon istio-provisioner: Update istio/operator image from 1.23.1 to 1.23.2
2024-09-21 23:35:03 -07:00
Steven Powell
8c2308b690
Merge pull request #19679 from minikube-bot/auto_bump_cloud_spanner_emulator_version
...
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.23 to 1.5.24
2024-09-21 23:34:45 -07:00
Steven Powell
0292fb569f
Fix wrongly detecting kicbase arch as incorrect ( #19664 )
2024-09-20 10:35:25 -07:00
minikube-bot
7cae0481c1
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.23 to 1.5.24
2024-09-20 16:31:59 +00:00
minikube-bot
8ef5536409
Addon istio-provisioner: Update istio/operator image from 1.23.1 to 1.23.2
2024-09-20 16:31:30 +00:00
minikube-bot
d6d2a37830
Updating ISO to v1.34.0-1726784654-19672
2024-09-20 04:06:49 +00:00
minikube-bot
2a43a73725
Updating kicbase image to v0.0.45-1726784731-19672
2024-09-19 22:47:13 +00:00
Tyler Auerbeck
f4ded199f0
remove tiller addon ( #19636 )
...
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
2024-09-19 11:21:24 -07:00
minikube-bot
39f19baf3a
CNI: Update calico from v3.28.1 to v3.28.2
2024-09-18 19:16:29 +00:00
錦南路之花
c38897dc95
unified minikube cluster status query ( #18998 )
...
* feat: unified minikube cluster status query
* Update pkg/minikube/cluster/status.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
* Update pkg/minikube/cluster/status.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
* Update pkg/minikube/cluster/status.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
---------
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-09-18 11:40:06 -07:00
minikube-bot
3f64d3c641
Updating kicbase image to v0.0.45-1726589491-19662
2024-09-17 16:31:25 +00:00
Steven Powell
a8d5c0a4c5
Merge pull request #19649 from minikube-bot/auto_bump_nerdctl_version-9033524
...
Kicbase/ISO: Update nerdctl from 1.7.6 to 1.7.7
2024-09-17 08:50:03 -07:00
minikube-bot
76b1f06bfd
Update go-github from v64.0.0 to v65.0.0
2024-09-16 17:53:46 +00:00
Steven Powell
70208d4ae1
Merge pull request #19651 from minikube-bot/auto_bump_kong_version
...
Addon kong: Update kong image from 3.7.1 to 3.8.0
2024-09-16 10:50:01 -07:00
Steven Powell
406a9149dc
Merge pull request #19652 from minikube-bot/auto_bump_kubectl_version
...
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.1
2024-09-16 10:49:42 -07:00
Steven Powell
40087ac999
Merge pull request #19570 from headlamp-k8s/update_headlamp_0.25.1
...
Addon headlamp: Update headlamp-k8s/headlamp image from v0.25.0 to v0.25.1
2024-09-16 09:43:17 -07:00
minikube-bot
32fce3c1cb
Updating ISO to v1.34.0-1726481713-19649
2024-09-16 15:53:22 +00:00
joaquimrocha
20591cbd36
Addon headlamp: Update headlamp-k8s/headlamp image from v0.25.0 to v0.25.1
...
Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
2024-09-16 12:15:54 +01:00
minikube-bot
49c50513a4
Updating kicbase image to v0.0.45-1726481311-19649
2024-09-16 10:27:13 +00:00
minikube-bot
3ce3ac850d
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.1
2024-09-16 10:03:29 +00:00
minikube-bot
f000a69778
Addon kong: Update kong image from 3.7.1 to 3.8.0
2024-09-16 10:02:26 +00:00
minikube-bot
33e06a9c3e
Updating ISO to v1.34.0-1726415472-19646
2024-09-15 21:33:47 +00:00
minikube-bot
c0eea096ac
Updating ISO to v1.34.0-1726358414-19644
2024-09-15 05:41:59 +00:00
minikube-bot
5fdfb21eba
Updating kicbase image to v0.0.45-1726358845-19644
2024-09-15 00:26:42 +00:00
minikube-bot
17d31f5d11
Updating ISO to v1.34.0-1726281733-19643
2024-09-14 08:31:43 +00:00
minikube-bot
aa22bea64e
Updating kicbase image to v0.0.45-1726281268-19643
2024-09-14 02:54:04 +00:00
minikube-bot
e5b440675d
Updating ISO to v1.34.0-1726243933-19640
2024-09-13 22:05:45 +00:00
minikube-bot
7e8b65d24f
Updating kicbase image to v0.0.45-1726243947-19640
2024-09-13 16:32:28 +00:00
minikube-bot
c375b8a7be
Updating kicbase image to v0.0.45-1726193793-19634
2024-09-13 02:38:58 +00:00
Steven Powell
ead8b21730
Merge branch 'master' into auto_bump_docker_version-14989ed
2024-09-12 14:03:57 -07:00
Steven Powell
520073bfd7
Merge pull request #19629 from minikube-bot/auto_bump_istio_operator_version
...
Addon istio-provisioner: Update istio/operator image from 1.23.0 to 1.23.1
2024-09-12 14:02:53 -07:00
minikube-bot
04ac3e3328
Updating ISO to v1.34.0-1726156389-19616
2024-09-12 19:44:58 +00:00
minikube-bot
6c0aeb3449
Updating kicbase image to v0.0.45-1726156396-19616
2024-09-12 16:12:38 +00:00
minikube-bot
07a0c3d271
bump default/newest kubernetes versions
2024-09-12 16:07:01 +00:00
minikube-bot
890e5f540f
Addon istio-provisioner: Update istio/operator image from 1.23.0 to 1.23.1
2024-09-12 16:05:03 +00:00
Steven Powell
d1e6469082
Merge pull request #19628 from minikube-bot/auto_bump_kubeadm_constants
...
Bump kubeadm constants for kubernetes images
2024-09-12 08:56:52 -07:00
minikube-bot
f047bd7f6a
update image constants for kubeadm images
2024-09-12 15:55:39 +00:00
minikube-bot
585aaccdab
update Kubernetes versions list
2024-09-12 15:55:38 +00:00
Steven Powell
14989ed8c7
Merge pull request #19598 from minikube-bot/auto_bump_runc_version-dd4002f
...
Kicbase/ISO: Update runc from v1.1.13 to v1.1.14
2024-09-12 08:40:14 -07:00
Steven Powell
cb70ad94d6
Updating kicbase image to v0.0.45-1725963390-19606
2024-09-10 10:05:25 -07:00
minikube-bot
9c6f4e4872
Updating ISO to v1.34.0-1725912912-19598
2024-09-10 02:53:52 +00:00
Steven Powell
4d8fa9b221
Merge pull request #19584 from minikube-bot/auto_bump_kubectl_version
...
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.0
2024-09-09 13:12:01 -07:00
Medya Ghazizadeh
bd82a28f02
Disallow using Docker Desktop 4.34.0 on macos ( #19576 )
...
* Disallow using Docker Desktop 4.34.0 on macos
* Disallow using Docker Desktop 4.34.0 on macos
* remove unneeded changes
* remove unneeded changes
* update changelog
2024-09-09 11:11:17 -07:00
minikube-bot
fe41066e18
Addon registry: Update registry image from 2.8.3 to 2.8.3 ( #19586 )
2024-09-09 10:26:38 -07:00
minikube-bot
9f2af3711c
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.0
2024-09-09 10:03:24 +00:00
Ramachandran C
7ee5901bd3
Merged nvidia-device-plugin addon into nvidia-gpu-device-plugin addon.
...
Merged nvidia-device-plugin addon into nvidia-gpu-device-plugin addon.
2024-09-06 05:55:11 +05:30
Steven Powell
4e2b3ddb61
Merge pull request #19571 from minikube-bot/iso-release-v1.34.0
...
Release: Update ISO to v1.34.0
2024-09-04 08:53:04 -07:00
Steven Powell
4eea3c9b30
Merge pull request #19566 from minikube-bot/kicbase-release-v0.0.45
...
Release: Update kicbase to v0.0.45
2024-09-04 08:52:51 -07:00
minikube-bot
e0edc03072
Release: Update ISO to v1.34.0
2024-09-03 22:47:59 +00:00
Anders Björklund
5295883f4c
Add new macOS vfkit driver, like hyperkit and qemu ( #19423 )
...
* Add new macOS vfkit driver, like hyperkit and qemu
It uses the new Virtualization.framework from macOS 11,
instead of the older Hypervisor.framework (hvf) in QEMU.
* Start vfkit in a new process group
* vfkit: Add firewall workaround from minikube
* vfkit: Add HostIP implementation for gateway
* vfkit: Add driver to extra-disks supported
* Add documentation for vfkit driver
* vfkit: Add usual integration tests
* Update site/content/en/docs/drivers/vfkit.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
---------
Co-authored-by: Nir Soffer <nsoffer@redhat.com>
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-09-03 09:54:03 -07:00
minikube-bot
84b5d0cb6f
Release: Update kicbase to v0.0.45
2024-09-03 16:53:07 +00:00
Steven Powell
613a681f9f
Merge pull request #19553 from minikube-bot/auto_bump_kubectl_version
...
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.0
2024-09-03 09:26:09 -07:00
minikube-bot
a45e0e55bd
Addon inspektor-gadget: Update inspektor-gadget image from v0.31.0 to v0.32.0
2024-09-02 10:06:14 +00:00
minikube-bot
f6d07db354
Addon kubevirt: Update bitnami/kubectl image from 1.31.0 to 1.31.0
2024-09-02 10:03:33 +00:00
Ramachandran C
9491f8db62
Update addons.go
2024-08-31 18:13:13 +05:30
Ramachandran C
b282913a91
Messages, Warnings and In-line Code Comments w.r.t the merger.
...
Messages, Warnings and In-line Code Comments w.r.t the merger.
2024-08-31 17:48:55 +05:30
Ramachandran C
938f6f0eec
Removing isKVMDriverForNVIDIA from validations for nvidia-gpu-device-plugin.
...
Removing isKVMDriverForNVIDIA from validations for nvidia-gpu-device-plugin. This is being done to allow merger of functionalities of nvidia-gpu-device-plugin and nvidia-device-plugin into nvidia-gpu-device-plugin. This basically means nvidia-gpu-device-plugin will work for both KVM & non-KVM (including docker) drivers.
2024-08-31 16:50:10 +05:30
minikube-bot
655d4c72e8
Kicbase/ISO: Update docker from 27.1.2 to 27.2.0 ( #19530 )
...
* Kicbase/ISO: Update docker from 27.1.2 to 27.2.0
* Updating kicbase image to v0.0.44-1724862063-19530
* Updating ISO to v1.33.1-1724862017-19530
2024-08-30 10:27:55 -07:00
Steven Powell
64eab73afe
Use `sudo -n` if `--interactive=false` ( #19531 )
2024-08-30 10:20:21 -07:00
Steven Powell
14c1ff432a
Merge pull request #19529 from minikube-bot/auto_bump_metrics_server_version
...
Addon metrics-server: Update metrics-server/metrics-server image from v0.7.1 to v0.7.2
2024-08-30 08:57:36 -07:00
Ramachandran C
cd8327c116
Update validations.go
2024-08-30 06:50:55 +05:30
Ramachandran C
6319af242b
Initial Commit.
...
Initial Commit.
2024-08-30 06:46:09 +05:30
Steven Powell
607ae3bd65
Merge pull request #19522 from minikube-bot/auto_bump_flannel_version
...
CNI: Update flannel from v0.25.5 to v0.25.6
2024-08-28 08:34:57 -07:00
minikube-bot
d7f9f66bdc
Addon metrics-server: Update metrics-server/metrics-server image from v0.7.1 to v0.7.2
2024-08-28 15:33:00 +00:00
minikube-bot
4fe25fece7
Updating ISO to v1.33.1-1724775098-19521
2024-08-27 21:42:18 +00:00
minikube-bot
d154902559
CNI: Update flannel from v0.25.5 to v0.25.6
2024-08-27 21:19:52 +00:00
minikube-bot
2b19c7887b
Updating kicbase image to v0.0.44-1724775115-19521
2024-08-27 16:31:13 +00:00
Steven Powell
57fe1cfe2b
Merge pull request #19511 from afbjorklund/crio-wipe
...
Remove crio-wipe service that is not required
2024-08-27 08:46:15 -07:00
minikube-bot
44f9cac5db
Updating ISO to v1.33.1-1724692311-19511
2024-08-26 23:07:54 +00:00
minikube-bot
c20126a55b
Updating kicbase image to v0.0.44-1724667927-19511
2024-08-26 10:48:00 +00:00
minikube-bot
483e94d4f5
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.22 to 1.5.23
2024-08-26 10:07:36 +00:00
Medya Ghazizadeh
1788ab76a2
Fix kindnet permission to support network policies ( #19360 )
...
* add -d shorthand for --driver
* add -d shorthand for --driver
* give more permission to kindnet clusterrole
2024-08-21 11:35:44 -07:00
minikube-bot
73f703228d
Update go-github from v63.0.0 to v64.0.0
2024-08-21 17:07:09 +00:00
chubei
2957f964b4
Set `NVIDIA_DRIVER_CAPABILITIES` to `all` when GPU is enabled
2024-08-20 13:39:46 -07:00
Anders F Björklund
8d17e2cbde
Move ExtractFile from hyperkit to drivers
...
So that it can be used in other drivers too
2024-08-20 12:39:57 -07:00
Steven Powell
778e424f7d
Merge pull request #19478 from minikube-bot/auto_bump_ubuntu_version
...
Kicbase: Bump ubuntu:jammy from 20240627.1 to 20240808
2024-08-19 15:08:21 -07:00
Sylvester Carolan
ab7c17fbc0
Bump minimum podman version to 4.9.0
2024-08-19 09:38:15 -07:00
Steven Powell
7ef0644ce6
Merge pull request #19469 from minikube-bot/auto_bump_kubeadm_constants
...
Bump kubeadm constants for kubernetes images
2024-08-19 08:33:44 -07:00
Steven Powell
453aa47a02
Merge pull request #19470 from minikube-bot/auto_update_kubernetes_versions_list
...
Update Kubernetes versions list
2024-08-19 08:33:31 -07:00
Steven Powell
871b41db4e
Merge pull request #19476 from minikube-bot/auto_bump_cilium_version
...
CNI: Update cilium from v1.16.0 to v1.16.1
2024-08-19 08:33:09 -07:00
Steven Powell
161806eaff
Merge pull request #19479 from minikube-bot/auto_bump_kubectl_version
...
Addon kubevirt: Update bitnami/kubectl image from 1.30.3 to 1.31.0
2024-08-19 08:32:07 -07:00
minikube-bot
cdbac7a92b
Updating kicbase image to v0.0.44-1724062045-19478
2024-08-19 10:27:08 +00:00
minikube-bot
913baf54a4
Addon kubevirt: Update bitnami/kubectl image from 1.30.3 to 1.31.0
2024-08-19 10:03:17 +00:00
minikube-bot
95f40884e6
Addon kong: Update kong image from 3.7.1 to 3.7.1
2024-08-19 10:02:21 +00:00
minikube-bot
5d2be5ad06
CNI: Update cilium from v1.16.0 to v1.16.1
2024-08-19 10:02:00 +00:00
minikube-bot
dde78a65f6
update Kubernetes versions list
2024-08-19 06:05:33 +00:00
minikube-bot
6d1e8fbe2d
update image constants for kubeadm images
2024-08-19 06:01:49 +00:00
minikube-bot
ee4f5fb2e7
Addon ingress: Update ingress-nginx/controller image from v1.11.1 to v1.11.2
2024-08-16 16:02:18 +00:00
Steven Powell
0142445c10
Merge pull request #19452 from minikube-bot/auto_bump_buildkit_version-950bd4d
...
Kicbase/ISO: Update buildkit from v0.15.1 to v0.15.2
2024-08-16 09:01:30 -07:00
minikube-bot
667295c687
Updating ISO to v1.33.1-1723740674-19452
2024-08-15 22:22:13 +00:00
minikube-bot
1bd76a45d1
Updating kicbase image to v0.0.44-1723740748-19452
2024-08-15 17:11:20 +00:00
minikube-bot
8d898ab9c8
Addon istio-provisioner: Update istio/operator image from 1.22.3 to 1.23.0
2024-08-15 16:42:28 +00:00
Steven Powell
950bd4de79
Merge pull request #19447 from minikube-bot/auto_bump_golint_version
...
CI: Update golint from v1.59.1 to v1.60.1
2024-08-15 09:38:14 -07:00
Steven Powell
3e8ecf6c30
Merge pull request #19443 from minikube-bot/auto_bump_crun_version-20e1a71
...
Kicbase/ISO: Update crun from 1.16 to 1.16.1
2024-08-15 09:19:57 -07:00