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

v0.4.0

Compare
Choose a tag to compare
@luxas luxas released this 10 Jul 12:40
e0e7e8c

v0.4.0

Ignite's biggest release yet!

There are many significant changes compared to before:

New Features

API Machinery

New Commands

  • Add the ignite inspect command #107
  • Add the ignite gitops command #100

Documentation

Updated Images

Base Images

Kernel Images

Internal Improvements

  • A significant refactor of the whole application has been made to support the new API machinery
  • Add structured logging #110
  • Factor out ignite-spawn into its own binary running in the container 0a1965e
  • Upgraded the Firecracker version to v0.17.0 41e3595
  • Set Go version to 1.12.6 d00cce7

Trying it out / Next Steps!

In short:

export VERSION=v0.4.0
curl -fLo ignite https://github.com/weaveworks/ignite/releases/download/${VERSION}/ignite
chmod +x ignite
sudo mv ignite /usr/local/bin

A longer installation guide is available here: https://github.com/weaveworks/ignite/blob/master/docs/installation.md