Commit Graph

8521 Commits (94d78a95a06c9999601cfcd056d414b89969c85f)

Author SHA1 Message Date
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
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
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