Commit Graph

2167 Commits (f69d63c15bb29baf4fc935a9b1a6ad5c61509f8c)

Author SHA1 Message Date
Medya Ghazizadeh 92ab1c8f0f remove obsolete comment 2025-10-08 11:01:20 -07:00
Medya Ghazizadeh cf7f597e56 fix: fix automtion to track get most recent dated tag 2025-10-06 14:26:37 -07:00
Medya Ghazizadeh eb222c90ea add debian get_version automation 2025-10-06 14:22:41 -07:00
Medya Ghazizadeh 7e40a0c7e2
Merge pull request #21703 from minikube-bot/auto_bump_nerdctld_version-9ebf9fd
Kicbase: Update nerdctld from 0.6.1 to 0.7.0
2025-10-06 13:57:50 -07:00
Medya Ghazizadeh 13941d0719
Merge pull request #21697 from minikube-bot/auto_bump_gh_version
CI: Update gh from 2.80.0 to 2.81.0
2025-10-06 13:51:50 -07:00
minikube-bot 5994c67acd Updating kicbase image to v0.0.48-1759745255-21703 2025-10-06 10:28:30 +00:00
minikube-bot 011c65a653 CI: Update gh from 2.80.0 to 2.81.0 2025-10-06 10:02:24 +00:00
Nir Soffer b4f0f94982 Remove trailing whitespace
My editor is configured to remove trailing spaces automatically. Adding
as a separate commit to minimize the actual change and allow commit this
change separately from the kvm driver change.
2025-10-03 22:19:58 +03:00
minikube-bot cc42fd2f8c Updating kicbase image to v0.0.48-1759382731-21643 2025-10-02 05:46:14 +00:00
minikube-bot 78f48548a4 Updating kicbase image to v0.0.48-1758924984-21643 2025-10-01 22:16:26 -07:00
Medya Ghazizadeh cc08ece78e update automation update tool for kicbase 2025-10-01 22:16:26 -07:00
Medya Ghazizadeh 9a0f417980 change ubuntu name to debian in code base 2025-10-01 22:16:26 -07:00
Nir Soffer 6736ba978e hack: Fix review comment for failed iso build
When we fixed the way we detect failure #21544, we broke the heredoc.
The script fails now with[1]:

    ./hack/jenkins/build_iso.sh: line 74: unexpected EOF while looking for matching `)'
    Build step 'Execute shell' marked build as failure

Fixes:
- Use unquoted delimiter (EOF, not 'EOF') to allow variable expansion in
  the content.
- Fix content indentation to avoid unwanted leading whitespace
- Fix location of the EOF - it must be start of the last line
- Add the missing closing ")"
- Remove the unneeded double quote
- Unify indentation to 4 spaces for consistency with the rest of the
  file.

[1] https://storage.googleapis.com/minikube-builds/logs/21409/e4af2e4/iso_build.txt
2025-09-30 21:38:12 +03:00
Medya Ghazizadeh 23a200a51c
Merge pull request #21653 from minikube-bot/auto_bump_gh_version
CI: Update gh from 2.78.0 to 2.80.0
2025-09-30 11:05:04 -07:00
minikube-bot d64bac8155 CI: Update gotestsum from v1.12.3 to v1.13.0 2025-09-29 10:09:33 +00:00
minikube-bot 721fb778ab CI: Update gh from 2.78.0 to 2.80.0 2025-09-29 10:02:27 +00:00
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
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 3a8d719855 review comment 2025-09-17 14:02:50 -07:00
Medya Ghazizadeh 398f3ecca1 ci: fix failed ISO not commenting on PR 2025-09-12 23:04:30 -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
minikube-bot 0c50348c0a Update auto-generated docs and translations 2025-09-08 23:22:31 +00:00
minikube-bot 18eea256f6 Kicbase/ISO: Update cni-plugins from v1.7.1 to v1.8.0 2025-09-08 17:52:16 +00:00
minikube-bot c10e3073ea Updating kicbase image to v0.0.47-1757349805-21505 2025-09-08 17:05:48 +00:00
minikube-bot 82785f7bd8 Updating kicbase image to v0.0.47-1756980985-21488 2025-09-04 10:39:34 +00:00
minikube-bot 7b55634f86 Update auto-generated docs and translations 2025-09-04 05:10:35 +00:00
minikube-bot 01c674728b Update auto-generated docs and translations 2025-09-02 10:52:18 -07:00
Nir Soffer b7deec2b7a deps: Update github.com/ulikunitz/xz to v0.5.15
v0.5.14 broke 32 bit builds:
https://github.com/ulikunitz/xz/issues/65

The issue is fixed in v0.5.15:
https://github.com/ulikunitz/xz/releases/tag/v0.5.15
2025-09-01 17:58:40 -07:00
dependabot[bot] 5bfa26ded9 Build(deps): Bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /hack
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.10 to 0.5.14.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.10...v0.5.14)

---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
  dependency-version: 0.5.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-28 13:17:19 -07:00
Kaviraj Sankameeswaran a068e3b132 refactor: modernize slice operations using slices and maps packages
Replace traditional append-in-loop patterns with modern Go functions slices.Sorted(), slices.Collect(), and maps.Keys()/maps.Values()

Changes made (5 files):
- cmd/minikube/cmd/config/addons_list.go: Use slices.Sorted(maps.Keys())
- cmd/minikube/cmd/version.go: Use slices.Sorted(maps.Keys())
- hack/changelog/changelog.go: Use slices.Collect(maps.Keys())
- pkg/minikube/node/cache.go: Use slices.Collect(maps.Keys())
- pkg/minikube/registry/registry.go: Use slices.Collect(maps.Values())

Files skipped due to complexity:
- pkg/drivers/kic/oci/oci.go
- pkg/drivers/hyperkit/driver.go
- pkg/drivers/kvm/gpu.go
- pkg/drivers/kvm/numa.go [Unrelated slice optimization possible, can be addressed along with other similar code]
- pkg/minikube/tunnel/kic/*
- cmd/minikube/cmd/service.go
- hack/legacy_fill_db/filldb.go

These cases require more sophisticated transformation logic that might be better addressed in separate issue/PR
2025-08-28 11:29:39 -07:00
minikube-bot cf5ea7268b Update auto-generated docs and translations 2025-08-28 10:49:08 -07:00
minikube-bot 7f79a3ad71 Updating kicbase image to v0.0.47-1756116447-21413 2025-08-27 14:41:18 -07:00
minikube-bot 83f259d024 Update auto-generated docs and translations 2025-08-27 11:06:19 -07:00
minikube-bot 1b116ed090 CI: Update gh from 2.76.2 to 2.78.0 2025-08-25 13:40:25 -07:00
minikube-bot e5f64e9dc9 Update auto-generated docs and translations 2025-08-25 13:35:04 -07:00
minikube-bot 191d4b4db2 Update auto-generated docs and translations 2025-08-21 15:39:04 -07:00
Predrag Rogic 2433c7978c avoid conflict with the update package flags 2025-08-21 15:30:41 -07:00
dependabot[bot] b56f95e347 Build(deps): Bump github.com/go-viper/mapstructure/v2 in /hack
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.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.3.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 11:17:20 -07:00
minikube-bot 2d4357eb43 Update auto-generated docs and translations 2025-08-20 21:25:51 -07:00
Medya Ghazizadeh 6f6c54d5e9 add more config to the changelog geneator 2025-08-20 11:09:21 -07:00
dependabot[bot] f925f5ad8c Build(deps): Bump github.com/docker/docker in /hack
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.2.2+incompatible to 28.3.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v28.2.2...v28.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-20 10:44:24 -07:00
minikube-bot d7d0547f4b Update auto-generated docs and translations 2025-08-20 10:37:38 -07:00
Medya Ghazizadeh 35fe75c2fd add boilerplate 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 503edb67e9 fix contains logic 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 44ce09ef4d addning comment 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 3de0396e89 add comments 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 353b7b13d1 correct path for changelog 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh c765f6fe3c remove depdence on depricated tool and use our own script for changelog 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 6820123f93 add unit tests 2025-08-20 10:29:15 -07:00