Commit Graph

2151 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
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
Medya Ghazizadeh b60271f58b delete older file 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 78c80e455d make groups sortable 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 2470aab3c0 rewrite release noes in golang 2025-08-20 10:29:15 -07:00
Medya Ghazizadeh 050e5ad623
fix preload tool build (#21367)
* fix preload tool build

* refactor: use ImageInspect and containerd errdefs

* using errdefs since docker client err is depricated
2025-08-19 17:27:33 -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 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
Predrag Rogic 772a9ee395
avoid preload-tool flags conflict (#21327) 2025-08-12 14:47:39 -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] 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] 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
minikube-bot 04ddaa17bc
Update auto-generated docs and translations (#21319) 2025-08-12 09:39:34 -07:00
minikube-bot fdd536356d
Update auto-generated docs and translations (#21305) 2025-08-12 02:07:04 -07:00
Predrag Rogic 81b4fc9488
remove deprecated proxy-refresh-interval v2 etcd flag (#21278) 2025-08-12 01:53:41 -07:00