-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.29.0 Release * tag 'v0.29.0': (77 commits) Cut release 0.29.0 (#3175) turning error into a warning log message Bump everything to 1.11. Update docs. Update go-ansiterm. Issue #3037 change dependency management to dep inlining deleteNetwork into if statement update dashboard version Fix typo: suppports -> supports adding tstromberg kvm2 driver: fixed documentation link in error text kvm2 driver: be more robust with creating of the network, don't delete the network if it is in use kvm2 driver: generate separate random MACs for default and private network NICs kvm2 driver: separated activating and creating of networks kvm2 driver: fixed private network creation and setup fix: --format outputs any string, --https only subsitute http URL scheme Stay in same line Change default docker storage driver to overlay2 Simplifies Linux installation instructions by using install(1) update ...
- Loading branch information
Showing
8,524 changed files
with
141,485 additions
and
2,014,076 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ os: linux | |
sudo: required | ||
|
||
go: | ||
- 1.9.x | ||
- 1.10.x | ||
go_import_path: k8s.io/minikube | ||
|
||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.