Releases: bensallen/hkmgr
v0.0.2
v0.0.1
Changelog
c3332ef Add BSD 3-clause license
39d8bb5 Add argument to work on specific VM. Modify Up() to work with a specific VM is specified otherwise all VMs
1610de9 Add basic execution of hyperkit based on the config.VM Cli() output
cf91738 Add debug flag to root
5345ef9 Add dryRun
f2292a9 Add goreleaser config
8edc894 Add management of bridge interfaces
f61880b Add option to setMembers to conditionally enable deletem, don't delete members in Up() so we don't remove devices that aren't relateed to the current work
ca70025 Add some initial validator code for the VM config.
aa9fe08 Add status command functionality
08e74a8 Add stringer for status, use os.Geteuid instead of user.Current() to check if user is UID=0 when using virtio-net
eaea78f Add todo list
4a893f5 Change name of Label attribute to MemberOf which better desscribes that this network interface is a member of the specified network
5749048 Check if configuration file exists and is not a directory
d3e0147 Fixup TestTap_toBridge
6645736 Ignore .run dirs and built hkmgr
f2b2074 Initial app with subcommands laid out, and a mock config toml file being parsed
6529bcc Initial mock up of each sub-command, some initial Config to CLI args
3ec36fc Reorg directory structure
73e2280 Return errors when working on a single VM instead of printing to stdout
99a2a6b Switch to slices for VM network configs to make conversion into CLI args consistent, reorg config into individual files
e9b3448 Uncomment some items are now working
36c24d3 WIP
cf089de WIP 2
b36322e golangci-lint fixes
3945530 make error meessage clearer
2a4d0fd setIP: check that IP is set. Ensure bridge is set up even if it has already been worked on