Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Release 0.8.0

Compare
Choose a tag to compare
@gnawux gnawux released this 21 Mar 02:24
· 238 commits to master since this release

In this release, several significant updates are introduced, such as Kubernetes Container Runtime Interface (CRI) support, OCI images spec support:

  • Feature: Kubernetes CRI support.
  • Feature: OCI Image Spec support (hyperctl save -o nginx.tar -f oci ).
  • Interfaces: better GRPC API support.
  • Arch: support ARM64 CPUs with GIC version3, e.g. Cavium ThunderX 64-core CPU.
  • Enhancement: move all the Pod level logic to hyperd, and runV only maintains the sandbox and containers.
  • Enhancement: simplify the model and state machine -- one Pod is one VM.
  • Enhancement: allow add/remove containers to/from a Pod/sandbox.
  • Enhancement: do not stop sandbox without an explicit stop command even if the last container is stopped (To be compatible to Kubernetes CRI).

And many other improvements and updates.

The binaries for more distros could be download here.