Commit Graph

5702 Commits (8519a1e6547e537e135b2451d7d8a12851850596)

Author SHA1 Message Date
Thomas Stromberg 8519a1e654 Add late arriving v1.4.0 items 2019-09-19 10:29:27 -07:00
Thomas Stromberg b90d43baa7 Add draft release notes for v1.4.0 2019-09-18 12:35:15 -07:00
Thomas Stromberg b2d3ae8e0d Bump version to v1.4.0 2019-09-18 06:43:25 -07:00
Thomas Strömberg 97ebe91c68
Merge pull request #5383 from tstromberg/root-err
Provide actionable feedback when running an incompatible driver with root
2019-09-18 06:09:21 -07:00
Thomas Strömberg d3bd0f9298
Merge pull request #5385 from tstromberg/indent-driver
UI: Indent driver download and sudo command display
2019-09-18 06:08:30 -07:00
Thomas Strömberg 02f13c5c4d
Merge pull request #5386 from tanjunchen/fix-typo
typo fixes: capitalize "CPU", remove duplicate "the"
2019-09-18 06:08:06 -07:00
chentanjun 576fe6d615 fix-up typo 2019-09-18 14:52:10 +08:00
Thomas Stromberg 4135b6fce0 Improve visibility of sudo commands 2019-09-17 17:55:10 -07:00
tstromberg d2b675a7fb Indent progress bar to fit under a status item 2019-09-17 17:47:45 -07:00
tstromberg a2a48a22fb Improve root error 2019-09-17 17:22:08 -07:00
tstromberg ca2a2b1ad9 Merge 2019-09-17 17:10:48 -07:00
tstromberg 39253bb573 Provide actionable feedback for root error 2019-09-17 17:08:09 -07:00
Thomas Strömberg b73ec8cf05
Merge pull request #5290 from 11janci/jjanik-service-output
Include port names in the 'minikube service' cmd's output
2019-09-17 10:48:20 -07:00
Thomas Strömberg 978d05b11e
Merge pull request #5382 from tstromberg/too-much-logs
Redirect machine driver logs to glog, reduce log spam elsewhere
2019-09-17 10:47:11 -07:00
Thomas Strömberg f6560448ab
Merge pull request #5381 from tstromberg/int-antirace
Offset integration tests which start clusters by 5s
2019-09-17 10:47:03 -07:00
Thomas Strömberg e97db2c5b3
Merge pull request #5378 from tstromberg/int-leftovers2
Revise leftover VM cleanup in integration tests
2019-09-17 10:46:53 -07:00
Thomas Stromberg c9bf5a162a Redirect machine driver logs to glog 2019-09-17 09:54:48 -07:00
Thomas Stromberg 3e0721b9c0 Tee logs at -v=8 to reduce duplicated content 2019-09-17 09:54:25 -07:00
Thomas Stromberg 63069575ba Decrease logging level: the extra spam hurts rather than helps 2019-09-17 09:53:58 -07:00
Thomas Strömberg f5c0956f93
Merge pull request #5351 from tstromberg/newlint
Update golangci-lint to v1.18.0
2019-09-17 07:56:39 -07:00
Thomas Stromberg fff8f5cbec Offset integration tests which start clusters by 5s 2019-09-17 07:08:57 -07:00
Thomas Strömberg ad33a4201c
Merge pull request #5373 from tstromberg/driver-dl
Download version appropriate driver, add sha256 checksum check
2019-09-16 22:17:54 -07:00
Thomas Stromberg e426d885d7 Remove all files in %stale_dir, to handle tests which add new files 2019-09-16 22:17:09 -07:00
Thomas Stromberg 9fb91ad4ab Remove test files sitting in stale_dir 2019-09-16 21:21:31 -07:00
Thomas Stromberg 9daa982244 Remove awk cut, not necessary for uuids 2019-09-16 21:02:51 -07:00
Thomas Stromberg 6a0ec545a6 Use uuids for deletion 2019-09-16 21:02:31 -07:00
Thomas Stromberg 7633c038e7 Use v1.3.0 as test version to avoid 404 2019-09-16 20:36:29 -07:00
Thomas Stromberg 3f38e63d5c integration tests: Revise leftover VM cleanup 2019-09-16 20:22:41 -07:00
Thomas Stromberg 5ce4ca0a1b Merge branch 'driver-dl' of github.com:tstromberg/minikube into driver-dl 2019-09-16 20:20:42 -07:00
Thomas Stromberg 6142969467 Add version argument to download to prevent v0.0.0 download error 2019-09-16 20:20:16 -07:00
Thomas Strömberg f97b2c5462
Merge branch 'master' into driver-dl 2019-09-16 19:15:41 -07:00
Thomas Strömberg 062c472737
Merge pull request #5371 from tstromberg/nicer-download
Minor improvement to driver download display
2019-09-16 19:14:42 -07:00
Thomas Strömberg eae6eceb71
Merge pull request #5372 from tstromberg/driver-conflict
Use existing driver by default, improve driver conflict message
2019-09-16 19:14:11 -07:00
Thomas Stromberg 9ce3be6b88 Stricter permissions 2019-09-16 19:10:38 -07:00
Thomas Stromberg ae500729fc Include URL in log message 2019-09-16 19:10:23 -07:00
Thomas Stromberg c4a4f53b45 Download version appropriate driver, add sha256 checksum check 2019-09-16 15:38:58 -07:00
Thomas Stromberg 8fb4ed5a5a Re-use last driver by default, clarify driver conflict message, move it to occur before driver download 2019-09-16 15:04:17 -07:00
Thomas Stromberg 2aacc68549 Add colon, more appropriate emoji selection to driver download 2019-09-16 14:55:56 -07:00
Thomas Strömberg 28a1472203
Merge pull request #5354 from josedonizetti/install-or-update-hyperkit
Automatically install docker-machine-driver-hyperkit if missing or incompatible
2019-09-16 14:29:14 -07:00
Thomas Strömberg 1d12a36117
Merge pull request #5369 from tstromberg/need-more-logs
Add more logging for integration test failures
2019-09-16 14:27:25 -07:00
tstromberg 027e2ea39b Add more logging for test failures 2019-09-16 13:25:20 -07:00
tstromberg 74f3b780e4 CleanupWithLogs: Increase line count from 5 to 100 2019-09-16 13:03:34 -07:00
Thomas Strömberg 87928a4a7e
Add missing philosophy section 2019-09-16 06:41:44 -07:00
Medya Ghazizadeh f20e278664
Merge pull request #5361 from woodcockjosh/patch-2
Fix addon config
2019-09-16 13:34:17 +02:00
Medya Ghazizadeh 406fbc055d
Merge pull request #5362 from woodcockjosh/patch-1
Wrap shell command in backquotes
2019-09-16 13:32:13 +02:00
Josh Woodcock 54e8aeec16
Fix addon config
`constants. AddonsPath` doesn't exist and isn't used by the example efk plugin. `constants.GuestAddonsDir` seems more appropriate. Docs are missing argument for whether or not plugin file is template.
2019-09-15 17:48:24 -05:00
Josh Woodcock 9c8a7ce522
Wrap shell command in backquotes
This clarifies that `make out/minikube` is a shell command.
2019-09-15 17:33:00 -05:00
josedonizetti 6da3f24416 Fix golint 2019-09-15 19:26:15 -03:00
josedonizetti 6b74e5fc2f Fix typos 2019-09-15 19:23:10 -03:00
Jose Donizetti fb43666d7d Add installOrUpdate hyperkit support 2019-09-14 00:37:08 -03:00