Skip to content

urunc v0.2.0

Choose a tag to compare

@gntouts gntouts released this 09 Nov 16:16
· 447 commits to main since this release

Incremental urunc v0.2.0 release

Changelog

  • (1ae5d5b) Update installation instructions, add linting instructions (@gntouts)

  • (89fa71c) Add tests, update workflow triggers (@gntouts)

    • Add end to end tests for hvt hypervisor and rumprun unikernels using ctr, nerdct, crictl.
  • (9271e4f) Refactor urunc to enhance code organization and maintainability (@gntouts)

    • Move urunc cmd tool code under cmd directory.
    • Introduce 'unikontainers' package to separate urunc cmd tool from the underlying logic responsible for handling unikernel containers.
    • Separate hypervisor and unikernel functionality into distinct packages.
    • Update solo5-hvt to v0.6.9
    • Rewrite IPC mechanism to allow for retrying failed communication attempts.
    • Use a runc-compatible logging configuration.
  • (3b577eb) Fix typo on Installation.md (#2) (@johnp41)