Thomas Stromberg
d1443ec324
Bump Makefile to v0.30.0
2018-10-05 12:03:34 -07:00
Thomas Stromberg
fd428599da
Remove dangling references to k8s_releases.json now that
...
`get-k8s-versions` is removed.
2018-09-28 09:47:28 -07:00
Thomas Strömberg
497c84b2ab
Merge pull request #3171 from tstromberg/master
...
make integration fixes: Install gsutil, improve GOPATH warning, fix path/exec issues.
2018-09-27 15:43:57 -07:00
Balint Pato
628f9de730
Cut release 0.29.0 ( #3175 )
...
release notes for 0.29.0, also bumps the ISO and the minikube binary version to 0.29.0
2018-09-27 15:28:15 -07:00
Thomas Stromberg
9f97cdaacc
Remove unneeded N newline macro.
2018-09-27 15:00:12 -07:00
Thomas Stromberg
417ab9941b
Instead of the awkward newline hack, call $(warning) multiple times.
2018-09-27 14:56:57 -07:00
Thomas Stromberg
e4376cf80f
Make GOPATH warning extremely obvious to users.
...
Uses fanciful Makefile trick for newline insertion, because make hates
\n.
2018-09-26 15:36:25 -07:00
dlorenc
4c89d41a32
Update to go 1.10.1 everywhere.
2018-07-26 10:00:41 -07:00
dlorenc
232080ae0c
Remove some more vendored k8s.
2018-07-26 08:23:21 -07:00
Aaron Prindle
a4606583e4
remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube
2018-07-24 12:36:42 -07:00
dlorenc
2998411912
Makefile fix.
2018-07-24 12:36:42 -07:00
dlorenc
15b035748c
Manual changes to remove localkube.
2018-07-24 12:36:42 -07:00
dlorenc
9232e26301
Cut 0.28.2.
2018-07-23 09:02:33 -07:00
dlorenc
179b90fc37
Cut 0.28.1 release.
2018-07-17 07:58:17 -07:00
dlorenc
b05b544d8f
Bump the iso version to 0.28.1.
2018-07-16 15:51:47 -07:00
dlorenc
2be51dc6bc
Fix vboxsf host mounting.
...
vboxguest is included in 4.16, but not vboxsf.
I couldn't get vboxsf to compile for 4.16, so I downgraded to 4.15.
2018-07-16 09:49:54 -07:00
Payam Tanaka
653f3ac081
enquotes PATH to guard against spaces
...
/Applications/VMware Fusion.app/Contents/Public and the like in PATH
should be accommodated
2018-07-04 09:27:15 -07:00
Jimmi Dyson
c318a93a58
Make builds work with no GOPATH env var explicitly set - this is not needed since 1.8 but the build required it to be set
2018-07-04 09:22:41 -07:00
Payam Tanaka
edd095bf1f
adds makefile target, release-minikube
2018-06-25 20:26:06 -07:00
Payam Tanaka
86a2a4e33b
replaces hard-coded gcr.io/k8s-minikube w/ REGISTRY
2018-06-18 07:45:30 -07:00
dlorenc
ad43ab4d00
Cut v0.28.0.
2018-06-13 11:15:27 -07:00
dlorenc
c9a7e90779
Bump ISO.
2018-06-12 11:09:40 -07:00
Michal Rostecki
e47e372f2c
make: Check for go-bindata in PATH, not only in GOPATH
...
Some Linux distributions package go-bindata and don't allow to
download any code or binaries during build time.
2018-06-11 07:31:51 -07:00
ijl
730533ca6a
Add make iso-menuconfig, avoid host-tar build for linux-menuconfig
2018-06-11 07:31:17 -07:00
ijl
4c4cd31b02
linux 4.16, buildroot 2018.05
...
linux is upgraded to 4.16, binutils is upgraded to 2.30, and
libelf is installed for the newer kernel.
Other configuration changes are changes in defaults and ordering.
Now using glibc 2.27. systemd 237, and Go 1.10.
vbox-guest is removed because it's upstream as of linux 4.16.
More on buildroot at https://git.buildroot.net/buildroot/tree/CHANGES
2018-06-11 07:31:17 -07:00
Michal Rostecki
c7037c434b
make: Don't hardcode GOARCH in Makefile
...
out/localkube.d and out/minikube-* targets should be able to build
on every architecture.
2018-05-30 08:27:17 -07:00
dlorenc
a7c0cbee11
Cut 0.27.0
2018-05-16 11:53:14 -07:00
dlorenc
6ded2b647d
Cut 0.26.1 release
2018-04-18 15:35:51 -07:00
xianlubird
6b3194459b
Fix some typo in Makefile
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-12 09:03:01 -07:00
dlorenc
ce91e95496
Cut the 0.26.0 release.
2018-04-10 12:48:00 -07:00
dlorenc
125eede153
Bump the minikube ISO version.
2018-04-02 10:56:29 -07:00
dlorenc
dcb5c2cc50
Manual changes for 1.10.
...
localkube now has to be non-statically compiled :(
2018-03-27 23:13:34 -07:00
Yongkun Anfernee Gui
ab9f3b234d
Remove OS dependent SupportedVMDrivers
...
Use ListDrivers() method to get the list of VM drivers.
SupportedVMDrivers become the whole list of VM drivers on all
platforms, which is used in gendocs only.
2018-03-11 13:41:30 -07:00
Anders F Björklund
8f63f33e56
Use the $ORG variable for the make dependencies
...
Before we would hardcode the repo path that we are looking for.
Currently we include everything from the organization (k8s.io).
2018-02-26 09:51:56 -08:00
Anders F Björklund
5cbbc7cf51
Ignore failures including dependency files
2018-02-26 09:51:56 -08:00
Anders F Björklund
53127d687a
Generate make depend files from go list
...
Instead of running `go list` every time (very slow),
cache the results in the build folder and include it.
Add a shell helper script, to make the Makefile more
readable. Use regular "makedepend" syntax for output.
2018-02-26 09:51:56 -08:00
Anders F Björklund
10451b536f
Refactor the usage of go list, to make it similar
...
Make sure that all invocations are identical, before trying to make
a function out of it. Also clean up whitespace and similar changes.
2018-02-26 09:51:56 -08:00
Anders F Björklund
3fd41d6f3c
Avoid the phony gopath make target
...
Having a phony target as a minikube dependency means that
it always needs to be rebuilt/copied, which is unnecessary.
Also clean up and simplify the syntax, thereby avoiding the
current copy/paste errors (that always come with duplication)
2018-02-26 09:51:56 -08:00
Budh Ram Gurung
d0a46d3763
Add target to format Go code
2018-02-12 09:04:25 -08:00
Matt Rickard
51716c970e
Cut 0.25.0 release
2018-01-26 10:13:55 -08:00
Matt Rickard
f3e5f3b1fb
Bump iso to 0.25.1
2018-01-24 08:14:19 -08:00
Tim Hockin
51ee9a1423
Convert registry to k8s.gcr.io
2017-12-22 09:55:16 -08:00
Matt Rickard
2d8dda2828
Bump iso version to v0.24.0
2017-12-19 08:15:32 -08:00
ijl
09fe456c27
linux 4.9.64
2017-12-07 15:02:19 -06:00
ijl
b977f274db
buildroot 2017.11
2017-12-07 15:02:19 -06:00
Matt Rickard
ec94f38a68
Cut patch version v0.24.1
2017-11-30 19:50:51 -08:00
Matt Rickard
9c1a3ff75a
bump iso to v0.23.6
2017-11-30 09:26:32 -08:00
dlorenc
856b1adcec
Cut v0.24.0 release.
2017-11-29 14:41:03 -08:00
dlorenc
6e0710b425
Add a separate tag and bump the version.
2017-11-08 11:26:32 -08:00
dlorenc
6f7fd002ab
More storage provisioner fixes.
...
I'm not sure of a better way to ensure /tmp exists in a from scratch container,
but glog appears to just explode without it.
2017-11-07 11:07:01 -08:00