Skip to content

Tags: bensallen/hkmgr

Tags

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Create a VMs rundir if it doesn't already exist. Remove left over deb…

…ugging printf

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Add Support multiple TOML Configuration Files

- Support multiple configuration files (eg. specifying -c / --config
  multiple times).
- Support reading multiple configurtion files by specifying a directory
  of toml files.
- Hkmgr now defaults to looking for hkmgr.toml and hkmgr.d/*.toml in
  the CWD when no configuration file is specified.

Closed #15.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Rename the uart log to console.log, as we still need to log stdout/er…

…r and this probably makes more sense to name generically log. Allow specification of raw or device HDDs, by not prepending the file:// which qcow requires

v0.0.9

Toggle v0.0.9's commit message
Add GitHub Actions CI to test the project on macOS

0.0.7

Toggle 0.0.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Move version injection into main and allow setting root.Version. This…

… allows us to use the default goreleaser version number injection settings

v0.0.8

Toggle v0.0.8's commit message
Automatically generate, store, and subsequently load a VM UUID in the…

… VM's run dir if not specified.

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Update todos

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Add PID in status output. Check that the process executable is either…

… 'hyperkit' or 'com.docker.hyper'. Note, the executable name is limited to 16 bytes long

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Make relative paths in a VM config relative to the run_dir, split out…

… setting defaults

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bensallen Ben Allen
Add homebrew tap to goreleaser