Commit Graph

8767 Commits (medyagh-patch-3)

Author SHA1 Message Date
minikube-bot 5b1f663071
CNI: Update kindnetd from v20241212-9f82dd49 to v20250214-acbabc1a (#20427) 2025-02-21 10:47:08 -08:00
minikube-bot c551e9aeda
Kicbase/ISO: Update docker from 27.4.0 to 28.0.0 (#20436)
* Kicbase/ISO: Update docker from 27.4.0 to 28.0.0

* Updating kicbase image to v0.0.46-1740046583-20436
2025-02-20 14:41:42 -08:00
minikube-bot f03f55f3a5
update image constants for kubeadm images (#20415) 2025-02-18 10:25:29 -08:00
minikube-bot 380fd0014b
update Kubernetes versions list (#20416) 2025-02-18 10:21:09 -08:00
minikube-bot 29a2fc78e1
CNI: Update cilium from v1.17.0 to v1.17.1 (#20419) 2025-02-18 10:17:18 -08:00
minikube-bot 7395b1d110
bump default/newest kubernetes versions (#20417) 2025-02-18 10:15:29 -08:00
minikube-bot 15b614c7cd
Kicbase/ISO: Update runc from v1.2.3 to v1.2.5 (#20433)
* Kicbase/ISO: Update runc from v1.2.3 to v1.2.5

* Updating kicbase image to v0.0.46-1739873784-20433
2025-02-18 10:14:25 -08:00
Predrag Rogic e96c7d843a
fix lint issue (#20406) 2025-02-13 13:54:49 -08:00
minikube-bot d216d43466
CNI: Update flannel from v0.26.2 to v0.26.4 (#20385) 2025-02-12 11:19:09 -08:00
minikube-bot 00d5a85e0c
update image constants for kubeadm images (#20379) 2025-02-11 10:42:43 -08:00
minikube-bot 7a1a97d5b8
CNI: Update cilium from v1.16.6 to v1.17.0 (#20383) 2025-02-11 10:33:25 -08:00
minikube-bot ba0cdd7d6f
update Kubernetes versions list (#20380) 2025-02-11 10:32:59 -08:00
Medya Ghazizadeh 2bf7f76dd7
Merge pull request #20387 from minikube-bot/auto_bump_ubuntu_version
Kicbase: Bump ubuntu:jammy from 20240911.1 to 20250126
2025-02-11 10:32:26 -08:00
Nir Soffer 62166c5b3d Fix bootpd check on macOS >= 15
On macOS >= 15 bootpd is likely allowed to receive incoming connections
as built-in software, and it will not be listed in the allowed
applications. In this case we decide that bootpd is blocked and force
the user to try to add and unblock it, which will never succeed.

Fixed using the new --getallowedsigned option. If the option is enabled,
we know that bootpd is not blocked. If the option is not enabled, or the
fails, we fallback to checking the list.

Tested on macOS 15.3.
2025-02-10 23:48:02 +02:00
Medya Ghazizadeh 1703c9aa78
Merge pull request #20386 from minikube-bot/auto_bump_go_github_version
Update go-github from v68.0.0 to v69.0.0
2025-02-10 12:52:18 -08:00
minikube-bot ce6428950e Updating kicbase image to v0.0.46-1739182054-20387 2025-02-10 10:27:07 +00:00
minikube-bot 1f24ff7f1f CNI: Update calico from v3.29.1 to v3.29.2 2025-02-10 10:06:04 +00:00
minikube-bot 2c8eb82eb0 Update go-github from v68.0.0 to v69.0.0 2025-02-10 10:03:15 +00:00
Predrag Rogic 7e7f32fac0
Bump kubernetes packages to v0.32.1 2025-02-05 01:28:56 +00:00
minikube-bot f4981b37ce Addon inspektor-gadget: Update inspektor-gadget image from v0.36.1 to v0.37.0 2025-02-03 10:06:54 +00:00
錦南路之花 abdbc5b3a3 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2025-01-28 11:42:51 -08:00
锦南路之花 3c42f1ce99 fix: fix incomplete cleanup in tunnel.json and zombie process in functional test 2025-01-28 11:42:51 -08:00
joaquimrocha 9b036ce2bd Addon headlamp: Update headlamp-k8s/headlamp image from v0.26.0 to v0.28.0
Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
2025-01-27 20:15:54 -08:00
minikube-bot 9301551a9e Addon kong: Update kong/kubernetes-ingress-controller image from 3.3.1 to 3.4.1 2025-01-27 20:15:08 -08:00
锦南路之花 c590592177 fix: fix incorrect finalImg in cache.go 2025-01-27 20:14:39 -08:00
minikube-bot e85d6efa6a Addon inspektor-gadget: Update inspektor-gadget image from v0.36.0 to v0.36.1 2025-01-27 20:13:34 -08:00
minikube-bot 922d2282c9 Addon Volcano: Update volcano images from v1.10.0 to v1.11.0 2025-01-27 20:11:25 -08:00
minikube-bot bdf65865dc Addon kubevirt: Update bitnami/kubectl image from 1.31.3 to 1.32.1 2025-01-27 20:10:37 -08:00
minikube-bot 7c04dea6fe CNI: Update cilium from v1.16.5 to v1.16.6 2025-01-27 20:03:52 -08:00
minikube-bot 2c2bc853c9 CNI: Update kindnetd from v20241108-5c6d2daf to v20241212-9f82dd49 2025-01-27 20:01:32 -08:00
Predrag Rogic 3018f83b21 Revert "fix --wait's failure to work on coredns pods (#19748)"
This reverts commit 3fef3ea0ac.
2025-01-27 19:59:13 -08:00
luchenhan f0474c2f0d chore: fix struct field name in comment
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2025-01-22 19:03:48 +00:00
minikube-bot d39727696c Addon kong: Update kong image from 3.8.0 to 3.9.0 2025-01-22 18:54:25 +00:00
minikube-bot f210860c3f Addon registry: Update registry image from 2.8.3 to 2.8.3 2025-01-22 18:49:33 +00:00
minikube-bot 2f702c5234 HA (multi-control plane): Update kube-vip from v0.8.7 to v0.8.9 2025-01-22 18:45:35 +00:00
minikube-bot 667e53b87e bump default/newest kubernetes versions 2025-01-22 18:37:50 +00:00
minikube-bot 5fd88cbf86 update Kubernetes versions list 2025-01-22 18:35:14 +00:00
minikube-bot 77d0917a5a update image constants for kubeadm images 2025-01-22 18:23:34 +00:00
minikube-bot feaa4d9486 Release: Update kicbase to v0.0.46 2025-01-14 11:46:24 -08:00
minikube-bot 6dabd6fd63
Release: Update ISO to v1.35.0 (#20257) 2025-01-14 11:45:19 -08:00
minikube-bot cbd4945d16
Kicbase/ISO: Update cni-plugins from v1.6.1 to v1.6.2 (#20236)
* Kicbase/ISO: Update cni-plugins from v1.6.1 to v1.6.2

* Updating kicbase image to v0.0.45-1736763277-20236

* Updating ISO to v1.34.0-1736762773-20236
2025-01-13 08:26:04 -08:00
錦南路之花 3fef3ea0ac
fix --wait's failure to work on coredns pods (#19748)
* fix --wait's failure to work on coredns pods

* fix ha test failure
2025-01-08 11:18:18 -08:00
minikube-bot f909b0d623
Addon inspektor-gadget: Update inspektor-gadget image from v0.35.0 to v0.36.0 (#20205) 2025-01-08 11:07:33 -08:00
錦南路之花 8b724647db
feat: allow publish and download kicbase image in github release (#19464) 2025-01-06 13:26:06 -08:00
minikube-bot 5a1b391fb0
Update go-github from v67.0.0 to v68.0.0 (#20174) 2024-12-30 10:24:00 -08:00
minikube-bot 550d8140f1
CNI: Update cilium from v1.16.4 to v1.16.5 (#20148) 2024-12-23 10:24:37 -08:00
minikube-bot 0dbe96ac54
CNI: Update flannel from v0.26.1 to v0.26.2 (#20107) 2024-12-19 09:49:51 -08:00
Steven Powell f22b29f30d
Merge pull request #19545 from RamBITS-AI/merge_nvidia-gpu-device-plugin__and__nvidia_device_plugin
Merge nvidia-gpu-device-plugin and nvidia-device-plugin.
2024-12-19 09:37:12 -08:00
Ramachandran C cf3c03fa78
Update config.go 2024-12-19 05:24:34 +05:30
Ramachandran C d77948195e
Update config.go 2024-12-19 05:22:14 +05:30
Ramachandran C aced0197fd
Update config.go 2024-12-19 05:18:23 +05:30
Ramachandran C a88b4b40a3
Update config.go 2024-12-19 05:15:00 +05:30
Ramachandran C 2741016fba
Update addons.go 2024-12-19 05:08:34 +05:30
Ramachandran C 51859e4fce
Update addons.go 2024-12-19 05:05:47 +05:30
minikube-bot d5c439e0ae
bump default/newest kubernetes versions (#20091) 2024-12-18 10:03:35 -08:00
minikube-bot bbd1bfb489
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.25 to 1.5.28 (#20114) 2024-12-17 10:53:58 -08:00
minikube-bot a507260e73
Kicbase/ISO: Update dependency versions (#20090)
* Kicbase/ISO: Update dependency versions

* Updating kicbase image to v0.0.45-1734029593-20090

* Updating ISO to v1.34.0-1734029574-20090
2024-12-16 11:13:46 -08:00
minikube-bot f559cdfcfa update image constants for kubeadm images 2024-12-12 20:40:54 +00:00
Predrag Rogic 6ab1d42c0c
fix timeout when stopping KVM machine with CRI-O container runtime (#19758)
* fix timeout when stopping KVM machine with CRI-O container runtime

* Update pkg/drivers/kvm/kvm.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update pkg/drivers/kvm/kvm.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* improve error message

* Update pkg/drivers/kvm/kvm.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
2024-12-12 11:14:28 -08:00
minikube-bot 6867769a4d
update Kubernetes versions list (#20092) 2024-12-12 11:10:32 -08:00
錦南路之花 323c007180
cilium: remove appArmorProfile for k8s<v1.30.0 (#19888)
* cilium: remove appArmorProfile for k8s<v1.30.0

* Apply suggestions from code review

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-12-12 10:25:49 -08:00
minikube-bot 7e1077f88d
Kicbase/ISO: Update crun from 1.18.2 to 1.19 (#20083)
* Kicbase/ISO: Update crun from 1.18.2 to 1.19

* Updating kicbase image to v0.0.45-1733912881-20083

* Updating ISO to v1.34.0-1733936888-20083
2024-12-12 10:11:52 -08:00
Predrag Rogic 8d3ab409a7
Revert "Change MINIKUBE_HOME logic" (#20045)
This reverts commit 6f036752c2.
2024-12-11 10:06:28 -08:00
Steven Powell b9c712332a
Merge pull request #20065 from minikube-bot/auto_bump_golang_version-3b895bd
Update go from 1.23.2 to 1.23.3
2024-12-10 11:24:48 -08:00
Steven Powell 48fccf05d8
Merge pull request #20057 from cuiyourong/master
chore: fix some function names in comment
2024-12-10 11:23:30 -08:00
Steven Powell fb4abbd07f
Merge pull request #20063 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2024-12-10 11:21:21 -08:00
Steven Powell e6f8eb7bf6
Merge pull request #20064 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2024-12-10 11:21:05 -08:00
minikube-bot cec54ac572
Addon kubevirt: Update bitnami/kubectl image from 1.31.3 to 1.31.3 (#20068) 2024-12-09 15:46:54 -08:00
minikube-bot f2738585f3 Updating kicbase image to v0.0.45-1733735246-20065 2024-12-09 09:27:06 +00:00
minikube-bot afb272d80d update Kubernetes versions list 2024-12-09 06:06:35 +00:00
minikube-bot 356fdfe53a update image constants for kubeadm images 2024-12-09 06:01:42 +00:00
Steven Powell 3b895bd10d
Merge pull request #20051 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20241023-a345ebe4 to v20241108-5c6d2daf
2024-12-06 09:28:46 -08:00
Steven Powell 66c9239082
Merge pull request #20035 from minikube-bot/auto_bump_registry_version
Addon registry: Update registry image from 2.8.3 to 2.8.3
2024-12-06 09:26:36 -08:00
Steven Powell a027116044
Merge pull request #20052 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.29.0 to v3.29.1
2024-12-06 09:26:11 -08:00
cuiyourong 5fbef414cb chore: fix some function names in comment
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
2024-12-07 00:45:04 +08:00
minikube-bot ee589ed5f2 HA (multi-control plane): Update kube-vip from v0.8.6 to v0.8.7 2024-12-05 18:16:40 +00:00
minikube-bot 69d1db4441
Addon inspektor-gadget: Update inspektor-gadget image from v0.33.0 to v0.35.0 (#20033) 2024-12-05 10:15:05 -08:00
minikube-bot 61d3c73649
Addon kubevirt: Update bitnami/kubectl image from 1.31.2 to 1.31.3 (#20028) 2024-12-05 10:13:43 -08:00
minikube-bot 8d1e3f592e CNI: Update calico from v3.29.0 to v3.29.1 2024-12-05 18:10:32 +00:00
minikube-bot bf8ed24f44 CNI: Update kindnetd from v20241023-a345ebe4 to v20241108-5c6d2daf 2024-12-05 18:09:56 +00:00
Steven Powell 66bd4152a6
Merge pull request #20027 from minikube-bot/auto_bump_go_github_version
Update go-github from v66.0.0 to v67.0.0
2024-12-05 09:16:55 -08:00
minikube-bot eab0b12daf
CNI: Update cilium from v1.16.3 to v1.16.4 (#20022) 2024-12-04 14:52:07 -08:00
minikube-bot e2f4005740
CNI: Update flannel from v0.26.0 to v0.26.1 (#20025) 2024-12-04 14:51:28 -08:00
Medya Ghazizadeh 2b52e11e18
remove arm64 kvm (#19985)
* remove arm64 kvm

* add to drivers

* spaces

* spaces

* remove kvm arm64 from build and upload script

* add missing backslash

* remove deb arm64 kvm

* add not used

* remove kvm arm64
2024-12-04 12:54:33 -08:00
minikube-bot 9a2bee288b Addon registry: Update registry image from 2.8.3 to 2.8.3 2024-12-02 10:07:50 +00:00
minikube-bot 89125cae14 Update go-github from v66.0.0 to v67.0.0 2024-12-02 10:03:26 +00:00
Steven Powell faecb32122
Merge pull request #20012 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2024-11-27 11:13:39 -08:00
minikube-bot a5821eca39 update Kubernetes versions list 2024-11-27 19:12:37 +00:00
minikube-bot 3fc508ef9f update image constants for kubeadm images 2024-11-27 19:12:30 +00:00
Steven Powell de996b65c3
Merge pull request #19988 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2024-11-27 11:03:22 -08:00
minikube-bot 097bbc7a9d update Kubernetes versions list 2024-11-25 06:06:22 +00:00
minikube-bot 9fe7d02dcd update image constants for kubeadm images 2024-11-25 06:01:35 +00:00
Steven Powell 9fb82df350
Merge pull request #19935 from minikube-bot/auto_bump_golint_version
CI: Update golint from v1.61.0 to v1.62.0
2024-11-15 11:45:36 -05:00
Steven Powell eea20cd06f fix lint errors 2024-11-12 10:18:20 -05:00
minikube-bot 9a72a51037 Addon kubevirt: Update bitnami/kubectl image from 1.31.2 to 1.31.2 2024-11-11 10:03:34 +00:00
minikube-bot 7cf70409cb
Kicbase/ISO: Update crun from 1.18 to 1.18.2 (#19917)
* Kicbase/ISO: Update crun from 1.18 to 1.18.2

* Updating kicbase image to v0.0.45-1730888964-19917

* Updating ISO to v1.34.0-1730913550-19917
2024-11-07 09:52:36 -08:00
Steven Powell 18323c08ad
Merge pull request #19919 from headlamp-k8s/update_headlamp_0.26.0
Addon headlamp: Update headlamp-k8s/headlamp image from v0.25.1 to v0.26.0
2024-11-06 14:34:05 -05:00
Steven Powell 6995112de0
Merge pull request #19921 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2024-11-06 07:06:24 -08:00
minikube-bot 006286b09b update image constants for kubeadm images 2024-11-06 15:04:54 +00:00
minikube-bot 8dd7abb912 update Kubernetes versions list 2024-11-06 15:04:44 +00:00
joaquimrocha c72a99577f Addon headlamp: Update headlamp-k8s/headlamp image from v0.25.1 to v0.26.0
Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
2024-11-06 14:56:27 +00:00
minikube-bot 0805a48cef HA (multi-control plane): Update kube-vip from v0.8.5 to v0.8.6 2024-11-04 16:21:42 +00:00
minikube-bot 5f98292058 HA (multi-control plane): Update kube-vip from v0.8.4 to v0.8.5 2024-11-04 10:02:24 +00:00
minikube-bot e07b68e3c6 Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.24 to 1.5.25 2024-11-01 18:17:29 +00:00
minikube-bot 36a5c8e93d Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from v0.16.2 to v0.17.0 2024-10-31 17:04:13 +00:00
Steven Powell 4957e70088
Merge pull request #19884 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.28.2 to v3.29.0
2024-10-30 14:46:48 -07:00
Steven Powell 0cce1cc688
Merge pull request #19883 from minikube-bot/auto_bump_crun_version-7f5816b
Kicbase/ISO: Update crun from 1.17 to 1.18
2024-10-30 14:46:30 -07:00
minikube-bot 08b35805c4 CNI: Update calico from v3.28.2 to v3.29.0 2024-10-30 15:37:17 +00:00
Steven Powell 69ce29d54d
Merge pull request #19880 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2024-10-30 08:32:55 -07:00
minikube-bot 121f0c56d9 Updating ISO to v1.34.0-1730282777-19883 2024-10-30 14:35:53 +00:00
minikube-bot 86e523ce2a Updating kicbase image to v0.0.45-1730282848-19883 2024-10-30 10:27:55 +00:00
minikube-bot 4c562d9dc6 update image constants for kubeadm images 2024-10-29 21:09:34 +00:00
minikube-bot f7bb617268 update Kubernetes versions list 2024-10-29 21:09:14 +00:00
Steven Powell 7f5816bb06
Merge pull request #19865 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20241007-36f62932 to v20241023-a345ebe4
2024-10-28 14:50:34 -07:00
Steven Powell c7237cdc5b
Merge pull request #19872 from minikube-bot/auto_bump_cni_plugins_version-9db834c
Kicbase/ISO: Update cni-plugins from v1.5.1 to v1.6.0
2024-10-28 14:49:10 -07:00
minikube-bot d8c730041b Updating ISO to v1.34.0-1730109979-19872 2024-10-28 16:02:36 +00:00
Steven Powell bb6f99393b
Merge pull request #19876 from minikube-bot/auto_bump_istio_operator_version
Addon istio-provisioner: Update istio/operator image from 1.23.2 to 1.23.3
2024-10-28 08:44:29 -07:00
minikube-bot 13886a7d1b Updating kicbase image to v0.0.45-1730110049-19872 2024-10-28 10:27:39 +00:00
minikube-bot ea0ee45a01 CNI: Update kindnetd from v20241007-36f62932 to v20241023-a345ebe4 2024-10-28 10:08:10 +00:00
minikube-bot 0db15b5066 Addon istio-provisioner: Update istio/operator image from 1.23.2 to 1.23.3 2024-10-28 10:07:06 +00:00
minikube-bot 9b6a7d882f Addon kubevirt: Update bitnami/kubectl image from 1.31.1 to 1.31.2 2024-10-28 10:03:49 +00:00
Steven Powell 9db834c9cd
Merge pull request #19868 from minikube-bot/auto_bump_golang_version-8b7cf0c
Update go from 1.23.1 to 1.23.2
2024-10-27 17:00:47 -07:00
Steven Powell 03b1aa0bd9
Merge pull request #19867 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.25.7 to v0.26.0
2024-10-25 15:28:21 -07:00
minikube-bot 7e44049069 Updating kicbase image to v0.0.45-1729876044-19868 2024-10-25 17:29:23 +00:00
minikube-bot 5acebdf29c CNI: Update flannel from v0.25.7 to v0.26.0 2024-10-25 16:50:48 +00:00
minikube-bot 66dc35765c bump default/newest kubernetes versions 2024-10-25 16:50:38 +00:00
Steven Powell 7107ed0c3b
Merge pull request #19806 from minikube-bot/auto_bump_containerd_version-27e37b4
Kicbase/ISO: Update containerd from v1.7.22 to v1.7.23
2024-10-24 10:21:42 -07:00
Steven Powell 8880cfa438
Merge pull request #19848 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2024-10-23 10:10:03 -07:00
minikube-bot 8c3339000f update image constants for kubeadm images 2024-10-23 17:09:00 +00:00
minikube-bot d29ffdcd2e update Kubernetes versions list 2024-10-23 17:08:47 +00:00
minikube-bot 88918007d4
Addon kong: Update kong/kubernetes-ingress-controller image from 2.12.0 to 3.3.1 (#18424) 2024-10-22 14:44:21 -07:00
Steven Powell 9aa11679dc
Revert "Addon ingress: Update ingress-nginx/controller image from v1.11.3 to …" (#19830)
This reverts commit 0e59cb6dab.
2024-10-21 11:39:27 -07:00
minikube-bot e5310e2a0a Updating ISO to v1.34.0-1729002252-19806 2024-10-21 11:21:50 -07:00
minikube-bot f5b46994d3 Updating kicbase image to v0.0.45-1729002334-19806 2024-10-21 11:21:50 -07:00
minikube-bot 4d458ebe75
CNI: Update cilium from v1.16.2 to v1.16.3 (#19823) 2024-10-21 10:34:33 -07:00
minikube-bot 0e59cb6dab
Addon ingress: Update ingress-nginx/controller image from v1.11.3 to v1.12.0-beta.0 (#19824) 2024-10-21 10:25:52 -07:00
minikube-bot 7313a75964
update image constants for kubeadm images (#19818) 2024-10-18 10:26:55 -07:00
minikube-bot ed3e5b6592
update Kubernetes versions list (#19817) 2024-10-18 10:26:26 -07:00
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