Skip to content

Releases: onkernel/hypeman

v0.0.3

11 Dec 22:47
2db3dff

Choose a tag to compare

Changelog

  • 2db3dff Update kernel link (#39)
  • 00aa392 Disable cache for Go setup in release workflow
  • 61ffb1c Update kernel to include network capabilities (#38)
  • 4d86dae Fix Homebrew installation command for hypeman
  • 1356047 README updates (#37)

v0.0.2

11 Dec 17:24
c76e9e9

Choose a tag to compare

This is an early preview release—APIs may have breaking changes

Hypeman is a lightweight API server for managing microVMs powered by Cloud Hypervisor.

Changes summary

  • Stability fixes for demo-ready Hypeman
  • Fetch Hypeman logs, Cloud Hypervisor logs corresponding to your VM
  • Automated installation script

Changelog

  • c76e9e9 fix: allocate fresh network on start VM (#36)
  • a076e43 Operational logs over API: hypeman.log, vmm.log (#34)
  • fddc707 Fix hanging on exec for missing command (#33)
  • c9c5580 fix: incorrect reporting of Stopped, add better error reporting (#32)
  • e398e4f fix: random port selection and cleanup server stop (#31)
  • 9d31e90 Installer script (#30)

v0.0.1

09 Dec 18:53

Choose a tag to compare

🚀 Initial Release

This is an early preview release—APIs may have breaking changes

Hypeman is a lightweight API server for managing microVMs powered by Cloud Hypervisor.

Key Features

  • VM images from OCI — Convert Docker images to bootable VMs
  • Instance Management — Create, start, stop, and manage microVM instances
  • OCI Registry — Built-in Docker registry with docker push support
  • Networking — Automatic IP allocation, bridge networking, DNS
  • Ingress — HTTP/HTTPS routing to instances with automatic TLS
  • Volumes — Persistent storage with multi-attach support
  • Exec — Remote command execution in VMs via vsock
  • Log Streaming — Real-time VM log access via SSE
  • Observability — OpenTelemetry integration for metrics, traces, and logs

Changelog