Commit Graph

2147 Commits (dependabot/go_modules/golang.org/x/term-0.35.0)

Author SHA1 Message Date
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
Predrag Rogic 9b7d982838
fix: update kubeadm images (#21277) 2025-08-12 01:51:33 -07:00
Nir Soffer 62529ec03e
spelling: Fix spelling errors with codespell (#21273)
Fix trivial spelling errors using codespell[1]:

    codespell --skip '*.yaml,*.tmpl,*.json,*.html,*.patch,go.sum' -w

And rejecting some false positives fixes:

    ./CHANGELOG.md:907: fliter ==> filter
    ./third_party/go9p/clnt_write.go:48: Writen ==> Written
    ./third_party/kubeadm/app/features/features.go:69: AtLeast ==> at least
    ./site/content/en/docs/contrib/translations.md:106: certificats ==> certificates
    ./site/content/en/docs/contrib/translations.md:113: espace ==> escape
    ./site/content/en/docs/tutorials/amd.md:75: HSA ==> HAS
    ./site/content/en/docs/tutorials/amd.md:87: HSA ==> HAS
    ./pkg/minikube/config/extra_options_test.go:143: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:151: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:152: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:168: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:177: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:178: expRes ==> express

There are more spelling errors that need manual selection:

    ./CHANGELOG.md:234: issuse ==> issue, issues
    ./CHANGELOG.md:543: Pris ==> Prise, Prism
    ./hack/benchmark/time-to-k8s/page.go:73: readin ==> reading, read in
    ./hack/benchmark/image-build/generate-chart.go:82: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:87: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:137: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:162: interative ==> interactive, iterative
    ./hack/benchmark/image-build/generate-chart.go:195: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./third_party/go9p/fmt.go:132: Tread ==> Thread, Treat
    ./third_party/go9p/fmt.go:133: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:33: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:170: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:171: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:225: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:263: Tread ==> Thread, Treat
    ./third_party/go9p/packt.go:165: Tread ==> Thread, Treat
    ./third_party/go9p/packt.go:168: Tread ==> Thread, Treat
    ./third_party/go9p/srv_srv.go:305: Tread ==> Thread, Treat
    ./third_party/go9p/srv_srv.go:349: Tread ==> Thread, Treat
    ./third_party/go9p/unpack.go:170: Tread ==> Thread, Treat
    ./site/content/en/docs/tutorials/multi_control_plane_ha_clusters.md:145: Virual ==> Virtual, Visual, Viral
    ./pkg/drivers/krunkit/krunkit.go:392: Terminte ==> Terminate, Termite
    ./pkg/drivers/common/common.go:283: drawin ==> drawing, draw in, drawn
    ./pkg/drivers/kic/oci/oci.go:175: stroed ==> stored, stroked, strode
    ./pkg/minikube/out/out.go:412: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/out/out.go:413: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/out/out.go:414: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/shell/shell_test.go:152: writed ==> wrote, written, write, writer
    ./pkg/minikube/bootstrapper/kubeadm/kubeadm.go:710: wil ==> will, well

If we find a way to prevent the false positives we can use this command
for spell checking in the CI.

[1] https://github.com/codespell-project/codespell
2025-08-11 11:27:20 -07:00
Laxman Gupta c432003f04
Enable version checking for previously unsupported components (#21265)
Add special case handlers in get_version.go for components that require
non-standard version extraction methods:

- docsy: Extract git submodule commit hash
- kubernetes: Read DefaultKubernetesVersion from constants
- kubeadm-constants: Parse latest version from kubeadm images map
- kubernetes-versions-list: Count and summarize supported versions
- site-node: Use existing node version extraction from netlify.toml

Remove all entries from noVersionCheck map in update_all.go to enable
before/after version comparison for these components.

This allows 'DEP=component make get-dependency-version' commands to work
for all components, improving the auto-updater workflow.
2025-08-09 00:13:10 -07:00
Medya Ghazizadeh 0edde17b02
add site_node_version to not supported before after version (#21247) 2025-08-05 11:05:16 -07:00