Releases: lima-vm/alpine-lima
Bump cri-dockerd from v0.2.0-1 → v0.2.0-rd2
Applying more unofficial fixes to the metrics server Signed-off-by: Jan Dubois <[email protected]>
Add openssh-sft-server
It is needed on some hosts OSes (e.g. Arch) that use a fairly recent version of scp that only supports the sftp protocol anymore.
Bump nerdctl from 0.19.0 → 0.20.0
No other changes
Add curl to rd edition
Also make sure the mount points exists, and fstab entries are mounted automatically by lima-init. This requires a lima version that includes lima-vm/lima#843.
This release does not contain the changes required to make lima-vm/lima#783 work with lima-init; #54 is still not yet implemented.
Bump nerdctl from 0.17.1 to 0.19.0
- Switch Alpine from 3.14 → 3.15
- Bump nerdctl from 0.17.1 → 0.19.0
- Fetch cni-plugins and cni-plugin-flannel from edge repo to get latest versions
- Used a fork of cri-dockerd to fix metrics performance issue
Extract mounts from user-data and add them to /etc/fstab
Merge pull request #53 from lima-vm/9p-mounts Extract mounts from user-data and add them to /etc/fstab
Include cr-dockerd for k8s 1.24+
- Add
cri-dockerdfor k8s 1.24, which no longer includesdocker-shim(only inrdedition) - Add
xzpackage sodocker buildcan process .tar.xz files - Update nerdctl to 0.17.1
Install cni-plugins package
The RD edition installs the Alpine cni-plugins package instead of using the nerdctl plugins because it needs flannel and loopback plugins too, which are not included in the nerdctl tarball.
The isolation plugin is still installed from nerdctl because it is not included in cni-plugins.
This also changes the installation directory to /usr/libexec/cni (the default for the cni-plugins package), when LIMA_INIT_INSTALL_CNI_PLUGINS is true).
Bump nerdctl to v0.17.0
Merge pull request #47 from lima-vm/bump-nerdctl-0.17.0 Bump nerdctl from 0.16.1 → 0.17.0
Bump nerdctl to 0.16.1
Signed-off-by: Jan Dubois <[email protected]>