minikube-bot
054c515c21
Update auto-generated docs and translations
2021-10-14 21:55:10 +00:00
Steven Powell
cc3d27431f
Merge pull request #12709 from csantanapr/csantanapr/issue12708
...
make options command discoverable in minikube help
2021-10-14 14:53:02 -07:00
Sharif Elgamal
c3a9f66a8d
Merge pull request #11590 from dinever/detailed-test-info
...
Add detailed info generation for integration tests
2021-10-14 11:17:23 -07:00
Carlos Santana
2f0e883e60
make options command discoverable in minikube help
2021-10-14 13:15:06 -04:00
Sharif Elgamal
3f5ba297f4
Merge pull request #12666 from tayl0r/patch-2
...
Updated windows commands to reflect recent changes
2021-10-12 15:00:58 -07:00
Sharif Elgamal
9c51950644
Merge pull request #12685 from afbjorklund/podman-network-inspect
...
Match the lower case of the podman error message
2021-10-12 14:58:41 -07:00
Steven Powell
d5cdc284a3
Merge pull request #12694 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.5.9
...
Bump github.com/hashicorp/go-getter from 1.5.8 to 1.5.9
2021-10-11 12:54:14 -07:00
Steven Powell
2dab9ec203
Merge pull request #12695 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.18.0
...
Bump cloud.google.com/go/storage from 1.17.0 to 1.18.0
2021-10-11 12:52:15 -07:00
dependabot[bot]
bb85436360
Bump cloud.google.com/go/storage from 1.17.0 to 1.18.0
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.17.0...spanner/v1.18.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>
2021-10-11 18:31:49 +00:00
dependabot[bot]
e317485cba
Bump github.com/hashicorp/go-getter from 1.5.8 to 1.5.9
...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter ) from 1.5.8 to 1.5.9.
- [Release notes](https://github.com/hashicorp/go-getter/releases )
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml )
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.8...v1.5.9 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 18:31:29 +00:00
Peixuan Ding
b43f0bcd39
Add detailed info for integration tests
2021-10-11 01:00:06 -04:00
Anders F Björklund
75804c43ad
Match the lower case of the podman error message
...
Turns out that Docker says "No such network",
but Podman says "no such network". Little nuances.
2021-10-10 12:25:18 +02:00
Steven Powell
9bccfd0b21
Merge pull request #12615 from goodfirstissue/patch
...
Move from deprecated ioutil to os and io packages
2021-10-08 08:44:34 -07:00
KallyDev
70022d9b2e
Move from deprecated ioutil to os and io packages
2021-10-08 08:57:19 +08:00
Steven Powell
c03ffa5e58
Merge pull request #12672 from marcvelasco/mvelasc-patch-2
...
fix for #12659 , utilize absolute path when tilde starts ssh-key path
2021-10-07 16:35:22 -04:00
Steven Powell
b405bf6d1d
Merge pull request #12668 from spowelljr/updateHyperkitBuildImage
...
Update HYPERKIT_BUILD_IMAGE to Go 1.17
2021-10-07 15:23:54 -04:00
Steven Powell
a90200a1fc
add comment to source code
2021-10-07 12:22:42 -07:00
Marc Velasco
a48e875ec1
return error if unable to get os.UserHomeDir in ssh-key when resolving absolute path
2021-10-07 11:57:43 -07:00
Sharif Elgamal
c972ce79d2
Merge pull request #12667 from sharifelgamal/test-improvments
...
reboot windows machines after every test
2021-10-07 11:40:25 -07:00
Sharif Elgamal
910105c898
Merge pull request #12676 from kubernetes/sharifelgamal-patch-5
...
Add hyper-v tests to flake rate charts
2021-10-07 11:29:10 -07:00
Sharif Elgamal
dd3510ff65
Add hyper-v tests to flake rate charts
2021-10-07 11:24:44 -07:00
Marc Velasco
4f5524f039
changes for comments to the PR, use os.UserHomeDir and strings.hasprefix, move package order
2021-10-07 10:40:13 -07:00
Marc Velasco
a827379f08
remove comment before absolute path function to fix lint errors
2021-10-07 09:27:25 -07:00
Marc Velasco
c27326cab8
fix for #12659 , rendor absolute path when tilde starts ssh-key path
2021-10-06 23:14:46 -07:00
Steven Powell
0c42e4a6d7
update HYPERKIT_BUILD_IMAGE to Go 1.17
2021-10-06 15:26:39 -07:00
Sharif Elgamal
de3deb727a
reboot windows machines after every test
2021-10-06 13:25:09 -07:00
Taylor Steil
362e42bf7a
Updated windows commands to reflect recent changes
...
The current windows commands to setup a local registry no longer worked for me. The registry addon is setup to listen on port 80, not port 5000. It is unclear if this is a bug or intentional. If it is intentional, the changes in this PR should get this documentation up to date.
Specifically, this PR updates the port forward from 5000:5000 to 5000:80, and adds another line to make it more clear that the "registry vm" is the registry service as obtained from the list of services.
2021-10-06 13:07:06 -07:00
Steven Powell
5006fee96a
Merge pull request #12665 from minikube-bot/gendocs
...
Update auto-generated docs and translations
2021-10-06 13:52:21 -04:00
minikube-bot
5814057d40
Update auto-generated docs and translations
2021-10-06 17:01:28 +00:00
Steven Powell
7f827f93b3
Merge pull request #11752 from RA489/fix_ui
...
Minikube stop - correct the number of stopped nodes
2021-10-06 12:59:18 -04:00
RA489
ce2602c157
Minikube stop - correct the number of stopped nodes
2021-10-06 09:35:34 +05:30
Sharif Elgamal
94617c73d3
Merge pull request #12626 from sharifelgamal/hyperv-test
...
Enable Hyper-V integration tests
2021-10-05 16:41:09 -07:00
Steven Powell
e49ef3b251
Merge pull request #12653 from kubernetes/dependabot/go_modules/google.golang.org/api-0.58.0
...
Bump google.golang.org/api from 0.57.0 to 0.58.0
2021-10-05 16:07:42 -04:00
Sharif Elgamal
f1f43eab51
Merge branch 'master' of github.com:kubernetes/minikube into hyperv-test
2021-10-05 12:55:11 -07:00
dependabot[bot]
42801e6ce7
Bump google.golang.org/api from 0.57.0 to 0.58.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.57.0 to 0.58.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.57.0...v0.58.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>
2021-10-05 19:40:37 +00:00
Steven Powell
c68f838ec3
Merge pull request #12652 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.9incompatible
...
Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.9+incompatible
2021-10-05 15:09:02 -04:00
Steven Powell
bcf3fad565
Merge pull request #12651 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.17.0
...
Bump cloud.google.com/go/storage from 1.16.1 to 1.17.0
2021-10-05 15:07:38 -04:00
Steven Powell
ca2a230c98
Merge pull request #12650 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.9
...
Bump github.com/shirou/gopsutil/v3 from 3.21.8 to 3.21.9
2021-10-05 15:04:45 -04:00
Steven Powell
5d100b19bf
Merge pull request #12584 from claudiubelu/e2e-test-images-refs
...
Updates E2E test images registry
2021-10-05 14:43:36 -04:00
Steven Powell
c516c43aaf
Merge pull request #12641 from duttaANI/updateHelmTillerImage
...
Update Helm Tiller image to v2.17.0
2021-10-05 14:39:37 -04:00
Sharif Elgamal
85422b0a9d
actually run the cron :)
2021-10-05 11:16:58 -07:00
Sharif Elgamal
79c16ab5cb
fix github context when docker fails
2021-10-05 09:25:08 -07:00
Sharif Elgamal
d61c75cab1
cleanup the, uh, cleanup scripts
2021-10-05 08:55:39 -07:00
Sharif Elgamal
c944a0ced5
Merge pull request #12364 from yosshy/japanese-translation
...
Update Japanese translation
2021-10-04 18:03:04 -07:00
dependabot[bot]
2bfde8737e
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.7+incompatible to 20.10.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/docker/docker/compare/v20.10.7...v20.10.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:35:29 +00:00
dependabot[bot]
ba2eb79009
Bump cloud.google.com/go/storage from 1.16.1 to 1.17.0
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.16.1...pubsub/v1.17.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>
2021-10-04 18:35:15 +00:00
dependabot[bot]
5ed0b275f8
Bump github.com/shirou/gopsutil/v3 from 3.21.8 to 3.21.9
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.21.8 to 3.21.9.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.8...v3.21.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>
2021-10-04 18:34:49 +00:00
Steven Powell
1a4160e60d
Merge pull request #12081 from spowelljr/buildkitSocket
...
buildkit socket: Add systemd unit
2021-10-01 20:49:41 -04:00
Sharif Elgamal
b887c235e7
refactor common code like a good programmer
2021-10-01 16:45:03 -07:00
Steven Powell
eef613064e
remove unused var
2021-10-01 21:30:00 +00:00