Skip to content

Releases: appcypher/monocore

monocore: v0.2.1

11 Dec 15:24
741a487
Compare
Choose a tag to compare

0.2.1 (2024-12-11)

Features

  • add log to cli and make examples work (59d552a)

monocore: v0.2.0

10 Dec 16:43
db81f45
Compare
Choose a tag to compare

0.2.0 (2024-12-10)

⚠ BREAKING CHANGES

  • config: Removes service type variants (Default, HttpHandler, Precursor) in favor of a single unified Service struct. This change simplifies the configuration model while maintaining all functionality.

Code Refactoring

  • config: simplify service model and improve volume handling (#69) (571219d)

monocore: v0.1.0

03 Dec 12:04
5c49ca0
Compare
Choose a tag to compare

0.1.0 (2024-12-03)

Features

  • add basic vm implementation (#9) (001f173)
  • Add Linux overlayfs support and improve process monitoring (#48) (8329019)
  • add monobase compiler module (#43) (da53a8b)
  • add primitives for supporting versioning (#11) (b13fb99)
  • Add REST API server mode (#38) (a84956d)
  • add subprojects (#1) (65e5744)
  • basic filesystem impl and other deps (#10) (83eee43)
  • basic orchestration (#20) (3a01895)
  • build script for libkrun (#7) (dc33da5)
  • ci: add release automation workflow and dependency updates (#62) (1af4b4a)
  • download image layers and artifacts in appropriate folders (#26) (04444f9)
  • Implement CLI, service rootfs isolation and OCI image… (#35) (bd4fc2d)
  • Improve README structure and enhance Makefile (#37) (8696096)
  • merge pulled container layers into a single rootfs dir (#28) (900d7e3)
  • monocore config and project structure (#4) (cc44f06)
  • supervisor polls microvm cpu and mem usage (#25) (7298b30)
  • support downloading Docker images (#5) (d727d7e)

Bug Fixes