Commit Graph

19842 Commits (76e7e29fc87ba72493cb87eac9de149189eec68c)

Author SHA1 Message Date
dlorenc 01a699b089 Remove static UUID 2016-10-24 09:15:25 -07:00
dlorenc 2a47032c9e Merge pull request #740 from r2d4/completion
Add simple bash completion for minikube
2016-10-24 09:08:21 -07:00
Boris Schrijver e717f5f84a Add option to specify network name for KVM. 2016-10-24 16:22:32 +02:00
dlorenc 76896c0260 Merge pull request #741 from r2d4/releases12
Update releases for v0.12.0
2016-10-21 17:27:47 -07:00
Matt Rickard 17efbaade8 Update releases for v0.12.0 2016-10-21 15:01:00 -07:00
Aaron Prindle a9f1321075 Merge pull request #739 from r2d4/v0.12.0
Cut v0.12.0 release
2016-10-21 14:43:30 -07:00
Matt Rickard 24bced3969 Add simple bash completion for minikube
Similar to `kubectl completion bash`.  Does not support more advanced
queries, just commands.  Added as part of `make gendocs`
2016-10-21 14:42:06 -07:00
Matt Rickard 0477f82204 Cut v0.12.0 release 2016-10-21 10:59:44 -07:00
dlorenc 129f565611 Merge pull request #719 from aaron-prindle/hyperv-switch-flag
Added hyperv virtual switch configuration flag for hyperv driver
2016-10-21 10:03:23 -07:00
Aaron Prindle 7c6c0cfe68 Merge pull request #736 from aaron-prindle/fix-addons-cmd
Removed checks that were causing addons cmd to fail after switching t…
2016-10-21 09:59:05 -07:00
dlorenc 3a61ad6ab2 Merge pull request #731 from dlorenc/env
Add support for the KUBECONFIG env var during 'minikube start'.
2016-10-21 09:50:10 -07:00
Aaron Prindle c2561c861a Removed checks that were causing addons cmd to fail after switching to validation/callback format 2016-10-21 09:19:24 -07:00
Aaron Prindle f2f53e946e Added hyperv virtual switch configuration flag for hyperv driver. Also
updated docs.
2016-10-20 17:11:31 -07:00
Matt Rickard 792ad7a79f Merge pull request #734 from r2d4/v1.4.2
Add v1.4.2 k8s release
2016-10-20 15:52:24 -07:00
Matt Rickard 914804c5a5 Add v1.4.2 k8s release 2016-10-20 15:09:31 -07:00
Aaron Prindle f950763cc7 Merge pull request #733 from dlorenc/it
Integration test cleanup.
2016-10-20 13:36:32 -07:00
Matt Rickard c9ac0c04fd Merge pull request #730 from r2d4/v1.4.3
Upgrade default k8s to v1.4.3
2016-10-20 13:25:00 -07:00
Aaron Prindle 516c37f5ce Merge pull request #732 from aaron-prindle/remove-reporting-from-user-error
Reduced the number of error reporting endpoints as some were user err…
2016-10-20 12:45:27 -07:00
dlorenc 483531164e Integration test cleanup.
Set logging to verbose, cleanup config before runs.
2016-10-20 12:32:59 -07:00
Aaron Prindle 365599ff29 Reduced the number of error reporting endpoints as some were user error and some did not give useful output that we could act on (example: ssh) 2016-10-20 12:07:01 -07:00
Matt Rickard 725fa82965 Add v1.4.3 to k8s releases 2016-10-20 11:46:49 -07:00
Matt Rickard 2202d5ccfc Upgrade default k8s to v1.4.3
No manual changes needed
2016-10-20 11:42:45 -07:00
dlorenc 20e6b2a56f Add support for the KUBECONFIG env var during 'minikube start'. 2016-10-20 11:41:11 -07:00
Matt Rickard 5fb2b35698 Merge pull request #723 from jimmidyson/error-report-prompt
Limit error reporting message to 80 cols width to reduce dodgy wrapping
2016-10-20 09:27:28 -07:00
Jimmi Dyson e62d7291a6
Limit error reporting message to 80 cols width to reduce dodgy wrapping 2016-10-20 10:55:24 +01:00
dlorenc f16658c5ba Merge pull request #720 from jimmidyson/service-format
Add format flag to service command
2016-10-19 17:24:39 -07:00
Jimmi Dyson 3e82478373
Add format flag to service command 2016-10-19 19:52:33 +01:00
Matt Rickard ef837c072e Merge pull request #718 from dlorenc/rmwindows
Remove the windows pending status on PRS.
2016-10-19 10:18:16 -07:00
Matt Rickard 7300906a2a Merge pull request #717 from r2d4/r2d4-patch-1
Fix README Host Mounted Folders
2016-10-19 09:56:19 -07:00
Matt Rickard 34966b84a5 Fix README Host Mounted Folders
Linux isn't actually supported with virtualbox yet
2016-10-19 09:55:09 -07:00
dlorenc 1f6616ad07 Merge pull request #711 from r2d4/integration-test
Fix docker-env integration test
2016-10-19 09:36:59 -07:00
Dan Lorenc 553aa4d0a6 Remove the windows pending status on PRS. 2016-10-19 09:21:41 -07:00
Jimmi Dyson 36d8d6a885 Merge pull request #714 from zoidbergwill/patch-1
Fix numbering in README
2016-10-19 10:03:07 +01:00
William Martin Stewart fbb28f9ce9 Fix numbering in README 2016-10-19 10:21:36 +02:00
Matt Rickard fa215b7d70 Merge pull request #709 from r2d4/addon-mgr
Move addon-manager to deploy/addons, upgrade v5.1
2016-10-18 16:41:53 -07:00
Matt Rickard d257fca5db Fix docker-env integration test
Make sure that --minikube-args are passed through to the start command
in our docker-env integration test
2016-10-18 14:52:06 -07:00
dlorenc 9de8cf8da6 Merge pull request #692 from s-urbaniak/minikube-iso
add buildroot based minikube-iso build infrastructure
2016-10-18 13:58:57 -07:00
Matt Rickard 0e7ff379d4 Move addon-manager to deploy/addons, upgrade v5.1 2016-10-18 12:09:03 -07:00
Jimmi Dyson 3c031c06cc Merge pull request #696 from jimmidyson/atomic-file-cache
Use temp file for cached downloads & rename to handle interrupted downloads gracefully
2016-10-18 09:30:32 +01:00
dlorenc 99b1e89b98 Merge pull request #705 from jimmidyson/docker-env-ipv6
Handle VM IPv6 addresses in docker env
2016-10-17 11:38:27 -07:00
dlorenc 8a1f2a7500 Merge pull request #701 from jimmidyson/text-template-import
Use text/template for buildroot provision template
2016-10-17 11:38:15 -07:00
Jimmi Dyson 47566d171a
Handle VM IPv6 addresses in docker env 2016-10-17 14:33:27 +01:00
Jimmi Dyson 82cb28918f
Use text/template for buildroot provision template 2016-10-17 10:00:43 +01:00
Jimmi Dyson 4a4a66b017
Use temp file for ISO download & refactor hashing to calculate during streaming download 2016-10-14 23:22:56 +01:00
Jimmi Dyson 77474e5d0f Merge pull request #698 from r2d4/disk-size-vmware
Pass disk-size flag to VMWareFusion driver
2016-10-14 21:57:06 +01:00
Jimmi Dyson 3b5498bc48
Use temp file for cached downloads & rename to handle interrupted downloads gracefully 2016-10-14 21:37:41 +01:00
Matt Rickard 06a4cc6f35 Pass disk-size flag to VMWareFusion driver
Fixes #697
2016-10-14 13:33:17 -07:00
Matt Rickard 673aaf591c Merge pull request #695 from jimmidyson/config-list
Add config list subcommand
2016-10-14 12:43:32 -07:00
Jimmi Dyson 097505b540
Add config view subcommand 2016-10-14 19:46:59 +01:00
Matt Rickard 4a09da770f Merge pull request #648 from r2d4/retry-error
Add RetryableError for the Retry util
2016-10-13 14:22:03 -07:00