Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

v0.6.2

Compare
Choose a tag to compare
@stealthybox stealthybox released this 08 Oct 04:02

This is the second patch release in the v0.6.X series, containing bugfixes:
It moves the blocking SSH wait for vm's run with --ssh to using the actual protocol.
It also fixes a locale bug with resize2fs parsing that used to occur when using zh_CN.utf8.

Bug Fixes

Documentation

Trying it out / Next Steps!

In short:

export VERSION=v0.6.2
export GOARCH=$(go env GOARCH 2>/dev/null || echo "amd64")

for binary in ignite ignited; do
    echo "Installing ${binary}..."
    curl -sfLo ${binary} https://github.com/weaveworks/ignite/releases/download/${VERSION}/${binary}-${GOARCH}
    chmod +x ${binary}
    sudo mv ${binary} /usr/local/bin
done

A more throughout installation guide is available here: https://ignite.readthedocs.io/en/latest/installation.html


OCI images for this release