Commit Graph

26019 Commits (2670400830a855aecafd3c5f7c6d49a7800a6db9)

Author SHA1 Message Date
Jeff MAURY 2670400830
Fix french translation (#21372)
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2025-08-19 11:19:47 -07:00
Medya Ghazizadeh f5aa17d7f7
ci: add network settings to post-mortem logs and improve timeout detections (#21361)
* info blockL: add load average details

* log the proxy envs in the post mortems

* remove iostat

* better detection of time out
2025-08-19 11:19:00 -07:00
minikube-bot c4c81c06df
Addon Volcano: Update volcano images from v1.12.1 to v1.12.2 (#21351) 2025-08-18 13:22:37 -07:00
minikube-bot 5a0afc2cbe
Addon kong: Update kong image from 3.9.1 to 3.9.1 (#21350) 2025-08-18 13:18:42 -07:00
minikube-bot 3074d2a1a2
CNI: Update cilium from v1.18.0 to v1.18.1 (#21349) 2025-08-18 13:10:44 -07:00
minikube-bot 37c6d5f07d
Update auto-generated docs and translations (#21364) 2025-08-18 13:10:22 -07:00
Medya Ghazizadeh dba6fac047
geneate gopogh for timed out tests too (#21363) 2025-08-18 12:56:01 -07:00
Nir Soffer 6fbe84c7d2
test: Initial support for virtiofs mounts (#21272)
* test: Add findmnt package

When testing mounts we can use findmnt --json output to parse the output
cleanly. The package provides only ParseOutput() now, but it can be
extended later to run the findmnt command.

* test: Support virtiofs mounts

Use findmnt command to get the mounted filesystem details cleanly.

We use the actual mount fstype instead of driver name check so we can
switch drivers to virtiofs without changing the test.

For virtiofs mount we skip options validation since we don't support
setting virtiofs options yet, and the options are not the same as 9p
options.

For 9p mounts the uid= and gid= flags were fixed to match the real flags
(dfltuid=,dfltgid=). The issue was hidden by imprecise string matching.
2025-08-18 12:54:03 -07:00
minikube-bot 7f42627f20
update image constants for kubeadm images (#21347) 2025-08-18 12:46:23 -07:00
minikube-bot 63a496bf4d
Update go from 1.24.0 to 1.24.6 (#21348)
* Update go from 1.24.5 to 1.24.6

* Updating kicbase image to v0.0.47-1755508051-21348
2025-08-18 12:38:34 -07:00
minikube-bot 2435fcec0d
Addon ingress: Update ingress-nginx/controller image from v1.13.0 to v1.13.1 (#21353) 2025-08-18 12:37:58 -07:00
minikube-bot ca67c9eba7
Addon inspektor-gadget: Update inspektor-gadget image from v0.43.0 to v0.43.0 (#21358) 2025-08-18 12:24:07 -07:00
minikube-bot 07c0169084
Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.39 to 1.5.40 (#21359) 2025-08-18 10:51:53 -07:00
Predrag Rogic 358a142c96
fix k8s v1.33.3 etcd image version (#21337) 2025-08-14 17:05:56 -07:00
minikube-bot 03a3c91ab6
Kicbase/ISO: Update crun from 1.23 to 1.23.1 (#21330)
* Kicbase/ISO: Update crun from 1.23 to 1.23.1

* Updating kicbase image to v0.0.47-1755081124-21330
2025-08-14 10:57:31 -07:00
dependabot[bot] 9a0a22a96e
Build(deps): Bump github.com/docker/docker in /hack (#21336)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.5.0+incompatible to 28.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v27.5.0...v28.0.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 28.0.0+incompatible
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 10:52:28 -07:00
minikube-bot 08979339be
update Kubernetes versions list (#21334) 2025-08-14 10:51:30 -07:00
Medya Ghazizadeh f08d88ef16
test: add vfkit functional test to github actions (#21325)
* add vfkit functional test

* trigger the test

* fix post mortem logs not showing when status is running with warning

* revert dot

* bump time-out

* detect time outs

* debug

* no bash 0

* detect timeout and exit failure on timeout

* refactor the end results to use funcs

* dont rename setup-go

* more refacor

* time elapsed

* fix time_elapsed not being set

* try capture run exit code

* revert unneeded changes

* remove time duration dupolicate

* remove wait-timeout as extra arg

* bump timeout for all jobs to reduce flakes for timeout

* remove extrafile
2025-08-13 21:42:13 -07:00
Medya Ghazizadeh 770d5ce054
test fix post-mortem not showing (#21328) 2025-08-13 11:27:44 -07:00
Predrag Rogic 772a9ee395
avoid preload-tool flags conflict (#21327) 2025-08-12 14:47:39 -07:00
dependabot[bot] ddc50cb6ad
Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (#21292)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](11bd71901b...08c6903cd8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 14:08:59 -07:00
dependabot[bot] 73a081d5b4
Build(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 (#21294)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](d3f86a106a...634f93cb29)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 13:39:29 -07:00
dependabot[bot] 4477bee798
Build(deps): Bump github.com/go-viper/mapstructure/v2 (#21312)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 13:39:03 -07:00
minikube-bot 01ecbc7f48
go mod tidy (#21323)
* Update auto-generated docs and translations

* fix typo

* github action doesnt support anchor yamls

---------

Co-authored-by: Medya Ghazizadeh <medya@google.com>
2025-08-12 11:47:36 -07:00
dependabot[bot] 059ceb838f
Build(deps): Bump golang.org/x/oauth2 (#21313)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:35:17 -07:00
dependabot[bot] 56a5aa1df0
Build(deps): Bump google.golang.org/grpc (#21315)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.64.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:35:06 -07:00
dependabot[bot] 1940c49afd
Build(deps): Bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 (#21310)
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.0.8 to 1.0.9.
- [Commits](https://github.com/olekukonko/tablewriter/compare/v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:34:51 -07:00
dependabot[bot] 5c8fde192f
Build(deps): Bump libvirt.org/go/libvirt from 1.11005.0 to 1.11006.0 (#21311)
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.11005.0 to 1.11006.0.
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.11005.0...v1.11006.0)

---
updated-dependencies:
- dependency-name: libvirt.org/go/libvirt
  dependency-version: 1.11006.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:32:55 -07:00
Medya Ghazizadeh d8f2ea60b7
github action: dont define both path and path-ignore (#21322)
* github action: dont define both path and path-ignore

* adding dummy line

* reverting dummy line
2025-08-12 11:32:36 -07:00
Medya Ghazizadeh 3a51e45c61
ci: limit gh action jobs to one per PR and ignore documentation and use anchor yamls for ignore (#21321)
* add path to ignore for smoke test to avoid spam smoke test

* limnit smoke test to one active  per PR

* add path ignore for functional test

* rename

* update all minor improvment

* break down lint job to 3 jobs

* experiment yaml anchors for path ignores

* yaml anhors
2025-08-12 11:16:16 -07:00
dependabot[bot] 993912428c
Build(deps): Bump github.com/go-viper/mapstructure/v2 in /hack (#21314)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:13:18 -07:00
dependabot[bot] 9c044c1da4
Build(deps): Bump postcss, autoprefixer and postcss-cli in /site (#21316)
Bumps [postcss](https://github.com/postcss/postcss) to 8.5.6 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer) and [postcss-cli](https://github.com/postcss/postcss-cli). These dependencies need to be updated together.


Updates `postcss` from 7.0.39 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.5.6)

Updates `autoprefixer` from 9.8.8 to 10.4.21
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.8...10.4.21)

Updates `postcss-cli` from 7.1.2 to 11.0.1
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.2...11.0.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: indirect
- dependency-name: autoprefixer
  dependency-version: 10.4.21
  dependency-type: direct:development
- dependency-name: postcss-cli
  dependency-version: 11.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 10:24:49 -07:00
dependabot[bot] 5219b65b7c
Build(deps): Bump golang.org/x/net (#21320)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 10:17:01 -07:00
dependabot[bot] 221772e265
Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /site (#21318)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-version: 3.0.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 09:43:41 -07:00
minikube-bot 04ddaa17bc
Update auto-generated docs and translations (#21319) 2025-08-12 09:39:34 -07:00
Andres Morey e419f76838
new: upgrade kubetail addon to 0.13.3 (#21244)
* chore: kubetail-dashboard => 0.6.3
* chore: kubetail-cluster-api => 0.4.2
* chore: kubetail-cluster-agent => 0.4.2
* new: remove token-based csrf config options from addon templates
* new: update addon config to new schema

Signed-off-by: Andres Morey <andresmarcel@gmail.com>
2025-08-12 02:25:33 -07:00
dependabot[bot] 2547148d13
Build(deps): Bump github.com/docker/go-connections from 0.5.0 to 0.6.0 (#21303)
Bumps [github.com/docker/go-connections](https://github.com/docker/go-connections) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 02:24:50 -07:00
Medya Ghazizadeh 95fc5e5478
CI: major refactor for functional tests in github actions (#21290)
* add matrixfying

* ensure matrix jobs run after build binaries job

* use echo instead of helper

* setup-go needs go version

* make binaries executables

* chmod +x for test binaries

* install conntrack and socat for baremetal

* cancel preivous commits jobs in favor of latest job

* limit to 7 digits of sha for gopogh file

* echo gopogh url

* add run id to gopogh filename

* fix indent

* rename to build-test-binaries

* list skipped files too

* kubectl test better

* use short run id

* imrove error tet

* download kubectl to a tmp folder and remove leftover

* produce job summary

* fix names

* better results summary

* publish gopogh url in summary

* format better

* wordings

* add a new job unit test

* comment

* unit test script mkdir for coverage folder for widnows

* try to fix unit test for windows

* dont fix windows tests in this PR

* add lint job

* fix name

* separate boilerplate and add go modtidy

* install libvirt for lint

* name

* go mod tidy

* dont repeat name functional twice

* rename step

* fix comment

* fix run id

* delete debug

* adjust timeouts and treat 0 pass as failure icon

* rename job

* fix name
2025-08-12 02:24:28 -07:00
minikube-bot 0b172edac8
update image constants for kubeadm images (#21307) 2025-08-12 02:17:37 -07:00
minikube-bot fdd536356d
Update auto-generated docs and translations (#21305) 2025-08-12 02:07:04 -07:00
Medya Ghazizadeh 42b74cd74b
fix auto go mod tidy (#21304) 2025-08-12 02:05:33 -07:00
Predrag Rogic 81b4fc9488
remove deprecated proxy-refresh-interval v2 etcd flag (#21278) 2025-08-12 01:53:41 -07:00
Predrag Rogic 9b7d982838
fix: update kubeadm images (#21277) 2025-08-12 01:51:33 -07:00
minikube-bot dc2d618ead
Addon kubevirt: Update bitnami/kubectl image from 1.33.3 to 1.33.3 (#21283) 2025-08-12 01:18:09 -07:00
minikube-bot 88968db1d2
update Kubernetes versions list (#21280) 2025-08-12 00:05:03 -07:00
minikube-bot 257f6b8a68
Addon kong: Update kong/kubernetes-ingress-controller image from 3.5.0 to 3.5.1 (#21282) 2025-08-12 00:04:12 -07:00
minikube-bot 552d15f1fc
Update auto-generated docs and translations (#21298) 2025-08-12 00:03:58 -07:00
minikube-bot 756d09d7e1
Update auto-generated docs and translations (#21276) 2025-08-12 00:00:58 -07:00
dependabot[bot] 38de24d0a9
Build(deps): Bump golang.org/x/mod from 0.26.0 to 0.27.0 (#21296)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 23:24:05 -07:00
dependabot[bot] aa3aa0ce18
Build(deps): Bump github.com/hashicorp/go-retryablehttp (#21295)
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.7 to 0.7.8.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-version: 0.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 22:36:39 -07:00