dlorenc
e0a2ee2e4d
Bump to version 0.4.0
2016-06-27 09:22:25 -07:00
Dan Lorenc
48a0a55eec
Fix Makefile bug for systems without Python.
2016-06-23 10:50:09 -07:00
Dan Lorenc
1a3967d8ff
Changelog for 0.3.0
2016-06-10 12:03:44 -07:00
dlorenc
ac14eff554
Move the addon-manager and dashboard configuration from the iso to minikube.
...
Minikube now copies these into the VM, just like it copies in localkube.
New ISOs will not contain these files, but this is compatible with the existing ISO
because minikube will overwrite existing files.
2016-06-09 15:35:09 -07:00
dlorenc
05f5bf9465
Make the Makefile work on Travis.
...
We run this command before the .gopath is created, so it fails harmlessly on travis.
This just removes some error text from the travis logs.
2016-06-06 11:51:52 -07:00
Dan Lorenc
cba12b6b41
Bump the version to 0.3.0-dev.
2016-06-03 14:33:49 -07:00
Dan Lorenc
aa318888d7
Bump to version 0.2.0.
2016-06-03 12:59:10 -07:00
dlorenc
539a505687
Use "go list" to calculate transitive dependencies.
2016-06-01 13:31:46 -07:00
dlorenc
0bbe13a99e
Fix "make integration".
2016-06-01 11:28:23 -07:00
Dan Lorenc
963bfeab69
Fix makefile bug.
...
This allows compiling minikube from mac.
2016-05-30 10:51:13 -07:00
Dan Lorenc
5790814db7
Bump to v0.1.0
2016-05-30 08:51:38 -07:00
Dan Lorenc
c1784b0054
Merge branch 'localkube_commands' of https://github.com/luxas/minikube into luxas-localkube_commands
2016-05-28 12:41:45 -07:00
Lucas Käldström
a62e9e5ca8
Removed localkube start and version commands in favor for starting as default and using version as a flag. Also the version is now set my the Makefile
2016-05-28 17:50:36 +03:00
Lucas Käldström
ab26a02a61
Fix a small bug in the Makefile
2016-05-28 00:56:06 +03:00
Lucas Käldström
c9fe0059b4
Add a localkube-in-docker image
2016-05-28 00:42:42 +03:00
Dan Lorenc
7d39de128f
Use system python if it exists in the Makefile.
2016-05-26 23:06:20 -07:00
Lucas Käldström
f1af7387cc
PR feedback and added python-in-docker for test.sh too
2016-05-26 18:55:15 +03:00
Lucas Käldström
db5dc1b24e
Build localkube statically, use a python container to remove the python dep on the build env, and use kube-cross for building on non-linux
2016-05-25 23:23:12 +03:00
dlorenc
5cdb140b31
Switch from .gopath to _gopath to be consistent with kubernetes.
2016-05-24 10:54:24 -07:00
dlorenc
926a425289
Remove unused string.
2016-05-19 10:03:26 -07:00
Dan Lorenc
a0fc571b06
Add gitTreeState argument.
2016-05-19 10:00:24 -07:00
Dan Lorenc
3bf1d4e1f5
Set the k8s version strings during build.
2016-05-19 10:00:24 -07:00
Dan Lorenc
0a51f35722
Also clean up localkubecontents.go
2016-05-18 15:44:13 -07:00
Dan Lorenc
0663b21810
Fix dependency tracking in the Makefile
2016-05-17 19:05:21 -07:00
Dan Lorenc
0ad6e3aa3a
Fix make clean.
2016-05-14 10:27:58 -07:00
Dan Lorenc
3a0c1b0230
Add .gopath and generated code to the whitelist for gofmt.
2016-05-13 10:24:39 -07:00
Dan Lorenc
a2be50b318
Fix test dependency.
2016-05-13 09:55:15 -07:00
Dan Lorenc
ddbc7e16c6
Fix makefile bug.
2016-05-13 08:49:21 -07:00
Dan Lorenc
7514917bf2
Code review feedback.
...
- Install go-bindata automatically.
- Newlines
- Change to Go 1.6.
2016-05-13 08:35:30 -07:00
Dan Lorenc
03f22fab94
Transfer the built localkube binary to the VM.
...
Also cleanup the Makefile quite a bit. We not build localkube in docker on mac,
then use go-bindata to pack it up. Users will need go-bindata on their paths to build now,
though.
2016-05-12 11:47:57 -07:00
Dan Lorenc
5eaae409aa
Working build, scp of localkube to the VM.
2016-05-12 10:12:34 -07:00
Dan Lorenc
5a8e107045
Make the localkube download support compression.
2016-05-09 00:10:04 -07:00
Lucas Käldström
6b2d1ed1cd
Restructure the whole project, gofmt and improve the makefile
2016-05-05 16:38:23 +03:00
dlorenc
c1ec8be301
Code review comments
...
Clean up PHONY's
Make localkube dynamic
Put test.sh script back
2016-05-04 15:29:50 -07:00
dlorenc
d59fc4f9a9
Set GO15VENDOREXPERIMENT=1
2016-05-04 14:50:30 -07:00
dlorenc
d8e2d8e2b7
Add a Makefile to replace build.sh and test.sh.
2016-05-04 14:45:06 -07:00