Commit Graph

1123 Commits (912c0d26f1f6964706c4968d5438fc72985a7b19)

Author SHA1 Message Date
minikube-bot 2224cd3ac4 Updating ISO to v1.26.0-1656700267-14481 2022-07-01 22:21:24 +00:00
Paul S. Schweigert b28e6de4ba
fixes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 16:02:01 -04:00
Paul S. Schweigert b503d47f94
updating go hash
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 15:58:17 -04:00
Paul S. Schweigert 65e096b5fe
bump go to v1.18 in Makefile
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 14:45:52 -04:00
Steven Powell 207003f24b release minikube 1.26 2022-06-22 12:38:33 -07:00
minikube-bot ee391b56b9 Update ISO to v1.26.0 2022-06-22 17:41:35 +00:00
Steven Powell 912226e73f
Merge branch 'master' into k8s1.24 2022-06-22 10:24:15 -07:00
Steven Powell 98377c37b0 automate updating yearly leaderboard 2022-06-21 15:44:26 -07:00
minikube-bot 9dae03e5f2 Updating ISO to v1.26.0-1655407986-14197 2022-06-17 00:25:32 +00:00
minikube-bot c88c6e70bc Updating ISO to v1.26.0-1655241299-14197 2022-06-16 12:23:00 -07:00
Steven Powell 7e65323a4f
Merge pull request #14316 from kinvolk/alban/kernel-5.10-options
Add eBPF related kernel options
2022-06-14 13:39:54 -07:00
Steven Powell f06fe5b908
Merge pull request #14329 from leogr/falco-0.32.0
Bump Falco to 0.32.0
2022-06-14 11:01:08 -07:00
Sharif Elgamal b41f83df1c
Merge pull request #14337 from sharifelgamal/auto-pause-kic
build auto-pause outside kicbase dockerfile
2022-06-14 10:53:10 -07:00
minikube-bot b69df23b03 Updating ISO to v1.26.0-1655163725-14329 2022-06-14 02:17:53 +00:00
Sharif Elgamal 7d74925578 build auto-pause outside kicbase dockerfile 2022-06-13 17:08:30 -07:00
Steven Powell 10f4044e5e
Merge pull request #14312 from spowelljr/criDockerUpdate
Add script to update cri-docker
2022-06-13 16:35:03 -07:00
Steven Powell 4b7d1b2718 remove unused Makefile command 2022-06-13 16:24:08 -07:00
Sharif Elgamal 98c0e9f6c8
Merge pull request #14265 from sharifelgamal/arm64-containerd
Reduce package duplication for ISO building
2022-06-13 16:22:33 -07:00
minikube-bot 33cb8cb876 Updating ISO to v1.26.0-1655134933-14265 2022-06-13 18:32:13 +00:00
Steven Powell aa1d305412 add script to update cri-docker 2022-06-13 10:41:24 -07:00
minikube-bot 65a31719ef bump golang versions 2022-06-13 09:02:11 +00:00
Francis Laniel ca1f05e2d2 Backport buildroot patch to add BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE.
This config option permits indicating the Linux kernel needs pahole to be
compiled.
Thus, host-pahole will be built before the kernel.
This is mandatory when using CONFIG_DEBUG_INFO_BTF.

Signed-off-by: Francis Laniel <flaniel@microsoft.com>
2022-06-10 17:51:22 +01:00
Francis Laniel d59034e27c Change iso-menuconfig to iso-menuconfig-%.
iso-menuconfig would do nothing related to buildroot configurations with the
changes added with arm64.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-10 13:57:13 +01:00
minikube-bot 5d5cdc793f Updating ISO to v1.26.0-1654804800-14265 2022-06-09 23:16:05 +00:00
Francis Laniel c0a0f4542d For test purpose only: permits the CI running test with this ISO.
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:36:38 +01:00
Francis Laniel 9f21f1e4a6 Fix linux-menuconfig Makefile target.
It now uses the output-* directory corresponding to the target architecture
under out/buildroot.

Fixes: d1829f24ec ("small fixes")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel 06022e8017 For prototyping purpose: Remove CHANGELOG.
CHANGELOG file is created by a jenkins related script which I do not run when
building the image myself outside of CI

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel 770d41f21b Use kernel 5.10 for minikube.iso.
This commit jumps kernel version used in minikube.iso to 5.10.
To do so, the following kernel configuration options were added to
linux_*_defconfig:
- CONFIG_TMPFS to be able to use mount -t tmpfs in init.
- CONFIG_PCI to have network.
- CONFIG_BRIDGE_NETFILTER to have /proc/sys/net/bridge/bridge-nf-call-iptables
which is needed by kubeadm.

CONFIG_* relaed to vbox were added to linux_x86_64_defconfig and as consequence
vbox related packages were removed since vbox modules are available in
upstream kernel.

To compile falco module, CONFIG_FTRACE_* were added to linux_aarch64_defconfig.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel f0ccf77945 Add sysdig 0.27.1 package.
This package is used in place of sysdig 0.23.1 which comes with buildroot.
Indeed, sysdig 0.23.1 does not compile with recent kernel.

It is based on the following patch:
https://lore.kernel.org/buildroot/20220407182425.194001-3-flaniel@linux.microsoft.com/T/#u

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel f20b7ecf73 Fix minikube.iso target when not running inside docker.
Fixes: d92f42a6e4 ("fix the minikube.iso make target")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
minikube-bot b785613d69 Updating ISO to v1.26.0-1653677468-13807 2022-05-27 21:18:11 +00:00
Sharif Elgamal 477ceb8aac
Merge pull request #14230 from sharifelgamal/kicbase-build
kicbase: don't build cri-dockerd from source
2022-05-27 11:45:25 -07:00
Sharif Elgamal 600cc30096 add automation for uploading cri-dockerd binaries 2022-05-26 13:11:20 -07:00
Steven Powell 6709ef5db8 automate updating gotestsum 2022-05-24 13:00:00 -07:00
Sharif Elgamal 7d97a3ef22
Merge pull request #14153 from afbjorklund/docker-20.10.16
Upgrade Docker, from 20.10.15 to 20.10.16
2022-05-23 15:40:45 -07:00
minikube-bot a7ae876824 bump golint versions 2022-05-23 10:02:06 +00:00
minikube-bot 1c0b8e72f9 Updating ISO to v1.26.0-1652998508-14153 2022-05-20 00:30:19 +00:00
minikube-bot 1163d86bee Updating ISO to v1.26.0-1652913186-14152 2022-05-19 01:11:18 +00:00
Sharif Elgamal 2a318992bf Update Makefile for v1.26.0-beta.1 release 2022-05-17 13:48:48 -07:00
minikube-bot 0e2a5bf30c Update ISO to v1.26.0-beta.1 2022-05-17 20:31:55 +00:00
Steven Powell 09365b4b04
Merge pull request #14175 from minikube-bot/auto_bump_golint_version
bump golint version
2022-05-16 13:21:06 -07:00
minikube-bot b42cb3ec02 bump golint versions 2022-05-16 10:02:30 +00:00
minikube-bot c8b4db23ca bump golang versions 2022-05-16 09:02:26 +00:00
Sharif Elgamal e03c192342 fix release jobs to account for two ISOs 2022-05-13 14:13:43 -07:00
Steven Powell 6a35688f25 release 1.26.0-beta.0 2022-05-13 08:46:54 -07:00
minikube-bot d6c04122e1 Update ISO to v1.26.0-beta.0 2022-05-12 22:51:40 +00:00
minikube-bot aafc1e6912 Updating ISO to v1.25.2-1652310010-13791 2022-05-12 01:13:49 +00:00
minikube-bot 9c75a9c937 Updating ISO to v1.25.2-1651892774-13762 2022-05-07 05:18:11 +00:00
Sharif Elgamal d1829f24ec small fixes 2022-05-06 14:52:37 -07:00
Sharif Elgamal 9f1bf48849 move iso CHANGELOG logic around 2022-05-05 11:25:54 -07:00