Skip to content

v0.7.9

Choose a tag to compare

@github-actions github-actions released this 15 Mar 23:45
· 25 commits to main since this release
99d1841

Changes since v0.7.8

Bug Fixes

  • fix: run tdnf as host process to avoid container cgroup OOM (#70)

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.ext4 /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.7.9 \
  --namespace kube-system

Installer Image

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