Releases: titan-data/zfs-builder
v0.4.4
v0.4.3
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0 - CentOS support
This release adds a major new platform, CentOS, to the build system. For more information on building for CentOS, see the README.
0.2.2 - Ubuntu fixes
As Ubuntu releases new packages, the builder would fail to pull the right kernel modules because we didn't have the latest package inventory. In particular, this was causing builds of the latest ubuntu bionic (with 5.0.0 kernel) to fail. The fix is to always run apt-get update first.
0.2.1 - Improved Linuxkit support
Previous versions would download and build linuxkit versions from github releases. Linuxkit discontinued such releases in late 2018, instead standardizing on distributing kernel source and binaries via docker images. With this release, zfs-builder instead pulls pre-built binaries from said docker images. This requires passing the docker socket to the builder image, but has the added benefit that we can build directly against pre-built binaries, without having to go through the kernel compilation phase.