Commit Graph

652 Commits (dc4f3264162e8ac243ceae369be23367e7eda678)

Author SHA1 Message Date
Medya Ghazizadeh a7b8f20ec2
Merge pull request #9523 from afbjorklund/buildroot-2020.02.7
Upgrade buildroot and kernel minor version
2020-10-30 18:41:05 -05:00
Medya Gh cc30cd7b1f release v1_14_2 2020-10-27 14:52:42 -07:00
Medya Gh 330f1227e5 release 1.14.1 2020-10-23 16:24:58 -07:00
Anders F Björklund ed00bcd15c Bump kernel version for buildroot 2020-10-22 23:12:56 +02:00
Anders F Björklund 1770ecdb3e Upgrade buildroot minor version 2020-10-22 23:12:33 +02:00
Anders F Björklund f0d059a144 Remove old unused build tags from localkube
These are being used by github.com/containers/image:

* containers_image_ostree_stub
* containers_image_openpgp

It is not used by minikube anymore, since localkube:

* 5e34247db Use containers/image build tags everywhere
* 57aa3e61a Use the build tags for containers/image everywhere

* 55b41415e Cache images for localkube
* 201e5f9ef Vendor changes

Note that the minikube build tag actually had a typo.

Said "container_image" rather than "containers_image".
2020-10-21 21:33:51 +02:00
Predrag Rogic 570f4f3c88
Upgrade go version to 1.15.2 2020-10-14 21:00:24 +01:00
Medya Gh 3808dff344 update makefile 2020-10-12 16:58:50 -07:00
Medya Gh 4ea581cf04 bump ISO to use latest 2020-10-12 16:54:14 -07:00
Medya Ghazizadeh 0c7284a0ca
Merge pull request #9329 from afbjorklund/buildroot-2020.02.6
Buildroot 2020.02.6
2020-10-12 15:33:56 -05:00
Medya Gh df3fb8c7d5 update makefile 2020-10-09 15:00:59 -07:00
priyawadhwa 82a5189b93
Merge pull request #9334 from afbjorklund/multiarch-storage-provisioner-manifest
Make storage-provisioner available for all arch
2020-10-07 14:43:47 -04:00
Priya Wadhwa edacefce32 Release v1.14.0-beta.0 2020-10-06 13:38:14 -04:00
Medya Ghazizadeh 5eca07a573
Merge pull request #9340 from blueelvis/'task/windows_html_report'
Added target for Windows HTML & switched encoding for Windows Report
2020-09-29 15:10:17 -05:00
Medya Ghazizadeh f66e0a8639
Merge pull request #9330 from afbjorklund/kicbase-ubuntu
Base kicbase directly on ubuntu, without kindbase
2020-09-29 14:48:06 -05:00
Anders F Björklund 5ab4bc64fc Remove the base target from kicbase docker build 2020-09-29 20:13:59 +02:00
Jituri, Pranav 5dce77b9cb
Make 1 target for html report and remove changes to github actions 2020-09-29 02:12:51 +05:30
Jituri, Pranav 256a1c2b92
Added target for Windows HTML & switched encoding 2020-09-28 18:19:36 +05:30
Anders F Björklund 92cce721aa Make storage-provisioner available for all arch
Always use architecture when building the image.

When developing locally, tag the image with version
(this tag now refers to the local host architecture)

When making a release, make a manifest with version
(this manifest now lists all supported architectures)

Don't use architecture, when specifying "image:".
2020-09-27 19:40:42 +02:00
Anders F Björklund 5ae6ce03bb Use newer version of the go-bindata tool
Use the same "vendor" as kubernetes does
2020-09-27 17:52:05 +02:00
Anders F Björklund 8a18334cba Complete the fork of kindbase by copy/paste
Base kicbase directly on ubuntu, without kindbase

Move all the files that are still copied and used

Avoid installing software only to be deleted later

The entrypoint had already been forked since earlier
2020-09-27 15:16:42 +02:00
Anders F Björklund 85f8d05757 Fork all files needed for kindbase from upstream
This is for reference, to be able to combine them
2020-09-27 15:15:43 +02:00
Anders F Björklund 4c8e88ab47 Upgrade Buildroot to 2020.02 LTS with Linux 4.19
Do the kernel upgrade separately, for easier ISO testing

Use the same kernel version as was in "2019.02.x" branch
2020-09-27 14:11:32 +02:00
Anders F Björklund 75b0950033 Update KERNEL_VERSION to match BUILDROOT_VERSION
This was missed in 8f9c572ff5
2020-09-27 14:07:19 +02:00
Priya Wadhwa 3d547a937f Fix Makefile rule to build bot 2020-09-22 14:00:27 -04:00
Sharif Elgamal 7e7344da18 Update Makefile and release notes for v1.13.1 2020-09-18 16:20:58 -07:00
Medya Gh 48811763ed help text 2020-09-10 16:08:24 -07:00
Medya Gh 6dcce31c72 clean up 2020-09-10 16:04:17 -07:00
Medya Gh 25939ca4d2 add phony 2020-09-10 16:01:33 -07:00
Medya Gh 334fa8af26 help text 2020-09-10 16:01:15 -07:00
Medya Gh 3e5d0abba0 add HTML report to Makefile and funtional only test 2020-09-10 15:55:08 -07:00
priyawadhwa 95ea4f87d2
Merge pull request #9121 from afbjorklund/silent
Add silent rules for less verbose build output
2020-09-08 13:51:13 -04:00
Sharif Elgamal ed9a106968 fix typo 2020-09-02 16:21:29 -07:00
Sharif Elgamal 6e9b0320bc Update Makefile for 1.13.0 release 2020-09-02 16:16:51 -07:00
Thomas Stromberg 4446cee4e1 Bump storage-provisioner version to v3 2020-09-01 16:15:21 -07:00
Thomas Stromberg 1ac12e7615 Upgrade golangci-lint to v1.30.0 2020-08-30 17:20:42 -07:00
Anders F Björklund c83d53def7 Add silent rules for less verbose build output
Similar to what automake (and also ninja) uses.

Use "make V=0" to enable, by default disabled.
2020-08-30 18:14:25 +02:00
Marcin Niemira ef65d0f1e7
unify docker push in makefile 2020-08-14 20:24:42 +10:00
Marcin Niemira ac2988c8aa
fix conflict 2020-08-13 09:42:19 +10:00
Marcin Niemira 75dd0cf591
Merge branch 'master' of github.com:kubernetes/minikube into GH-8802/kickbase-make-target 2020-08-13 09:40:15 +10:00
Marcin Niemira 0ef45d7114
typofix 2020-08-13 09:35:57 +10:00
Medya Gh cbab32ca97 add chenglog 2020-08-12 13:31:21 -07:00
Marcin Niemira 971284ecb5
fix message in makefile 2020-08-12 19:29:08 +10:00
Marcin Niemira 836f64a11c
minor cleanup 2020-08-12 10:07:18 +10:00
Marcin Niemira 6eb7555609
add docker login 2020-08-12 10:06:26 +10:00
Marcin Niemira 9eaef38aa9
unify variable declarations 2020-08-11 20:15:54 +10:00
Marcin Niemira e2cdfa5829
minor cleanup 2020-08-11 20:01:46 +10:00
Marcin Niemira 0ef7f11514
Merge branch 'master' of github.com:kubernetes/minikube into GH-8802/kickbase-make-target 2020-08-11 19:59:54 +10:00
Marcin Niemira dbfa79d0b9
setup targets for kicbase gcr, gh and dockerhub 2020-08-11 19:59:40 +10:00
Sharif Elgamal 70c9db6252 Merge branch 'master' of github.com:kubernetes/minikube into v1.12.2 2020-08-04 13:39:25 -07:00