Commit Graph

25834 Commits (4bea142841ec50b6e242449aa5101de659e54e68)

Author SHA1 Message Date
minikube-bot 29a2fc78e1
CNI: Update cilium from v1.17.0 to v1.17.1 (#20419) 2025-02-18 10:17:18 -08:00
minikube-bot 7395b1d110
bump default/newest kubernetes versions (#20417) 2025-02-18 10:15:29 -08:00
minikube-bot 3b4f03443f
CI: Update golint from v1.63.4 to v1.64.5 (#20421) 2025-02-18 10:14:53 -08:00
minikube-bot 15b614c7cd
Kicbase/ISO: Update runc from v1.2.3 to v1.2.5 (#20433)
* Kicbase/ISO: Update runc from v1.2.3 to v1.2.5

* Updating kicbase image to v0.0.46-1739873784-20433
2025-02-18 10:14:25 -08:00
dependabot[bot] e669c511db
Build(deps): Bump golang.org/x/term from 0.28.0 to 0.29.0 (#20429)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/term/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  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-02-18 10:14:05 -08:00
dependabot[bot] 677260a59b
Build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#20431)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  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-02-18 10:13:45 -08:00
dependabot[bot] 434b7adaa1
Build(deps): Bump go.opentelemetry.io/otel from 1.33.0 to 1.34.0 (#20428)
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  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-02-18 10:11:39 -08:00
Predrag Rogic e96c7d843a
fix lint issue (#20406) 2025-02-13 13:54:49 -08:00
minikube-bot d216d43466
CNI: Update flannel from v0.26.2 to v0.26.4 (#20385) 2025-02-12 11:19:09 -08:00
minikube-bot 00d5a85e0c
update image constants for kubeadm images (#20379) 2025-02-11 10:42:43 -08:00
minikube-bot 7a1a97d5b8
CNI: Update cilium from v1.16.6 to v1.17.0 (#20383) 2025-02-11 10:33:25 -08:00
minikube-bot ba0cdd7d6f
update Kubernetes versions list (#20380) 2025-02-11 10:32:59 -08:00
Medya Ghazizadeh 2bf7f76dd7
Merge pull request #20387 from minikube-bot/auto_bump_ubuntu_version
Kicbase: Bump ubuntu:jammy from 20240911.1 to 20250126
2025-02-11 10:32:26 -08:00
Medya Ghazizadeh fe86b37555
Merge pull request #20397 from kubernetes/dependabot/go_modules/libvirt.org/go/libvirt-1.11001.0
Build(deps): Bump libvirt.org/go/libvirt from 1.10009.1 to 1.11001.0
2025-02-11 10:31:29 -08:00
Medya Ghazizadeh e83e15948e
Merge pull request #20398 from kubernetes/dependabot/go_modules/golang.org/x/mod-0.23.0
Build(deps): Bump golang.org/x/mod from 0.22.0 to 0.23.0
2025-02-11 10:31:10 -08:00
Medya Ghazizadeh 8c8c23b1f9
Merge pull request #20400 from nirs/bootpd-check-macos-15
Fix bootpd check on macOS >= 15
2025-02-11 10:09:35 -08:00
Nir Soffer 62166c5b3d Fix bootpd check on macOS >= 15
On macOS >= 15 bootpd is likely allowed to receive incoming connections
as built-in software, and it will not be listed in the allowed
applications. In this case we decide that bootpd is blocked and force
the user to try to add and unblock it, which will never succeed.

Fixed using the new --getallowedsigned option. If the option is enabled,
we know that bootpd is not blocked. If the option is not enabled, or the
fails, we fallback to checking the list.

Tested on macOS 15.3.
2025-02-10 23:48:02 +02:00
Medya Ghazizadeh 1703c9aa78
Merge pull request #20386 from minikube-bot/auto_bump_go_github_version
Update go-github from v68.0.0 to v69.0.0
2025-02-10 12:52:18 -08:00
Medya Ghazizadeh 8486ed0d66
Merge pull request #20390 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.29.1 to v3.29.2
2025-02-10 12:33:56 -08:00
dependabot[bot] 2a677d7467
Build(deps): Bump golang.org/x/mod from 0.22.0 to 0.23.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 20:33:47 +00:00
Medya Ghazizadeh 013336fa09
Merge pull request #20388 from minikube-bot/auto_bump_hugo_version
Site: Update hugo from v0.143.0 to v0.143.1
2025-02-10 12:33:16 -08:00
Medya Ghazizadeh f83a895152
Merge pull request #20396 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.50.0
Build(deps): Bump cloud.google.com/go/storage from 1.48.0 to 1.50.0
2025-02-10 12:30:57 -08:00
Medya Ghazizadeh 1b6964a5e4
Merge pull request #20395 from kubernetes/dependabot/go_modules/golang.org/x/sys-0.30.0
Build(deps): Bump golang.org/x/sys from 0.29.0 to 0.30.0
2025-02-10 12:30:29 -08:00
Medya Ghazizadeh 02ecbae680
Merge pull request #20394 from kubernetes/dependabot/go_modules/github.com/docker/cli-27.5.1incompatible
Build(deps): Bump github.com/docker/cli from 27.4.1+incompatible to 27.5.1+incompatible
2025-02-10 12:30:05 -08:00
dependabot[bot] cf55bdea28
Build(deps): Bump libvirt.org/go/libvirt from 1.10009.1 to 1.11001.0
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.10009.1 to 1.11001.0.
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.10009.1...v1.11001.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 19:05:40 +00:00
dependabot[bot] 94089c6f48
Build(deps): Bump cloud.google.com/go/storage from 1.48.0 to 1.50.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.48.0 to 1.50.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.48.0...spanner/v1.50.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 19:05:32 +00:00
dependabot[bot] 65c5fe1fe7
Build(deps): Bump golang.org/x/sys from 0.29.0 to 0.30.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/sys/compare/v0.29.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 19:05:18 +00:00
dependabot[bot] 2c1b22c74f
Build(deps): Bump github.com/docker/cli
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.4.1+incompatible to 27.5.1+incompatible.
- [Commits](https://github.com/docker/cli/compare/v27.4.1...v27.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 19:05:13 +00:00
minikube-bot ce6428950e Updating kicbase image to v0.0.46-1739182054-20387 2025-02-10 10:27:07 +00:00
minikube-bot 1f24ff7f1f CNI: Update calico from v3.29.1 to v3.29.2 2025-02-10 10:06:04 +00:00
minikube-bot d922461609 Site: Update hugo from v0.143.0 to v0.143.1 2025-02-10 10:04:08 +00:00
minikube-bot 7897fa3339 Kicbase: Bump ubuntu:jammy from 20240911.1 to 20250126 2025-02-10 10:03:18 +00:00
minikube-bot 2c8eb82eb0 Update go-github from v68.0.0 to v69.0.0 2025-02-10 10:03:15 +00:00
Medya Ghazizadeh 86ca9841ad
Merge pull request #20361 from jeffmaury/fr
Add more french translation
2025-02-07 11:49:57 -08:00
Medya Ghazizadeh 00eeee409c
Merge pull request #20363 from prezha/bumpK8sAPI-v0.32.1
Bump kubernetes packages to v0.32.1
2025-02-07 11:42:34 -08:00
Predrag Rogic 7e7f32fac0
Bump kubernetes packages to v0.32.1 2025-02-05 01:28:56 +00:00
Medya Ghazizadeh cf3ab2afdf
Merge pull request #20331 from liangyuanpeng/cleanup_old_registry
Use 'registry.k8s.io' instead of 'gcr.io/google-containers'
2025-02-04 09:07:54 -08:00
Medya Ghazizadeh 32ee65d0e8
Merge pull request #20342 from minikube-bot/yearly-leaderboard-abdbc5b
Update Yearly Leaderboard
2025-02-04 09:04:07 -08:00
Medya Ghazizadeh c2db20466a
Merge pull request #20350 from minikube-bot/auto_bump_hugo_version
Site: Update hugo from v0.141.0 to v0.143.0
2025-02-04 09:03:42 -08:00
Medya Ghazizadeh ce19911021
Merge pull request #20348 from minikube-bot/auto_bump_gh_version
CI: Update gh from 2.65.0 to 2.66.1
2025-02-04 09:02:36 -08:00
dependabot[bot] 3c9f40e4b8 Build(deps): Bump github.com/GoogleCloudPlatform/cloudsql-proxy
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) from 1.37.3 to 1.37.4.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.4/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.3...v1.37.4)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 09:01:58 -08:00
dependabot[bot] aefb3fa1a1 Build(deps): Bump github.com/opencontainers/runc from 1.2.3 to 1.2.4
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.4/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 09:01:46 -08:00
dependabot[bot] a2b0d70562 Build(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 09:00:12 -08:00
dependabot[bot] 141fab37c3 Build(deps): Bump github.com/Xuanwo/go-locale from 1.1.2 to 1.1.3
Bumps [github.com/Xuanwo/go-locale](https://github.com/Xuanwo/go-locale) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/Xuanwo/go-locale/releases)
- [Changelog](https://github.com/Xuanwo/go-locale/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Xuanwo/go-locale/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: github.com/Xuanwo/go-locale
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 08:59:47 -08:00
Medya Ghazizadeh 0bdeb5ac7d
Merge pull request #20354 from minikube-bot/auto_bump_inspektor_gadget_version
Addon inspektor-gadget: Update inspektor-gadget image from v0.36.1 to v0.37.0
2025-02-04 08:58:54 -08:00
Jeff MAURY 317e26ab28 Fix french translation
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2025-02-04 09:35:11 +01:00
minikube-bot f4981b37ce Addon inspektor-gadget: Update inspektor-gadget image from v0.36.1 to v0.37.0 2025-02-03 10:06:54 +00:00
minikube-bot 3891febfbd Site: Update hugo from v0.141.0 to v0.143.0 2025-02-03 10:04:10 +00:00
minikube-bot 4d1052b78b CI: Update gh from 2.65.0 to 2.66.1 2025-02-03 10:02:35 +00:00
minikube-bot d8acfdc942 Update yearly leaderboard 2025-02-02 00:04:45 +00:00