Commit Graph

7910 Commits (f22efd871aa7173f20ba41dc7e43735daa8dc051)

Author SHA1 Message Date
minikube-bot ce94bccd99 Update releases.json to include v1.6.2 2019-12-20 00:13:36 -08:00
Medya Ghazizadeh 54f28ac5d3
Merge pull request #6130 from medyagh/update_v1.6.2
Bump up version to v1.6.2
2019-12-20 00:03:28 -08:00
Medya Gh bfa7931659 skip prettifying windows for now 2019-12-19 23:58:09 -08:00
Medya Gh b4e43bbfe6 bump gopogh and attempt to fix windows script 2019-12-19 22:21:02 -08:00
Medya Gh f1933f44dd fix script 2019-12-19 19:03:59 -08:00
Medya Gh d23abdcd38 fix bash script 2019-12-19 18:26:30 -08:00
Priya Wadhwa 2f50957418 increase wait times for pods, virtualbox integration test was timing out 2019-12-19 16:57:06 -08:00
Medya Gh 1869d1a632 Add changelog for 1.6.2 2019-12-19 16:34:05 -08:00
Thomas Strömberg bb202817bb
Merge pull request #6128 from tstromberg/advice-refresh
problem: Refresh advice, flip hide vs show default for links
2019-12-19 16:32:40 -08:00
Medya Gh d63d00a3e9 update version to 1.6.2 2019-12-19 16:24:13 -08:00
Thomas Strömberg d24c802fdd
Merge pull request #6129 from tstromberg/no-create-retry
start: Remove create/delete retry loop
2019-12-19 16:24:05 -08:00
tstromberg cae166e74c Merge branch 'master' into advice-refresh 2019-12-19 16:23:25 -08:00
tstromberg 3ea6147624 Merge branch 'master' into int-ughs 2019-12-19 16:16:43 -08:00
Thomas Strömberg 00c2ba1cbb
Merge pull request #6121 from tstromberg/less-catastrophic
Change error text to encourage better issue reports
2019-12-19 16:16:12 -08:00
tstromberg f438bb7ec8 Merge branch 'master' into less-catastrophic 2019-12-19 16:15:47 -08:00
tstromberg bf183603c5 Disable StartHost retry. It caused more problems than it solved 2019-12-19 16:10:44 -08:00
Medya Gh 7f79828f21 add -test.v back 2019-12-19 16:07:46 -08:00
tstromberg 512b3cb314 Refresh advice, flip hide vs show default for links 2019-12-19 16:04:34 -08:00
Medya Gh 8174151a9c fix windows hyperscript 2019-12-19 16:03:44 -08:00
Medya Gh c8c5081e4a Fix wc -l logic 2019-12-19 15:57:35 -08:00
Priya Wadhwa b64a33a6e9 updated dashboard command to use new addons library 2019-12-19 15:39:29 -08:00
Medya Gh 2e113249f3 enable gomod 2019-12-19 15:15:11 -08:00
Medya Gh 7360edc8e0 add kic cni 2019-12-19 15:11:22 -08:00
Medya Gh d626c93203 install gopogh by go get 2019-12-19 14:24:33 -08:00
Priya Wadhwa 4fd929deeb Merge branch 'master' of github.com:kubernetes/minikube into compare 2019-12-19 14:03:20 -08:00
Priya Wadhwa 4ce8d7dc0c fix boilerplate 2019-12-19 13:58:13 -08:00
Priya Wadhwa fa08e18e8d goimports 2019-12-19 13:33:19 -08:00
Priya Wadhwa 83aca57dd4 Merge branch 'master' of github.com:kubernetes/minikube into addon-per-profile-refactor 2019-12-19 13:20:12 -08:00
Thomas Strömberg 5df2701983
Merge pull request #6127 from tstromberg/hyperkit-build-tags
Add build tags so that the test only runs on Darwin
2019-12-19 13:12:59 -08:00
Priya Wadhwa 859420c083 Merge branch 'master' of github.com:kubernetes/minikube into addon-per-profile-refactor 2019-12-19 13:06:07 -08:00
tstromberg 6cc860e911 Add build tags so that the test only runs on Darwin 2019-12-19 13:05:47 -08:00
tstromberg e7572ed98b Fix variable name 2019-12-19 13:03:43 -08:00
Thomas Strömberg dad37aeb33
Merge pull request #6048 from kubernetes/tstromberg-patch-1
Minor release doc update
2019-12-19 13:00:55 -08:00
Thomas Strömberg 54e710463a
Mention changelog update from upstream client 2019-12-19 13:00:12 -08:00
tstromberg ca06c7224e Increase context timeout 2019-12-19 12:56:07 -08:00
tstromberg 90a6a1e430 Improve image filter 2019-12-19 12:54:05 -08:00
tstromberg 0796d866df Further clarification 2019-12-19 12:51:02 -08:00
Priya Wadhwa 624d47b781 Update unit tests 2019-12-19 12:47:20 -08:00
Priya Wadhwa f6c61b7a80 Make sure minikube start --addons works 2019-12-19 12:44:32 -08:00
Medya Gh 0ebe3646a0 add go path to path 2019-12-19 12:08:37 -08:00
Thomas Strömberg 4e0454d6b4
Merge pull request #6111 from tstromberg/awful-offl
Offline: always transfer image if lookup fails, always download drivers
2019-12-19 11:52:28 -08:00
Thomas Strömberg aca49067fa
Merge pull request #6110 from digitalcoyote/master
Fixed IPv6 format for SSH
2019-12-19 11:51:55 -08:00
Thomas Strömberg 9f4548ac54
Merge pull request #6091 from anukul/patch-2
Update ingress-dns addon
2019-12-19 11:48:02 -08:00
Thomas Strömberg 28c4c82bd7
Merge pull request #5833 from govargo/fix-without-hyperkit-errormsg
Add hyperkit version check whether user's hyperkit is newer
2019-12-19 11:44:58 -08:00
Priya Wadhwa 48b5a1e493 Merge branch 'master' of github.com:kubernetes/minikube into compare 2019-12-19 11:28:11 -08:00
Priya Wadhwa 1e5aeb6aa9 Addressed review comments 2019-12-19 11:27:53 -08:00
Medya Gh cce503033d rename CreateParam to CreateConfig 2019-12-19 11:12:49 -08:00
Medya Gh e1d5704170 get rid of default oci 2019-12-19 11:08:05 -08:00
Medya Gh 6cbdfe3961 remove more codefrom node 2019-12-19 10:47:07 -08:00
Priya Wadhwa 4c7b94971c Address review comments
Remove old TODO and remove function to get current profile as it can
create errors when trying to get multiple profiles.
2019-12-19 10:41:01 -08:00