Releases: beringresearch/macpine
Releases · beringresearch/macpine
v1.0.9
v1.0.8
v1.0.5
Commits
- b7840dc: Create codeql.yml (Max Zinkus)
- 4b129c9: Check for bad filenames in tar archive expansion in utils/utils.go (Max Zinkus) #168
- 6ffcf9d: Fix ineffectual assigns due to unchecked err values by checking err values (Max Zinkus)
- 54b6aff: add download script for latest alpine image (idroz)
- 5a10512: upgrade 171 (idroz) #172
- 7696348: ignore DS_Store file during alpine list (idroz) #174
- 36c047b: first vmnet-shared implementation (idroz) #176
- e1e926e: retrieve ip address (idroz) #176
- d6f8cfe: add some error checking around vm priveledges (idroz) #176
- 3667b63: add support for vmnet-shared networking (idroz) #176
- ff8e6bb: fix support for slirp network (idroz) #176
- 4671222: clarify mode toggle (idroz) #176
- 469a814: add documentation (idroz) #176
- 5b17691: add some stability to dhcp lease readings (idroz) #176
- 7093b22: updates to dhcp reliance (idroz) #179
- b09b2c3: address #178 (idroz) #179
- a7bdec9: return machine ip in info (idroz) #179
- 1f711ed: address #177 (idroz) #179
- e17aa9d: compress disk image on publish (idroz) #183
v1.0.4
Commits
- b28c274: Regenerate docs (Max Zinkus)
- bbf7d6d: add avx and avx2 support to x86 cpus (idroz) #152
- 2cea8fc: update qemu dep version (idroz) #152
- 6766289: cleanup process if isntanc fails to start (idroz) #155
- f3a7344: remove lxcfs from lxd script (idroz)
- 67e7267: remove pid, sock, and qmp files on stop (idroz) #158
- f1a69d2: update docker scripts (idroz)
- f774f4f: correctly set hwclock on start (idroz) #159
- 9c4dcc8: add openntpd install instructions (idroz) #161
- bda3b4c: Update troubleshooting.md (Max Zinkus)
- 67a4e77: clarify image creation instructions (idroz)
- 4ff4b52: import only .age or .tar.gz files (idroz) #164
- 26b9c19: remove temporary archive if unable to decompress (idroz) #164
- 19368d7: clean up temporary directory on error (idroz) #164
- 8ca7577: clean up logic for duplicated imports (idroz) #165
- 672adba: Update troubleshooting.md (Surya Murugan) #166
- f66b74e: Update troubleshooting.md (Max Zinkus)
- d49b255: EOL cleanup and docs gen script fix (Max Zinkus)
v1.0.3
Commits
- 7235891: update vm creation scripts (idroz) #142
- 02133a2: Add aliases for commands (Max Zinkus)
- c5b850a: Standardize verbosity of makefile (Max Zinkus)
- c962cc2: Replace
xcompile.sh
withmake xcompile
(Max Zinkus) - 13eab79: General maintenance (Max Zinkus)
- e4e674d: Update release.yml (Max Zinkus)
- 5465ae8: Use 'instance' instead of 'vm' everywhere (Max Zinkus) #149
- c690eaf: Add
{Get, Save}MachineConfig
util funcs inqemu/ops.go
(Max Zinkus) #149 - eb4f403: Use Get/Save utils in host/ (Max Zinkus) #149
- 1e80b3b: Rewrites in
cmd/
andalpine edit
validation (Max Zinkus) #149 - e88b390: Document new
alpine edit
behavior in modify_instance.md (Max Zinkus) #149 - d14a375: Update README.md (Max Zinkus)
v1.0.2
v1.0.1
v1.0
What's Changed
- Add to troubleshooting docs by @maxzinkus in #111
- Handle multiple VM name arguments by @maxzinkus in #112
- Add helper script from old branch so it isn't lost by @maxzinkus in #114
- Remove OS column from
alpine list
by @maxzinkus in #116 - Add restart command by @maxzinkus in #115
- Update SECURITY.md by @maxzinkus in #118
- Add
alpine rename
command by @maxzinkus in #119 - Various docs updates by @maxzinkus in #122
- Tagging vms for efficient multi-instance commands by @maxzinkus in #121
- Auto-start instances at login using launchctl Launch Agent by @maxzinkus in #124
- add rename and restart to cli docs by @idroz in #125
- disable 1gb pages support by @idroz in #123
- Add
alpine pause
andalpine resume
by @maxzinkus in #126 - Hotfix for
cmd/resume.go
by @maxzinkus in #129 - Prepare for
brew service
usage in homebrew formula by @maxzinkus in #130 - Update PR branch by @maxzinkus in #132
- Add
brew services
toautostart.md
docs by @maxzinkus in #131 - Import cleanups by @maxzinkus in #133
- Add age-encrypted publish/import by @maxzinkus in #127
- include verifiable publish in main docs by @idroz in #137
- auotstart an instance on publish if it was already running by @idroz in #138
Full Changelog: v0.10...v1.0
v0.10
What's Changed
- switch to -pdpe1gb=on by @idroz in #65
- Add documentation for
completion
by @maxzinkus in #69 - Enable user-selected editor for
alpine edit
by @maxzinkus in #71 - Fixes for Makefile behavior by @maxzinkus in #72
- Go scorecard complained about
cmd/edit.go
by @maxzinkus in #74 - Don't show 0 for PID when VM is stopped by @maxzinkus in #82
- Make RTC sync to system clock by @maxzinkus in #81
- Fix non-root-ssh issues with
Exec
(andStart
) by @maxzinkus in #73 - Move Troubleshooting to
docs/
by @maxzinkus in #83 - Add ':' port mapping configuration option, and briefly document in README by @maxzinkus in #80
- Secure config credentials by @maxzinkus in #85
- Address #84 by @idroz in #86
- Add docs for port and credential strings in
docs
by @maxzinkus in #90 - Remove
sleep
calls inStart
andLaunch
processes by @maxzinkus in #93 - Create SECURITY.md by @maxzinkus in #99
- address #66 by @idroz in #101
- Add initial hardening docs by @maxzinkus in #98
- Update ops.go by @maxzinkus in #103
- Fix issue in
cmd/start.go
by @maxzinkus in #106 - Tagging vms by @maxzinkus in #104
- address #108 by @idroz in #109
New Contributors
- @maxzinkus made their first contribution in #69
Full Changelog: v0.9...v0.10
v0.9
What's Changed
- automatically switch on/off highmem based on ram alloc by @idroz in #60
- added completion command and documentation by @alexandregz in #61
- add autocompletion documentation by @idroz in #62
- disable 1g pages on intel hosts by @idroz in #64
New Contributors
- @alexandregz made their first contribution in #61
Full Changelog: v0.8...v0.8.1