Commit Graph

22672 Commits (9686b1da1a3f53b06c4d4fca816d05765f034730)

Author SHA1 Message Date
dependabot[bot] 9686b1da1a
Build(deps): Bump golang.org/x/mod from 0.12.0 to 0.13.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/mod/compare/v0.12.0...v0.13.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>
2023-10-05 18:15:17 +00:00
Steven Powell 1075321a11
Merge pull request #17353 from spowelljr/removeUnusedShorthands
Remove shorthand func when not used
2023-10-05 11:12:42 -07:00
Steven Powell 63abe3c5b6
Merge pull request #17357 from kubernetes/dependabot/go_modules/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace-1.20.0
Build(deps): Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.19.1 to 1.20.0
2023-10-05 11:09:13 -07:00
Steven Powell 52ffab23f8
Merge pull request #17358 from kubernetes/dependabot/go_modules/google.golang.org/api-0.144.0
Build(deps): Bump google.golang.org/api from 0.143.0 to 0.144.0
2023-10-05 10:51:09 -07:00
Steven Powell bc4a658958
Merge pull request #17356 from kubernetes/dependabot/go_modules/golang.org/x/sync-0.4.0
Build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0
2023-10-05 10:50:16 -07:00
dependabot[bot] 8a7a2ff895
Build(deps): Bump google.golang.org/api from 0.143.0 to 0.144.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.143.0 to 0.144.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.143.0...v0.144.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 17:22:13 +00:00
dependabot[bot] f7b517b07a
Build(deps): Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 1.19.1 to 1.20.0.
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/detectors/gcp/v1.19.1...detectors/gcp/v1.20.0)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 17:21:53 +00:00
dependabot[bot] 210f077d1b
Build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/golang/sync/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 17:21:41 +00:00
Steven Powell 79d368e2e8 Fix shorthand when not needed 2023-10-04 15:35:13 -07:00
Steven Powell d46a1f99e5
Merge pull request #17350 from minikube-bot/gendocs
Update auto-generated docs and translations
2023-10-04 12:32:13 -07:00
minikube-bot 25710e0cc4 Update auto-generated docs and translations 2023-10-04 18:46:39 +00:00
Medya Ghazizadeh 6dd875c171
Merge pull request #17324 from spowelljr/fixEnablingAddon
Fix enabling & disabling addons with non-existing cluster
2023-10-04 11:45:41 -07:00
Medya Ghazizadeh daf0e6617b
Merge pull request #17325 from spowelljr/checkForHyperVMemoryValidation
Add Hyper-V memory validation for odd numbers
2023-10-04 11:43:26 -07:00
Medya Ghazizadeh 9ff7852983
Merge pull request #17347 from spowelljr/fixCRIDelete
Fix delete if container-runtime doesn't exist
2023-10-04 11:41:09 -07:00
Steven Powell 76d5a8b347
Merge pull request #17348 from minikube-bot/auto_bump_ingress_version
Addon ingress: Update ingress-nginx/controller image from v1.9.0 to v1.9.1
2023-10-04 10:07:12 -07:00
Steven Powell 82ce3d1a0c
Merge pull request #17345 from minikube-bot/auto_bump_ubuntu_version
Kicbase: Bump ubuntu:jammy from 20230816 to 20230916
2023-10-04 10:01:06 -07:00
minikube-bot 45bf4980d6 Addon ingress: Update ingress-nginx/controller image from v1.9.0 to v1.9.1 2023-10-04 00:02:54 +00:00
Steven Powell 863f70d57d fix delete if CRI doesn't exist 2023-10-03 16:02:37 -07:00
Medya Ghazizadeh 74a45cce48
Merge pull request #17343 from spowelljr/simplifyBuild
CI: Simplify build for arm64 functional tests
2023-10-03 12:48:34 -07:00
minikube-bot 57fac428b5 Updating kicbase image to v0.0.40-1696360059-17345 2023-10-03 19:25:37 +00:00
Steven Powell c6ebc51017
Merge pull request #17344 from minikube-bot/auto_bump_gh_version
CI: Update gh from 2.35.0 to 2.36.0
2023-10-03 12:09:18 -07:00
minikube-bot 77a60cf5cc Kicbase: Bump ubuntu:jammy from 20230816 to 20230916 2023-10-03 19:03:16 +00:00
minikube-bot 9b04167f12 CI: Update gh from 2.35.0 to 2.36.0 2023-10-03 19:03:03 +00:00
Steven Powell 77ed6b64b3
Merge pull request #17326 from kubernetes/dependabot/github_actions/actions/setup-go-4.1.0
Build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0
2023-10-03 11:49:09 -07:00
Medya Ghazizadeh ada5465059
Merge pull request #17323 from spowelljr/fixNetworkError
Fix network not found not being detected on new Docker versions
2023-10-03 10:14:22 -07:00
Steven Powell 36316b0cd0
Merge pull request #17339 from minikube-bot/auto_bump_nerdctl_version-f881b33
Kicbase/ISO: Update nerdctl from 1.5.0 to 1.6.0
2023-10-03 09:30:58 -07:00
Steven Powell 8c806400eb fix checkout output 2023-10-03 09:29:07 -07:00
Steven Powell 816de95c24 suggest memory value 2023-10-02 14:21:36 -07:00
Steven Powell 2b5ef3d746 CI: Simplify build for arm64 functional tests 2023-10-02 14:10:53 -07:00
dependabot[bot] daeff6c1b9
Build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4.0.1...93397bea11091df50f3d7e59dc26a7711a8bcfbe)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 18:51:52 +00:00
Medya Ghazizadeh ef873977c2
Merge pull request #17306 from spowelljr/autoUpdateIstioOperator
CI: Auto update istio/operator image
2023-10-02 11:50:38 -07:00
Medya Ghazizadeh 02c0db52e6
Merge pull request #17235 from spowelljr/removeUnsedArgs
Kicbase: remove unused args
2023-10-02 11:44:13 -07:00
Medya Ghazizadeh e38ae861d5
Merge pull request #17301 from spowelljr/fixTmplYaml
addons: Fixed files having `.tmpl` that aren't templates
2023-10-02 11:29:45 -07:00
Steven Powell 4ee34d3f0f
Merge pull request #17342 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.23.9
Build(deps): Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9
2023-10-02 11:24:51 -07:00
Steven Powell 7f3ab4d392
Merge pull request #17341 from kubernetes/dependabot/go_modules/github.com/otiai10/copy-1.14.0
Build(deps): Bump github.com/otiai10/copy from 1.12.0 to 1.14.0
2023-10-02 11:24:20 -07:00
Steven Powell 5c84aedf47
Merge pull request #17302 from spowelljr/updateAutoPauseDuration
Fix updating auto-pause-duration
2023-10-02 10:27:01 -07:00
dependabot[bot] bc04d9b484
Build(deps): Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.8 to 3.23.9.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.8...v3.23.9)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 17:08:47 +00:00
dependabot[bot] 86f9e896e7
Build(deps): Bump github.com/otiai10/copy from 1.12.0 to 1.14.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.12.0 to 1.14.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.12.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 17:08:37 +00:00
Steven Powell 1dcd777f49
Merge pull request #17340 from minikube-bot/auto_bump_inspektor_gadget_version
Addon inspektor-gadget: Update inspektor-gadget image from v0.20.0 to v0.21.0
2023-10-02 10:04:08 -07:00
Steven Powell d396ed5d6a
Merge pull request #17334 from ComradeProgrammer/build_and_run_action
fix: decrease runs for benchmark
2023-10-02 09:41:14 -07:00
Steven Powell 840a464aa2
Merge pull request #17337 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2023-10-02 09:39:58 -07:00
Steven Powell fbd1883a39
Merge pull request #17335 from minikube-bot/yearly-leaderboard-f881b33
Update Yearly Leaderboard
2023-10-02 09:39:43 -07:00
Steven Powell bd3274af9e
Merge pull request #17336 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2023-10-02 09:39:06 -07:00
Steven Powell ea8deae6ce
Merge pull request #17338 from minikube-bot/auto_bump_golang_version-f881b33
Update go from 1.21.1 to 1.21.1
2023-10-02 09:38:26 -07:00
Steven Powell d2a2a94834
Merge pull request #17330 from kubernetes/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.19.0
Build(deps): Bump go.opentelemetry.io/otel/sdk from 1.18.0 to 1.19.0
2023-10-02 09:37:46 -07:00
Steven Powell aedf876e1c
Merge pull request #17327 from kubernetes/dependabot/github_actions/actions/checkout-4.1.0
Build(deps): Bump actions/checkout from 3.5.3 to 4.1.0
2023-10-02 09:36:27 -07:00
minikube-bot 0bd9d64654 Updating kicbase image to v0.0.40-1696241247-17339 2023-10-02 10:24:59 +00:00
minikube-bot 49babfe4fc Addon inspektor-gadget: Update inspektor-gadget image from v0.20.0 to v0.21.0 2023-10-02 10:06:12 +00:00
minikube-bot 014884f423 Kicbase/ISO: Update nerdctl from 1.5.0 to 1.6.0 2023-10-02 10:04:49 +00:00
minikube-bot 11871e8e2f Update go from 1.21.1 to 1.21.1 2023-10-02 09:03:01 +00:00