Commit Graph

91 Commits (7950a7249384bb3f4bab4ed41369c93bacb6570f)

Author SHA1 Message Date
Matt Rickard ac384f4429 Cut v0.14.0 release 2016-12-14 11:38:12 -08:00
Matt Rickard f6e3e12655 Group addon yamls into folders 2016-12-07 11:28:22 -08:00
Matt Rickard 755596cc18 Cut v0.13.1 Release 2016-12-05 11:45:11 -08:00
Matt Rickard e33c2dbf6f Cut v0.13.0 release 2016-12-01 09:51:33 -08:00
Matt Rickard 933da2c86d Add localkube releasing jobs to makefile
Update releases to reflect v1.5.0-beta.1
2016-11-29 11:57:17 -08:00
Cedric Ziel 817e9ea31e Use correct binary name in .deb package
Before this change, the binary was named `minikube-linux-amd64`,
which is the platform specific artifact name.

When installed through the .deb package, a user expects to have
the `minikube` directly on the `$PATH`.

This change populates the binary as `minikube` in the resulting .deb file.
2016-11-17 13:55:29 +01:00
Matt Rickard c684ce53ae Update minikube-iso makefile target
The makefile was slightly broken for minikube-iso.  Since it && all the
commands to check if buildroot, the git clone failed if the buildroot
folder already existed and broke the target.  I put this logic in a
conditional.
2016-11-04 11:42:15 -07:00
Matt Rickard b52d325ce5 Add minikube args to `make integration` target 2016-11-02 13:00:31 -07:00
Matt Rickard 81c62031bd Cut v0.12.2 Release 2016-10-31 09:28:32 -07:00
Gustavo Carneiro 5a61602871 Makefile: export GOPATH, fixes build on Linux 2016-10-29 17:54:48 +01:00
Matt Rickard 8f67b49168 Cut v0.12.1 Release 2016-10-28 08:30:23 -07:00
Matt Rickard 7560384fc8 Remove vendored kube2sky, Add DNS as cluster addon
Removes the vendored in kube2sky built into the minikube binary and
replaces the dns solution with kube-dns cluster addon.  This will allow
users to swap out DNS implementations by simply turning off the
kube-dns addon.
2016-10-25 14:00:51 -07:00
Matt Rickard 0477f82204 Cut v0.12.0 release 2016-10-21 10:59:44 -07:00
Matt Rickard fa215b7d70 Merge pull request from r2d4/addon-mgr
Move addon-manager to deploy/addons, upgrade v5.1
2016-10-18 16:41:53 -07:00
dlorenc 9de8cf8da6 Merge pull request 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
Sergiusz Urbaniak 528dd36c87
Makefile: add minikube-iso target 2016-10-13 20:02:49 +02:00
Aaron Prindle 2d2b484a22 Have working minikube addons command w/ enable, disable, delete. Also
updated docs.
2016-10-11 11:08:55 -07:00
Matt Rickard b2604a6345 Pass in k8s ldflags to minikube also
We are using k8s pkg/version in minikube cmd to print out the
default version.  This was falling back to the defaults in pkg/version/base.go which were an ugly format string.  This wasn't actually being passed into cluster.go because we didn't pass the string in if was a default version.
2016-10-07 15:57:28 -07:00
Matt Rickard aed0c7c229 Cut v0.11.0 release () 2016-10-06 16:16:33 -07:00
dlorenc 2922ebc699 Merge pull request from jimmidyson/makefile-gopath
Smarter isolated gopath creation
2016-10-05 10:39:52 -07:00
Aaron Prindle 9f8740b2ba Fixed .deb file make target, there was an issue in that git does not track empty directories which the template dir had and the build relied on. Dir creation is now done in Makefile 2016-10-05 10:29:27 -07:00
Jimmi Dyson 1759566a52
Smarter isolated gopath creation 2016-10-05 13:08:31 +01:00
Dan Lorenc 31b2b9e7ae Check localkube SHAs.
Also add notes to the RELEASING.md doc, and a make target to test the release.
2016-09-27 10:59:02 -07:00
Aaron Prindle c2f30ef674 Added windows installer files with stubbed license and makefile target. 2016-09-25 19:49:35 -07:00
Dan Lorenc 567778307e Update to go 1.7.1 2016-09-23 09:28:06 -07:00
dlorenc d672573cef Merge pull request from aaron-prindle/fix-windows-make-minikube
Added makefile fix for make out/minikube on windows
2016-09-16 11:19:22 -04:00
dlorenc edbaf1a8bf Cut v0.10.0, also bump the ISO URL. 2016-09-15 11:53:02 -07:00
aprindle 2b34d22cef Added makefile fix for make out/minikube on windows 2016-09-14 17:47:09 -04:00
Matt Rickard 99455e6069 Bump minikube to v0.9.0 2016-09-01 13:38:06 -07:00
Aaron Prindle 7daca81c7e Added installers directory and a populated the linux .deb installer
files.  Updated to reflect talk regarding creating .deb for kubectl.
Added make deb in Makefile.
2016-08-29 09:49:29 -07:00
Aaron Prindle 14dca26a09 Cutting v0.8.0 release 2016-08-17 11:40:14 -07:00
dlorenc c70fae2136 Merge pull request from jimmidyson/platform-specific-supported-drivers
Specify supported drivers per platform
2016-07-28 08:17:15 -07:00
Jimmi Dyson 4bc1e1d6a0
Specify supported drivers per platform 2016-07-28 09:51:37 +01:00
Aaron Prindle 116994cff1 Updated CHANGELOG, Makefile, and releases.json for v0.7.1 release 2016-07-27 14:11:57 -07:00
Aaron Prindle d10cdab4df Added v0.7.0 CHANGELOG.md entry, bumped version number and added version to releases.json. 2016-07-26 10:30:37 -07:00
Jimmi Dyson e649f50427
Add checksum target 2016-07-22 12:23:57 +01:00
Jimmi Dyson 7782e84eb6
Add linux build to cross target 2016-07-22 12:23:13 +01:00
Jimmi Dyson 94522fc440
Fix Windows Makefile target 2016-07-18 22:00:06 +01:00
Jimmi Dyson 40072ebe10 Merge pull request from dlorenc/mfix
Fix builds on OSX.
2016-07-18 20:47:15 +01:00
Dan Lorenc aa4ca6ea5d Fix builds on OSX.
This broke during the last Makefile cleanup, we were ln'ing the same path to itself.
2016-07-16 10:01:20 -07:00
Dan Lorenc 3f156c9e8e Clean up Makefile 2016-07-15 12:59:48 -07:00
dlorenc 25ceea2df4 Fix the Makefile so a phantom "minikube" linked directory isn't created anymore. 2016-07-15 08:59:57 -07:00
Jimmi Dyson 021b9aeffe
Also add linker flags to generate help text 2016-07-14 20:34:35 +01:00
Jimmi Dyson 1d694e1cd5
Add Kubernetes version linker options 2016-07-14 15:52:16 +01:00
Aaron Prindle cbc50a2a44 Cutting v0.6.0 release. Bumped version in Makefile and releases.json. Added v0.6.0 to CHANGELOG.md 2016-07-13 11:41:15 -07:00
dlorenc 5c52d6f184 Merge pull request from jimmidyson/windows-build
Add cross compile Makefile target, including building for Windows
2016-07-08 17:56:18 -07:00
Jimmi Dyson a258387f34
Add make gendocs target 2016-07-08 17:56:15 +01:00
Jimmi Dyson 450bef3e59
Add cross compile Makefile target, including building for Windows 2016-07-08 17:23:03 +01:00
dlorenc 2e70975634 Merge pull request from MHBauer/set-gobin
explicitly set GOBIN based on GOPATH in case it is set externally
2016-07-07 14:42:54 -07:00