Commit Graph

26207 Commits (dfb4f364ff85d37c00b3d22a5cd310f654b577e4)

Author SHA1 Message Date
Medya Ghazizadeh dfb4f364ff
Merge pull request #21544 from medyagh/iso_fail_comment_fix
ci: fix failed ISO not commenting on PR
2025-09-26 12:56:22 -07:00
Medya Ghazizadeh 71227b25cd
Merge pull request #21624 from Andygol/ukr-locale
UI: Added Ukrainian language translation
2025-09-23 14:06:46 -07:00
Andrii Holovin 24a1d8ab26 Fixes after make test 2025-09-23 23:20:13 +03:00
Andrii Holovin df623d85f1 added Ukrainian locale 2025-09-23 21:27:09 +03:00
Medya Ghazizadeh b374745bd4
Merge pull request #21599 from prezha/fix-fs.inotify-limits
set sysctl params for inotify, to avoid 'too many open files' errors
2025-09-20 11:44:45 -07:00
Predrag Rogic 0e4fa50244
set sysctl params for inotify, to avoid 'too many open files' errors 2025-09-20 04:03:41 +01:00
Medya Ghazizadeh 53b5dcbfe5
Merge pull request #21597 from nirs/fix-vmnet-helper-install
test: Fix vmnet-helper installation in the CI
2025-09-19 14:18:11 -07:00
Medya Ghazizadeh 4905bbc60b
Merge pull request #21598 from nirs/unit-test-on-macos-15
test: Run unit tests on macos-15
2025-09-19 14:05:02 -07:00
Nir Soffer 4208ec4902 workflows: Run if the workflow file was modified
With the current paths configuration, changing the workflow does not
trigger a build.
2025-09-19 23:38:01 +03:00
Nir Soffer e1cc3422d6 test: Run unit tests on macos-15
macOS 13 is not supported by Apple and GitHub now, and the runners are
very slow and flaky. Replace with the M1 based macos-15 runner for
faster and more reliable tests.
2025-09-19 23:16:23 +03:00
Nir Soffer d2e9f47fb9 test: Remove trailing whitespace 2025-09-19 23:15:38 +03:00
Nir Soffer 48770b62ff test: Fix vmnet-helper installation in the CI
The step was using wrong command that used to work with the older
install script from v0.6.0. Update to use the curent install script
arguemnts.

The installtion fails with:

    Installation requires your password to install vmnet-helper as root
    bash: line 39: /dev/tty: Device not configured
2025-09-19 23:05:33 +03:00
Medya Ghazizadeh 3a8d719855 review comment 2025-09-17 14:02:50 -07:00
Medya Ghazizadeh fdbff10de1
Merge pull request #21584 from minikube-bot/gendocs
docs: Update auto-generated docs and translations
2025-09-16 18:47:18 -07:00
minikube-bot af01fb057c Update auto-generated docs and translations 2025-09-17 01:36:15 +00:00
Medya Ghazizadeh 1a676ed723
Merge pull request #21576 from medyagh/verify_aux_driver
verify aux drivers installed correctly and exit nicely if not
2025-09-16 18:34:07 -07:00
Medya Ghazizadeh 1af8bdc072
Merge pull request #21550 from nirs/revert-kvm-console-log
kvm: fix minikube on Fedora/RHEL with SELinux
2025-09-16 17:59:09 -07:00
Medya Ghazizadeh 124d831755
Merge pull request #21577 from medyagh/noautoupdate-kvm-ci
test: No auto update aux drivers in integration tests
2025-09-16 15:48:28 -07:00
Medya Ghazizadeh d6c68f7613
Merge pull request #21583 from volatilemolotov/ai_playground_tutorial_fix_align
align command paramaters for the ai playground fix
2025-09-16 14:11:39 -07:00
Vlado Djerek d2f3935ef7 align command paramaters for the ai playground fix 2025-09-16 23:04:26 +02:00
Medya Ghazizadeh 50f693b7f2
Merge pull request #21569 from volatilemolotov/ai_playground_tutorial_fix
add auto to --log-colors because llama-server will crashloop in ai playground tutorial
2025-09-16 13:30:22 -07:00
Medya Ghazizadeh 50d403232a use temp folder for before/after 2025-09-16 11:54:38 -07:00
Medya Ghazizadeh 413d0a7d1c set dl to path 2025-09-16 11:49:57 -07:00
Medya Ghazizadeh e473419fa9 remove test for aux driver without version more than 5 years old 2025-09-16 11:20:16 -07:00
Medya Ghazizadeh 49d7ce4c2a review comments 2025-09-15 14:30:08 -07:00
Medya Ghazizadeh 97da7a2926 dont change the hack scripts 2025-09-15 14:28:11 -07:00
Medya Ghazizadeh 57252bace6 test: disable aux driver auto update when kvm or hyperkit 2025-09-15 14:23:51 -07:00
Medya Ghazizadeh 39bc1861b4 add helper for detecting drivers with aux in test 2025-09-15 14:16:27 -07:00
Medya Ghazizadeh c1190f383d lint 2025-09-15 13:57:01 -07:00
Medya Ghazizadeh 9d44f75f00 fix spelling 2025-09-15 13:47:13 -07:00
Medya Ghazizadeh 5906bd3b93 add path to the error msg 2025-09-15 13:44:55 -07:00
Medya Ghazizadeh cca2b6a39b check verison again after download 2025-09-15 13:35:37 -07:00
Medya Ghazizadeh 6975dd5dfc add warn 2025-09-15 13:10:31 -07:00
Medya Ghazizadeh 786073b515 add err types for not path and not exit 0 2025-09-15 13:08:26 -07:00
Medya Ghazizadeh b4b2265a9d verify aux drivers --verson exit 0 2025-09-15 12:50:47 -07:00
Vlado Djerek e05e8febdc add auto to --log-colors because llama-server will crashloop 2025-09-15 14:19:37 +02:00
Nir Soffer 0aba0a8e31 kvm: Unbreak minikube on Fedora/RHEL
Since #20852 minikube is broken on Fedora/RHEL. We add console.log
(~/.minikube/machines/NAME/console.log) for dumping the console logs
during startup. Libvirt is blocked by selinux policy:

    $ sudo ausearch -m AVC --start today
    ...
    ----
    time->Sat Sep 13 22:14:10 2025
    type=AVC msg=audit(1757790850.921:4801): avc:  denied  { open } for  pid=215452 comm="virtlogd" path="/home/nsoffer/.minikube/machines/minikube/console.log" dev="vda3" ino=197349579 scontext=system_u:system_r:virtlogd_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=1
    ----

Having better logs in the kvm driver can be helpful but it cannot break
basic functionality. Remove the code to create the log file and dump the
logs.

This is a manual revert of commit
2b81ce24e3. We cannot do a clean revert
since all commits in #20852 were squashed during merge.

Tested using:

    $ make out/docker-machine-driver-kvm2

    $ cp out/docker-machine-driver-kvm2 ~/.minikube/bin/

    $ out/minikube start --driver kvm
    😄  minikube v1.37.0 on Fedora 42 (kvm/amd64)
      Using the kvm2 driver based on user configuration
    👍  Starting "minikube" primary control-plane node in "minikube" cluster
    🔥  Creating kvm2 VM (CPUs=2, Memory=6144MB, Disk=20000MB) ...
    🐳  Preparing Kubernetes v1.34.0 on Docker 28.4.0 ...
    🔗  Configuring bridge CNI (Container Networking Interface) ...
    🔎  Verifying Kubernetes components...
	▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
    🌟  Enabled addons: storage-provisioner, default-storageclass

      /usr/local/bin/kubectl is version 1.32.1, which may have incompatibilities with Kubernetes 1.34.0.
	▪ Want kubectl v1.34.0? Try 'minikube kubectl -- get pods -A'
    🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
2025-09-14 15:55:50 +03:00
Medya Ghazizadeh 398f3ecca1 ci: fix failed ISO not commenting on PR 2025-09-12 23:04:30 -07:00
Medya Ghazizadeh 574f958887
Merge pull request #21532 from minikube-bot/leaderboard
site: Add leaderboard for v1.37.0 (Post-release)
2025-09-09 15:51:41 -07:00
Medya Ghazizadeh 4118512602
Merge pull request #21533 from minikube-bot/jenkins-releases.json-v1.37.0
Post-release: update releases.json & releases-v2.json to include v1.37.0
2025-09-09 15:51:28 -07:00
minikube-bot cb2e59779a Update releases.json & releases-v2.json to include v1.37.0 2025-09-09 13:54:22 -08:00
minikube-bot 327d872086 Add leaderboard for v1.37.0 2025-09-09 20:32:55 +00:00
Medya Ghazizadeh 65318f4cff
Merge pull request #21531 from medyagh/changelog137
Add Changelog for v1.37.0
2025-09-09 13:23:36 -07:00
Medya Ghazizadeh cd89b25a58 reword 2025-09-09 12:54:16 -07:00
Medya Ghazizadeh 86e7c954da update version in Makefile 2025-09-09 12:44:13 -07:00
Medya Ghazizadeh cf0f6caa97 add changelog for 1.37.0 2025-09-09 12:43:41 -07:00
Medya Ghazizadeh 5b32a4dc64
Merge pull request #21530 from medyagh/fix_changelogscript
ci: changelog script paginate through more than 250 commits
2025-09-09 12:12:05 -07:00
Medya Ghazizadeh 49397353d0 fix boilerplate whitespace 2025-09-09 12:06:56 -07:00
Medya Ghazizadeh f49c77ebf4 ci: changelog script paginate through more than 250 commits 2025-09-09 11:58:59 -07:00
Medya Ghazizadeh 0c7dcb8ddd
Merge pull request #21498 from nirs/ai-playground-tutorial
docs: Add AI playground tutorial
2025-09-09 11:25:15 -07:00