Skip to content

Releases: bensallen/hkmgr

v0.1.2

28 Mar 22:24
c3f794d
Compare
Choose a tag to compare

Changelog

c3f794d Create a VMs rundir if it doesn't already exist. Remove left over debugging printf

v0.1.1

07 Mar 21:23
fd78861
Compare
Choose a tag to compare

Changelog

fd78861 Add Support multiple TOML Configuration Files
3f90fa6 Update flaggy to v1.4.4, kr/pretty to v0.2.0, and go-ps to v1.0.0

v0.1.0

05 Mar 17:27
1a06ac6
Compare
Choose a tag to compare

Changelog

1a06ac6 Rename the uart log to console.log, as we still need to log stdout/err 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
af58b82 Use hyperkit's ring buffer uart logging instead of ASL so a log is put into the VMs run dir

v0.0.9

29 Feb 00:05
Compare
Choose a tag to compare

Changelog

3d60a42 Add GitHub Actions CI to test the project on macOS
d6f89c3 Add generation of MAC addresses when not specified in the configuration file for a TAP net type. Move pidFile() and uuidFile() to a new file internal/config/file.go along with a new hwaddrFile() function

v0.0.8

23 Dec 18:18
Compare
Choose a tag to compare

Changelog

c19ca61 Automatically generate, store, and subsequently load a VM UUID in the VM's run dir if not specified.
3b46101 Move version injection into main and allow setting root.Version. This allows us to use the default goreleaser version number injection settings
fba5087 Update todos

0.0.7

23 Dec 17:20
3b46101
Compare
Choose a tag to compare

Changelog

3b46101 Move version injection into main and allow setting root.Version. This allows us to use the default goreleaser version number injection settings
7109e93 Update todos

v0.0.6

23 Dec 17:04
147a57f
Compare
Choose a tag to compare

Changelog

193d69a Add CircleCI config, fix one comment on VM map to fix lint warning
147a57f 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
cd22d80 Add readme
b517e71 Add start and stop command aliases for up and down
6fb3051 Change to running CircleCI in macOS
2651982 Fix yaml syntax error on CircleCI config file
5dc5c89 Go mod tidy
bdb900f Regenerate go.sum
c764ea1 Rename up command to start, and down to stop
b58279a Revert "Rename up command to start, and down to stop"
9e458d8 Update flaggy dep
17a64dd Update todos
90418b2 Update todos

v0.0.5

19 Aug 01:51
6a1f8ce
Compare
Choose a tag to compare

Changelog

6a1f8ce Make relative paths in a VM config relative to the run_dir, split out setting defaults
520ca5e Set RunDir if its a relative path based on configuration file, set default RunDir as .run/vm/

v0.0.4

14 Aug 02:07
b8a2d16
Compare
Choose a tag to compare

Changelog

b8a2d16 Add homebrew tap to goreleaser

v0.0.3

14 Aug 01:54
7c685c6
Compare
Choose a tag to compare

Changelog

7c685c6 Add down functionality to stop VMs
251ddfe If one of the tap interfaces doesn't come up, still add the ones that do come up to the bridge. This allows hkmgr up to be more idempotent.
b0763fa Rev to flaggy 1.2.1
74d2b65 Vendor go-ps