Commit Graph

19899 Commits (c5073bc46e728db04aa02bf4060d6d2d01d607c8)

Author SHA1 Message Date
Steven Powell c5d2c652aa
Merge pull request #14765 from klaases/qemudoc2
Site: add documentation for flag: 'qemu-firmware-path'
2022-09-09 15:25:57 -07:00
klaases e9698c94a8 trim `minikube delete` suggestion 2022-09-09 15:00:43 -07:00
Steven Powell 2d61bf6204 update auto-pause Go version and python 2022-09-09 14:17:38 -07:00
Steven Powell 0994a96f38 update ISO Go version 2022-09-09 13:52:52 -07:00
Steven Powell c82d7f3459 ISO: Update Docker from 20.10.17 to 20.10.18 2022-09-09 13:22:40 -07:00
Steven Powell c2aa63848f removed unused config value 2022-09-09 12:35:28 -07:00
Steven Powell f9199b56b5
Merge pull request #14103 from klaases/addon1
readability improvements for addons.go
2022-09-09 09:57:59 -07:00
klaases 8bfc23632c prefer MacPorts 2022-09-08 16:59:30 -07:00
klaases 44778427a6 remove repeated params 2022-09-08 15:31:50 -07:00
klaases 903d60f576 do not change source parameter 2022-09-08 15:23:24 -07:00
klaases 3493e50dc5
Merge branch 'master' into qemudoc2 2022-09-08 14:59:58 -07:00
Steven Powell d70d10eef3
Merge pull request #14919 from klaases/qemu-const1
fix defaultSSHUser and string formats
2022-09-08 10:41:46 -07:00
dependabot[bot] 2a8f5be5f2
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.8.6 to 1.8.7.
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/exporter/trace/v1.8.6...exporter/trace/v1.8.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 16:44:22 +00:00
Steven Powell 41c6f48241
Merge pull request #14918 from spowelljr/updateK8sImports
Update k8s imports to v0.25.0
2022-09-08 09:41:34 -07:00
Steven Powell 5e09f2ea48
Merge pull request #14864 from renatolabs/loopvar-capture-fix
Fix wrong use of loop variable in parallel test
2022-09-08 09:15:43 -07:00
Steven Powell 39640dcb8e
Merge pull request #14762 from klaases/qemudoc1
Document qemu start and default commands
2022-09-08 09:11:39 -07:00
klaases 536e17360e fix defaultSSHUser and string formats 2022-09-07 15:00:14 -07:00
klaases b808caa44b do not name return error variable 2022-09-07 14:48:05 -07:00
klaases 30bad7c920
Update pkg/minikube/assets/addons.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-09-07 14:39:33 -07:00
klaases 6b46f59ea5 Restore return comment 2022-09-07 14:38:07 -07:00
klaases 9e8c6c48dc Fix coding errors in addons.go file 2022-09-07 14:38:07 -07:00
Renato Costa 4094d23faa Fix wrong use of loop variable in parallel test
This fixes an occurrence of a loop variable being incorrectly captured
in a parallel test (`TestVersionIsBetween`). With the previous code,
only the last test case is actually exercised. To work around this
problem, we create a local coapy of the range variable before the
parallel test, as suggested in the documentation for the `testing`
package:

https://pkg.go.dev/testing#hdr-Subtests_and_Sub_benchmarks

Some assertions had to be changed as they were incorrect.

Issue was found using the `loopvarcapture` linter.
2022-09-07 16:47:57 -04:00
Steven Powell f95c89bffc update k8s imports to v0.25.0 2022-09-07 10:02:17 -07:00
Steven Powell 8d0cd99fb7
Merge pull request #14904 from spowelljr/updateBaseImage
Update kicbase base image
2022-09-06 16:02:47 -07:00
Steven Powell 4e690ba3ce
Merge pull request #14916 from spowelljr/addUpdateCheckParamsm
Add more update check params
2022-09-06 16:02:28 -07:00
Steven Powell 8c6a561b9e add more update check params 2022-09-06 15:04:04 -07:00
Steven Powell 214e051410
Merge pull request #14892 from sashashura/patch-1
GitHub Workflows security hardening
2022-09-02 11:05:57 -07:00
Alex b4a75e9855
Update twitter-bot.yml 2022-09-02 18:09:33 +01:00
minikube-bot 6af725e56e Updating kicbase image to v0.0.33-1662137001-14904 2022-09-02 17:02:36 +00:00
Steven Powell 0f3bc5fd90
Merge pull request #14898 from minikube-bot/yearly-leaderboard
Update Yearly Leaderboard
2022-09-02 09:53:38 -07:00
Steven Powell 2e2903cf60 update kicbase base image 2022-09-02 09:36:38 -07:00
Janis Bebritis 3f46fea576
Conditional podsecuritypolicy include for pre 1.25 versions 2022-09-02 15:59:51 +03:00
Jānis Bebrītis 22c14c197a
Removing podsecuritypolicy due to 1.25 policy/v1beta1 deprecation 2022-09-02 14:49:34 +03:00
minikube-bot 896c8f3b12 Update yearly leaderboard 2022-09-02 00:04:46 +00:00
Steven Powell 7d5b6ddc78
Merge pull request #14895 from klaases/site-docker1
Site: Docker Desktop on Linux unsupported
2022-08-31 16:00:12 -07:00
klaases 2c72c9e99c improve grammar 2022-08-31 15:54:01 -07:00
klaases c3cecc85ba Docker Desktop unsupported 2022-08-31 15:46:34 -07:00
Steven Powell f2df65f49d
Merge pull request #14482 from andrewhamilton-okta/fix-containerd-insecure-registry
Fixes containerd configuration issue with insecure registries
2022-08-31 14:29:01 -07:00
Steven Powell 87cb961f53
Merge pull request #14894 from spowelljr/fixNewRegistyTest
Fix VerifyKubernetesImages test for k8s 1.25+
2022-08-31 14:28:05 -07:00
klaases f7f69be622 suggest purge instead 2022-08-31 14:20:11 -07:00
Steven Powell d88fbb1f99 fix VerifyKubernetesImages test for k8s 1.25+ 2022-08-31 14:16:51 -07:00
Medya Ghazizadeh d2a8970917
Merge pull request #13359 from afbjorklund/handbook-runtimes
Document container runtimes available
2022-08-31 14:10:35 -04:00
Steven Powell e7764cd1ca
Merge pull request #14891 from spowelljr/updateProw
Update prow image
2022-08-31 10:24:38 -07:00
Steven Powell 906d40f7a8
Merge pull request #14768 from afbjorklund/kubeadm-registry
The DefaultKubernetesRepo changed for 1.25.0
2022-08-31 10:23:43 -07:00
Medya Ghazizadeh ce5ff7ce72
Merge pull request #14889 from kubernetes/dependabot/go_modules/github.com/opencontainers/runc-1.1.4
Bump github.com/opencontainers/runc from 1.1.3 to 1.1.4
2022-08-31 10:04:03 -04:00
Alex e82feb54e4
Update twitter-bot.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-08-31 10:15:37 +01:00
Steven Powell 8a87b6449b update prow image 2022-08-30 15:52:00 -07:00
dependabot[bot] 531cd5ddf7
Bump github.com/opencontainers/runc from 1.1.3 to 1.1.4
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.4/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.3...v1.1.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>
2022-08-30 21:26:14 +00:00
Steven Powell 67f0590247
Merge pull request #14876 from kubernetes/dependabot/go_modules/google.golang.org/api-0.94.0
Bump google.golang.org/api from 0.93.0 to 0.94.0
2022-08-30 14:22:49 -07:00
Steven Powell 5287d0ffdc
Merge pull request #14879 from kubernetes/dependabot/github_actions/actions/setup-go-3.3.0
Bump actions/setup-go from 3.2.1 to 3.3.0
2022-08-30 14:21:49 -07:00