Commit Graph

20914 Commits (4e33f9617360c69a47a9db8c379594c51fa5e55b)

Author SHA1 Message Date
Steven Powell 6c4fbfe06c Bump github.com/containerd/containerd from 1.5.2 to 1.6.16 2023-02-07 12:48:37 -08:00
Steven Powell fb74fcbb81
Merge pull request #15794 from spowelljr/getCommit
CI: return commit when getting GitHub releases
2023-02-07 11:10:15 -08:00
Steven Powell 25eaf2efc6 CI: return commit when getting GitHub releases 2023-02-06 14:09:45 -08:00
Steven Powell 7964b709ab site: improve QEMU documentation 2023-02-06 11:31:06 -08:00
dependabot[bot] a18ab6369a
Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.12 to 3.23.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.12...v3.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 18:04:49 +00:00
dependabot[bot] 0d2ea908ee
Bump google.golang.org/api from 0.108.0 to 0.109.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.108.0 to 0.109.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.108.0...v0.109.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-02-06 18:03:36 +00:00
Steven Powell 29500c395b
Merge pull request #15400 from ComradeProgrammer/doc_run_in_cn
docs: add doc for running minikube in China mainland
2023-02-06 07:50:47 -08:00
minikube-bot 9eff162dda bump golint versions 2023-02-06 10:02:22 +00:00
Товарищ программист 66a817ae25 docs: add doc for running minikube in china/iran 2023-02-05 21:02:59 +08:00
Anders F Björklund 90bc8a99b1 Look for cri-dockerd instead of hardcoding
Some people install the daemon in /usr/local/bin,
rather than under /usr/bin as the unit expects.
2023-02-05 12:32:22 +01:00
Steven Powell 62b5c51a96 fix linting 2023-02-03 15:04:39 -08:00
nickmancari c18687863e updated website docs with generate-docs 2023-02-03 15:39:49 -06:00
Nick Mancari c311d9e620
better verb choice for error output
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-03 15:33:55 -06:00
Nick Mancari 383a4c181c
better flag description
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-03 15:32:53 -06:00
Steven Powell f5eacdf2a5 qemu on windows 2023-02-03 10:37:06 -08:00
Steven Powell 5759d115d7 fix comment typo 2023-02-02 09:43:34 -08:00
Steven Powell b7f13c05b3 add func comment 2023-02-02 09:34:55 -08:00
Elizabeth Martin Campos 3f9c7f3eb4 fix: service command not honoring --wait arg
The minikube service <service> CLI command has a --wait argument documented that enabled the user to wait the given seconds for a service to be available in the cluster, but this was being ignored.

The logic for waiting was already implemented, but was being overriden by an unneeded early return. I removed that, and added a test case that verifies this feature is working as intended, since it was untested.
2023-02-02 18:29:27 +01:00
Steven Powell a9378cd149 add TestEnabledAddonPods 2023-02-02 09:27:26 -08:00
Steven Powell bd235dbc2c
Merge pull request #15763 from medyagh/disable_password
kic: limit SSH auth to only private key
2023-02-02 09:10:59 -08:00
nickmancari 229a721a84 fixed lint error 2023-02-02 05:45:43 -06:00
nickmancari d91847d6cf corrected the flag output 2023-02-01 21:08:53 -06:00
Medya Ghazizadeh a5b1fcad90
Merge pull request #15771 from minikube-bot/yearly-leaderboard
Update Yearly Leaderboard
2023-02-01 17:27:21 -08:00
minikube-bot 0fa1c45bf4 Update yearly leaderboard 2023-02-02 00:05:43 +00:00
Steven Powell e2fbb2d321 add ingress pod to logs output 2023-02-01 13:51:23 -08:00
Medya Ghazizadeh 09a245fd28
Merge pull request #15767 from medyagh/update_sec_contacts
update owners file and security contacts
2023-02-01 13:36:17 -08:00
nickmancari 1db52e77b4 added flag 2023-02-01 15:34:37 -06:00
Medya Gh 2112b983d2 add new line 2023-02-01 13:33:05 -08:00
minikube-bot e058085c1f Updating kicbase image to v0.0.37-1675280603-15763 2023-02-01 20:03:31 +00:00
Medya Gh e8a8fe572d address review comments 2023-02-01 11:35:58 -08:00
Medya Gh 71a2c4c5eb kic: disable password in ssh 2023-02-01 11:35:06 -08:00
Medya Ghazizadeh 46e23cef59
Merge pull request #15728 from spowelljr/updateBuildkit
Kicbase/ISO: Update buildkit to v0.11.2
2023-02-01 11:32:28 -08:00
Shubh Bapna 2d7df77bcb
Fix test error message
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-02-01 14:19:59 -05:00
Steven Powell 972db8adbd
Merge pull request #15743 from spowelljr/pdateCloudSpannerSHA
Update cloud-spanner SHA
2023-02-01 10:36:34 -08:00
Medya Gh 17c6ec2c5b update owners file 2023-02-01 10:34:33 -08:00
Medya Ghazizadeh 8e85e7d710
Merge pull request #15744 from spowelljr/fixGoUpdate
CI: Skip updating golang hash file if version already exists
2023-01-31 17:41:56 -08:00
Medya Ghazizadeh 2f518649f9
Merge pull request #15753 from spowelljr/updateHyperKitBaseImage
Update HyperKit build image from go1.17 to go1.19.5
2023-01-31 17:40:50 -08:00
minikube-bot 5159845608 Updating ISO to v1.29.0-1675184411-15728 2023-01-31 21:25:55 +00:00
Shubh Bapna b0513bcbc8 disabled addons while starting node if existing addons in nil 2023-01-31 14:19:28 -05:00
Shubh Bapna e0016e6ed1 added function to disable all addons in config. updated test cases 2023-01-31 14:18:48 -05:00
Steven Powell 5c72886400
Merge pull request #15754 from kubernetes/dependabot/go_modules/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace-1.11.0
Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.10.2 to 1.11.0
2023-01-30 14:09:28 -08:00
Steven Powell 7591663dcc
Merge pull request #15751 from kubernetes/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.12.0
Bump go.opentelemetry.io/otel/sdk from 1.11.2 to 1.12.0
2023-01-30 14:08:49 -08:00
dependabot[bot] 565e846018
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.10.2 to 1.11.0.
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/exporter/trace/v1.10.2...detectors/gcp/v1.11.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-01-30 21:43:28 +00:00
dependabot[bot] 184757f7ba
Bump go.opentelemetry.io/otel/sdk from 1.11.2 to 1.12.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.11.2 to 1.12.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.11.2...v1.12.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 21:37:26 +00:00
Steven Powell a66de6addf
Merge pull request #15729 from spowelljr/fixVirtualBoxMacOS
Update machine-drivers/machine
2023-01-30 13:19:11 -08:00
Steven Powell a199fb450e
Merge pull request #15746 from kundan2707/broken_link
corrected link for auto completion
2023-01-30 13:16:47 -08:00
Steven Powell e8659f20b5
Merge pull request #15749 from kubernetes/dependabot/go_modules/github.com/google/go-containerregistry-0.13.0
Bump github.com/google/go-containerregistry from 0.12.1 to 0.13.0
2023-01-30 13:13:12 -08:00
Steven Powell 093a7a9f6b
Merge pull request #15748 from kubernetes/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.12.0
Bump go.opentelemetry.io/otel/trace from 1.11.2 to 1.12.0
2023-01-30 13:11:54 -08:00
Steven Powell 69904027d5
Merge pull request #15747 from kubernetes/dependabot/go_modules/github.com/santhosh-tekuri/jsonschema/v5-5.2.0
Bump github.com/santhosh-tekuri/jsonschema/v5 from 5.1.1 to 5.2.0
2023-01-30 13:10:57 -08:00
Steven Powell 594b29ef9c
Merge pull request #15742 from spowelljr/removeMakefileChange
CI: Remove assigning MINIKUBE_VERSION to VERSION
2023-01-30 13:07:32 -08:00