Priya Wadhwa
ad95211d3d
Add ldflags to e2e tests
2020-08-04 15:15:31 -04:00
Priya Wadhwa
bb00499c50
pass in ldflags to integration test, this should fix storage provisioner bug in TestSTartStop integration test
2020-08-04 14:07:26 -04:00
Priya Wadhwa
c42b906610
Include storage provisioner version as ldflag when building preload tarballs
2020-08-03 19:35:40 -04:00
Sharif Elgamal
a4cd184361
Merge branch 'master' of github.com:kubernetes/minikube into v1.12.2
2020-08-03 15:48:35 -07:00
Sharif Elgamal
382629a891
Bump Makefile for 1.12.2 release and add release notes
2020-08-03 14:21:15 -07:00
Priya Wadhwa
0538dddd9d
Upgrade storage provisioner to v2
2020-08-03 13:48:09 -04:00
Marcin Niemira
b6cc2ab54c
Merge branch 'master' of github.com:kubernetes/minikube into GH-8802/kickbase-make-target
2020-07-28 20:06:52 +10:00
Medya Gh
e89b0b4757
move dockerfile to a different folder
2020-07-27 15:59:56 -07:00
Thomas Stromberg
61cff412c4
Increase integration target timeout from 60m to 90m
2020-07-27 12:33:44 -07:00
Marcin Niemira
61578ae035
rm space before linebreak in user_confirm function (Makefile)
2020-07-25 14:43:55 +10:00
Marcin Niemira
32ab4dd0b7
Merge branch 'master' of github.com:kubernetes/minikube into GH-8802/kickbase-make-target
2020-07-25 08:56:50 +10:00
Marcin Niemira
f9d55e573b
rename IN_AUTOMATION to IN_CI
2020-07-25 08:48:09 +10:00
Medya Gh
47ed4bc23c
update lint version
2020-07-24 14:45:15 -07:00
Marcin Niemira
950cc9a600
add user confirmation
2020-07-24 17:07:47 +10:00
Marcin Niemira
413acacf13
check if kic-base image exists before pushing
2020-07-24 15:31:16 +10:00
Medya Gh
d066e2bcbb
ignore
2020-07-23 17:15:02 -07:00
Marcin Niemira
feeb0abe26
add kickbase make target
2020-07-23 22:35:35 +10:00
Medya Ghazizadeh
515095a2d2
Merge pull request #8780 from afbjorklund/kic-automount
...
Add minimal minikube-automount to the kic image
2020-07-21 15:50:16 -07:00
Medya Gh
77c94988eb
update golang version
2020-07-20 14:45:26 -07:00
Anders F Björklund
bcaa3d206a
Make the kicbase image build context much smaller
...
(cherry picked from commit 0735629741
)
2020-07-20 23:02:13 +02:00
Priya Wadhwa
de66b35a0a
release v1.12.1
2020-07-17 16:06:05 -04:00
Medya Ghazizadeh
5df15f60fb
Merge pull request #8660 from RA489/go-v1.14.4
...
Upgrade go version to 1.14.4
2020-07-10 10:44:08 -07:00
Medya Gh
747f54cfb2
update version in makefile
2020-07-09 10:33:10 -07:00
Medya Gh
2616da204a
bump iso to v1.12.0
2020-07-08 15:08:27 -07:00
priyawadhwa
7367c72a3e
Merge pull request #8490 from zhijianli88/cleanup
...
A few cleanup
2020-07-08 14:52:28 -04:00
RA489
39a4268317
Upgrade go version to 1.14.4
2020-07-08 23:27:38 +05:30
Anders F Björklund
8f9c572ff5
Upgrade buildroot minor version
2020-07-05 22:17:43 +02:00
Anders F Björklund
8db8b8776f
Revert "Upgrade Buildroot to 2019.02 LTS and Linux to 5.4"
...
This reverts commit b53518d74f
.
2020-07-05 22:08:44 +02:00
Medya Gh
6b88fc0a0c
bump the the beta version
2020-07-01 13:50:51 -07:00
Anders F Björklund
6adf11a888
Upgrade golang version from 1.13.8 to 1.13.9
2020-06-28 20:33:32 +02:00
Priya Wadhwa
bf2d09d10a
Release v1.12.0-beta.0
2020-06-18 13:22:52 -07:00
Li Zhijian
0b68d1d970
remove executable permission
...
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2020-06-16 16:44:30 +08:00
Medya Ghazizadeh
8fcfaf4a66
Merge pull request #8187 from afbjorklund/buildroot-2020.02
...
Buildroot 2020.02
2020-06-09 15:07:59 -07:00
Medya Gh
5944abdc6b
release v1.11.0
2020-05-29 12:45:05 -07:00
Anders F Björklund
14937e4677
Never use docker inspect, always provide the type
...
Should avoid errors like: map has no entry for key "State"
When inspecting a volume, rather than a container or image
2020-05-21 17:20:53 +02:00
Anders F Björklund
9ecab2ae81
Stop go bootstrap from using minikube modules
...
The go bootstrap procedure will try to find a "go.mod"
in any parent directory of the current (build) directory.
So eventually it will find the minikube go.mod (modules),
and then choke because the bootstrap_go doesn't have HTTP.
go: cloud.google.com/go@v0.45.1: no http in bootstrap go command
Create an empty module file, just to keep it from hurting
itself. It doesn't seem to be used anyway, so add anything.
This is similar to the packages trying to find a git repository
only to end up looking at buildroot's git repository instead.
Except that this problem is even more silly (and fatal) than it.
2020-05-17 21:50:06 +02:00
Anders F Björklund
b53518d74f
Upgrade Buildroot to 2019.02 LTS and Linux to 5.4
...
With binutils 2.32 and gcc 9 as per newer defaults
Systemd requires SSP, and some legacy options gone
2020-05-17 10:41:21 +02:00
Medya Gh
81558dfdcb
fix raw version
2020-05-12 19:50:21 -07:00
Medya Gh
0f1b4c1067
fix iso verion
2020-05-12 18:19:28 -07:00
Medya Gh
02b210c2c6
updae version in Makefile
2020-05-12 17:25:50 -07:00
Medya Gh
2d66a283ad
update version
2020-05-11 14:35:21 -07:00
Thomas Stromberg
84c8e633ed
Update golangci-lint to v1.26.0
2020-05-07 15:35:33 -07:00
Anders F Björklund
292a58c095
Upload cross tars to google storage for release
...
For use with Zero Install (executable, smaller download)
Older versions had issues with checksumming naked binaries
2020-05-04 07:19:21 +02:00
Thomas Stromberg
f1f4f80168
Version bump to v1.10.0-beta.2
2020-04-29 10:45:25 -07:00
Priya Wadhwa
9f680d41aa
Merge branch 'master' of https://github.com/kubernetes/minikube into upgrade-kic
2020-04-23 14:59:10 -07:00
Thomas Strömberg
30b4f88709
Merge pull request #7869 from kubernetes/win-int
...
Makefile: Add IS_EXE to integration dependency list
2020-04-23 14:28:11 -07:00
Priya Wadhwa
0947384937
Merge branch 'master' of https://github.com/kubernetes/minikube into upgrade-kic
2020-04-23 12:46:52 -07:00
Priya Wadhwa
e4731f1793
Add --cache-from to kic base image so that we reuse layers from previous images
2020-04-23 12:08:40 -07:00
Thomas Stromberg
fc93678154
Add IS_EXE to integration dependency list
2020-04-23 10:47:36 -07:00
Priya Wadhwa
b031d6e67c
update iso
2020-04-22 16:56:36 -07:00
Priya Wadhwa
4e7d253efe
Release v1.10.0-beta.1
2020-04-21 11:44:36 -07:00
Priya Wadhwa
e068a498f5
Verify ISO exists before releasing binaries
2020-04-21 10:59:01 -07:00
Priya Wadhwa
b419996b34
Update ISO version in makefile
2020-04-20 18:19:32 -07:00
Priya Wadhwa
f5a859a383
Release v1.10.0-beta.0
2020-04-20 17:02:33 -07:00
Anders F Björklund
a02fbbe1c8
Add linker flags to go test, for docs test
...
TestGenerateDocs uses the minikube version
2020-04-20 22:15:03 +02:00
Anders F Björklund
e020314dbd
Restore the make gotest target for unit tests
...
This got mysteriously lost in commit 9405163
2020-04-15 19:51:55 +02:00
Radoslaw Smigielski
bb6e25f8d9
Remove unused docs/ directory
...
docs/ directory became obsoleted since massive reorganization
made in commit 7559952
2020-04-09 14:01:42 +01:00
Priya Wadhwa
09dd0acb9b
Update docs contents
2020-04-07 15:15:08 -07:00
Priya Wadhwa
7d1d965faa
Merge branch 'master' of https://github.com/kubernetes/minikube into generate-docs
2020-04-06 10:26:19 -07:00
Thomas Stromberg
1b78a7b8a9
Version bump: v1.9.2
2020-04-04 10:53:59 -07:00
Priya Wadhwa
4de1197927
add comment to makefile
2020-04-02 19:06:50 -07:00
Thomas Stromberg
ac878e4a6c
Bump version to v1.9.1
2020-04-02 16:39:08 -07:00
Priya Wadhwa
6fdecf2ebf
Add unit test to check that docs are up to date
...
This requires the following changes:
1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url
2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00
Priya Wadhwa
9405163530
add makefile rule for generating docs
2020-04-01 16:15:27 -07:00
Priya Wadhwa
bbe64aa712
Upgrade to v1.9.0 and add release notes
2020-03-26 10:55:24 -07:00
Medya Gh
7e799c6be3
add comment to Makefile for updating docsy
2020-03-26 03:00:56 -07:00
Thomas Stromberg
314692a038
Version bump: v1.9.0-beta.2
2020-03-21 11:09:59 -07:00
Anders F Björklund
1cebb31557
Upgrade buildroot minor version
2020-03-18 21:24:41 +01:00
priyawadhwa
1c9e63312c
Merge pull request #7042 from priyawadhwa/preload-release-script
...
Refactor preload_images.go to function as an automated release script for preloaded tarballs
2020-03-18 10:33:18 -07:00
Priya Wadhwa
5659a1df6e
Remove cloudbuild stuff, run preload generation in jenkins
2020-03-17 13:54:00 -07:00
Priya Wadhwa
c38cc9debe
Add cloudbuild setup for preload generator image
2020-03-17 13:13:10 -07:00
Thomas Stromberg
ce5bf6c073
Version bump to v1.9.0-beta.1
2020-03-17 12:10:02 -07:00
Medya Ghazizadeh
0bd6323c29
Merge pull request #7035 from afbjorklund/goflags
...
Add makefile parameter for adding go build args
2020-03-14 09:15:25 -07:00
Priya Wadhwa
8b364befc0
Remove unused variables from Makefile
2020-03-13 16:10:55 -07:00
Priya Wadhwa
9c8102dd58
Refactor preload_images.go to generate and upload a preloaded tarball
...
This script is now responsible for making sure that the DefaultK8sVersion, NewestK8sVersion, and OldestK8sVersion supported by minikube have preloaded tarballs. It will be run on every PR as an automated release script for preloaded tarballs.
2020-03-13 16:05:46 -07:00
Medya Ghazizadeh
fb2ec883b4
Merge pull request #6949 from afbjorklund/go-1.13.8
...
Upgrade go version 1.13.6 -> 1.13.8
2020-03-13 15:14:00 -07:00
Anders F Björklund
cc72fdb535
Add makefile parameter for adding go build args
...
For instance -v (verbose) or -work (show $WORK)
2020-03-13 22:38:56 +01:00
Priya Wadhwa
1372c4742d
Update to minikube v1.8.2
2020-03-13 14:21:49 -07:00
Anders F Björklund
6d00e95263
Change gcr.io location of the kube-cross images
2020-03-12 21:47:13 +01:00
Anders F Björklund
ff07ab8bd1
Upgrade go version 1.13.6 -> 1.13.8
2020-03-08 12:32:46 +01:00
Medya Gh
f66e666908
bump patch version
2020-03-06 17:53:57 -08:00
Thomas Stromberg
4f629f190d
Update Makefile and CHANGELOG to v1.8.0
2020-03-06 11:09:50 -08:00
Thomas Stromberg
3e772d0048
Merge master
2020-03-04 20:18:16 -08:00
Thomas Stromberg
a1ebcbd031
Merge conflicts
2020-03-04 18:01:41 -08:00
Sharif Elgamal
34d5f84d52
fix makefile part 2
2020-03-04 15:50:48 -08:00
Sharif Elgamal
1d1956ffac
fix makefile
2020-03-04 15:39:59 -08:00
Sharif Elgamal
2db0b8cea2
fix search/replace errors
2020-03-04 14:10:39 -08:00
Sharif Elgamal
ac0c1bad42
missing files
2020-03-04 13:48:21 -08:00
Medya Ghazizadeh
6d54f0efbe
Merge pull request #6764 from afbjorklund/exotic-arch
...
Build minikube cross for exotic architectures
2020-03-04 11:31:17 -08:00
Priya Wadhwa
59615132a8
Include container runtime and tarball version in preloaded tarball name
2020-03-02 17:04:50 -08:00
Priya Wadhwa
481010d8dc
added overlay2 to preloaded images tarball name
2020-03-02 14:10:41 -08:00
Priya Wadhwa
095b4b4596
small fixes
2020-03-02 13:51:44 -08:00
Priya Wadhwa
6b0e942e7e
Rebased on master
2020-03-02 13:33:27 -08:00
Anders F Björklund
d8e203e325
Don't download the golangci-lint binary for docker
...
It will instead download the golangci/golangci-lint docker image
2020-03-01 12:24:46 +01:00
Anders F Björklund
21e5e1873d
Skip native drivers when running lint in docker
...
They require libvirt and hyperkit host packages installed
2020-03-01 12:24:23 +01:00
Anders F Björklund
6d1612f899
Allow running lint (golangci-lint) using docker
2020-03-01 12:23:23 +01:00
Anders F Björklund
9b8dbdeba9
Build minikube cross for exotic architectures
...
Split out the non-amd64 from the linux arch,
and build those "exotic" arch separately.
The default is to build all operating systems,
so restore that definition of the "cross".
2020-02-29 20:45:07 +01:00
Priya Wadhwa
aefbf2cd18
Rebased on master
2020-02-24 13:41:06 -08:00
sayboras
5626934b0a
Upgrade to 1.13.6
2020-02-23 23:10:13 +11:00
Medya Ghazizadeh
c64ca54f0c
Merge pull request #6750 from afbjorklund/gotest
...
Add make target for running only the go test
2020-02-22 14:38:44 -08:00