Commit Graph

881 Commits (c6e64f8148c35ec2f96ea34178bc69bce71d22ef)

Author SHA1 Message Date
Medya Ghazizadeh c3f46d1e7c
Merge pull request #11691 from andriyDev/embed-translations
Use goembed for translation files
2021-06-18 11:30:22 -04:00
Peixuan Ding 6d346e0b80 Remove Hugo workaround for go1.16 2021-06-18 09:24:42 -04:00
Andriy Dzikh 92258d06d0 Remove uses of pkg/minikube/translate/translations.go 2021-06-17 15:06:24 -07:00
Sharif Elgamal 4fc5e5f169
Merge pull request #11671 from andriyDev/embed
Use goembed instead of go-bindata for embedding addon config files
2021-06-17 14:14:01 -07:00
Andriy Dzikh 02b996e011 Redefine addon asset in terms of embed.FS. 2021-06-16 09:59:39 -07:00
Andriy Dzikh cf0d335309 Remove assets.go from Makefile and replace with directly referencing addon files. 2021-06-16 09:59:37 -07:00
Sharif Elgamal 0f3255eab6 space 2021-06-15 15:16:04 -07:00
Sharif Elgamal 7537c9da2b add local-kicbase make target 2021-06-15 14:22:04 -07:00
Sharif Elgamal 79e1b4e99d Bump Makefile for 1.21.0 release 2021-06-10 11:34:06 -07:00
minikube-bot 0bf3855ee1 Update ISO to v1.21.0 2021-06-09 01:11:03 +00:00
Sharif Elgamal c29e3ff208 fix makefile typo 2021-06-02 17:55:55 -07:00
Sharif Elgamal 1031e5bd95 Bump minikube version to v1.21.0-beta.0 2021-06-02 15:13:24 -07:00
Steven Powell ee5faa6fc4
Merge branch 'master' into automateTimeToK8s 2021-05-26 16:45:13 -07:00
Steven Powell a81761ea4a add make command to auto benchmark time-to-k8s and update website 2021-05-26 15:45:11 -07:00
Medya Ghazizadeh b3541115b2
Merge pull request #11478 from sharifelgamal/error-codes
Add list of error codes to documentation
2021-05-24 15:25:58 -07:00
Sharif Elgamal e89aca810a Add list of error codes to documentation 2021-05-21 11:07:59 -07:00
Andriy Dzikh e1d86550f3 Create make targets for hack/release_notes.sh and hack/update_contributions.sh. 2021-05-21 09:31:45 -07:00
Sharif Elgamal c68216acd8
Merge pull request #11402 from sharifelgamal/storage-prov
add script to automatically release storage provisioner
2021-05-14 12:25:38 -07:00
Sharif Elgamal 9290ca7e2e enable experimental CLI for everything 2021-05-13 10:33:20 -07:00
Sharif Elgamal f16163b336 enable experimental CLI 2021-05-13 10:30:12 -07:00
Sharif Elgamal edd1230767 add script to automatically release storage provisioner 2021-05-13 09:40:55 -07:00
Ilya Zuyev 1a2ea2cb5a Add `out/minikube-linux-armv6: $(SOURCE_GENERATED)` dependency 2021-05-12 13:31:38 -07:00
Medya Ghazizadeh 9e57c747e2
Merge pull request #11351 from afbjorklund/go-1.16.4
Upgrade go version from 1.16.1 to 1.16.4
2021-05-11 14:53:49 -07:00
Medya Ghazizadeh c136fe3cfd
Merge pull request #11060 from afbjorklund/retro-arch
Allow building minikube for outdated architectures
2021-05-11 12:22:03 -07:00
Anders F Björklund 118d201a73 Upgrade go version from 1.16.1 to 1.16.4 2021-05-10 07:16:24 +02:00
Anders F Björklund ac624bff80 Add missing arm64 tarballs to the release page
The arm64 build targets for the drivers are currently missing,
but they should be downloaded at runtime anyway so exclude them.
2021-05-09 10:11:22 +02:00
Medya Gh 1b78ce48a5 update translation strings 2021-05-07 15:12:57 -07:00
Sharif Elgamal da85657685 Update Makefile for v1.20.0 release 2021-05-06 11:28:50 -07:00
minikube-bot 956903e0eb Update ISO to v1.20.0 2021-05-05 21:37:31 +00:00
Medya Ghazizadeh b7dc95577f
Merge pull request #11288 from azhao155/yzhao/feature/autopause-image
Update image repo for auto-pause-hook
2021-05-05 00:11:10 -07:00
Yanshu 8feef42a88 Update auto-pause-hook image 2021-05-04 23:18:33 +00:00
Yanshu dd1d2b86b6 use gcr.io instead private repo 2021-05-04 22:53:54 +00:00
Medya Ghazizadeh ce01c06fef
Merge pull request #11251 from azhao155/yzhao/feature/prowTestImage
Add minikube prow testing docker image
2021-05-03 18:39:47 -07:00
Sharif Elgamal 4186087e64
Revert "Run test2json during the test and not afterwards" 2021-05-03 17:23:24 -07:00
Medya Ghazizadeh b41b3a07cd
Merge pull request #11186 from zhangshj-inspur/shaojie-branch
correct a wrong word
2021-05-03 15:46:18 -07:00
Yanshu e6f2540df3 Change version 2021-05-03 17:40:25 +00:00
Anders F Björklund b4379c326f Run test2json during the test and not afterwards
Running it after the test is completed, means that the timestamps
of the output will be wrong (not reflecting the actual test run).

This should use "go test -json" instead of the "test2json" pipe,
but need something like "gotestsum" to show both out and json...
2021-05-03 08:08:14 +02:00
Yanshu 6695306b2d Add minikube prow testing docker image 2021-05-02 08:59:28 +00:00
Ilya Zuyev 6add30a25b update Makefile 2021-04-30 11:38:53 -07:00
minikube-bot 2e12378c99 Update ISO to v1.20.0-beta.0 2021-04-30 06:22:22 +00:00
Kent Iso 52ddca0ea4 divide idle only benchmark and autopause benchmark of cpu usage 2021-04-29 01:06:27 +09:00
Kent Iso 45a867d3b8 Add cpu usage benchmark 2021-04-29 01:06:26 +09:00
Sharif Elgamal 0ed1c923a9 Make sure to capture errors in auto kicbase builds 2021-04-26 17:54:07 -07:00
Medya Ghazizadeh 8ce6326186
Merge pull request #11054 from afbjorklund/iso-os-update
Upgrade buildroot minor version
2021-04-24 21:10:51 -07:00
minikube-bot 6ff3832348 Updating ISO to v1.19.0-1619288095-11054 2021-04-24 19:08:52 +00:00
Anders F Björklund b0414fc53f Add host-python dependency for htop package 2021-04-24 20:11:36 +02:00
zhangshj efa20be08a correct a wrong word 2021-04-24 12:51:21 +08:00
Medya Ghazizadeh 6f97066217
Merge pull request #11095 from ilya-zuyev/ilyaz/preloads_jenkins_job
Move preload generation to Jenkins
2021-04-23 13:25:18 -07:00
Anders F Björklund a0bb6276fe Upgrade buildroot minor version 2021-04-23 08:16:43 +02:00
Anders F Björklund e746eb8a2c Upgrade buildroot minor version 2021-04-23 08:13:50 +02:00