Skip to content

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:02
· 17 commits to main since this release
e84d7de

Changes since v0.8.2

Bug Fixes

  • fix: release workflow — kernel 6.18.16, install erofs-utils, dedup configs (#78)
  • fix: use default overlayfs snapshotter, not erofs (#75)

Installation

Binaries (bare Linux)

Download the binaries from this release and install manually:

sudo install -m 755 containerd-shim-cloudhv-v1-linux-amd64 /usr/local/bin/containerd-shim-cloudhv-v1
sudo mkdir -p /opt/cloudhv
sudo cp vmlinux rootfs.erofs /opt/cloudhv/

Helm Chart (Kubernetes)

The chart is published to GHCR as an OCI artifact:

helm install cloudhv-installer \
  oci://ghcr.io/devigned/charts/cloudhv-installer \
  --version v0.8.3 \
  --namespace kube-system

Installer Image

ghcr.io/devigned/cloudhv-installer:v0.8.3