Skip to content

Tags: ihexon/revm

Tags

v0.3.8

Toggle v0.3.8's commit message
Release v0.3.8

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: implement unified service dependency management (#74)

* refactor: implement unified service dependency management

  - Add ServiceType enum with sync.Once for safe channel closing
  - Implement ServiceProber interface for gvproxy, ignition, podman, ssh
  - Replace manual waiting with WaitForServices() API
  - Consolidate probe logic from pkg/service into pkg/vmconfig
  - Add YAML-based gvproxy configuration
  - Update dependencies (gvisor-tap-vsock v0.8.8)

  This provides clearer service dependencies and eliminates duplicate
  probe code across the codebase.

* fix ci lint

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update README (#67)

v0.3.5

Toggle v0.3.5's commit message
fix(ssh): gvpconn was closed multiple times

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: separation of responsibilities to create vmprovider (#62)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(restapi): standardize flag constants and add conditional REST API…

… server startup (#53)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(restapi): support /guestexec & /hostexec sse api (#47)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(bootstrap): increase the number of dhclient attempts (#38)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(builder): missing fsck.ext4 (#37)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(vm): given vm more system resource (#14)