Releases: oomol-lab/ovm
Releases · oomol-lab/ovm
v1.3.0
What's Changed
- refactor(tiemsync): add
--verboseparam to hwclock by @BlackHole1 in #33 - refactor(log): modify log record count to 5 by @BlackHole1 in #34
- refactor(timesync): remove hwclock by @BlackHole1 in #35
- feat(kernel): add
-kernel-debugparam in cli by @BlackHole1 in #36 - feat(restful): support modify power save mode by @BlackHole1 in #37
- refactor(cli): improve lock dir name by @BlackHole1 in #39
- fix(cli): lock file path incorrect by @BlackHole1 in #40
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- refactor(cli)!: improve target handle logic by @BlackHole1 in #32
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- refactor(ssh): improve find extended agent by @BlackHole1 in #31
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat(rootfs): support forward host ssh auth sock to guest by @BlackHole1 in #30
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- chore(cspell): add cspell config by @BlackHole1 in #1
- refactor(utils): remove unused code by @BlackHole1 in #2
- refactor(cli): add pre setup in cli by @BlackHole1 in #3
- fix(signal): panic when receiving multiple SIGTERM/SIGINT by @BlackHole1 in #4
- feat(app): only one ovm can run throughout the entire system lifecycle by @BlackHole1 in #5
- feat(app): support bind pid by @BlackHole1 in #6
- feat(ipc): support restful server by @BlackHole1 in #7
- refactor(restful): restrict the request method to comply with RESTful by @BlackHole1 in #8
- refactor(restful): add log in /info by @BlackHole1 in #9
- feat(event): support event notify by @BlackHole1 in #10
- refactor(cli): remove steup cleanup by @BlackHole1 in #11
- refactor(ipc): rename server to restful by @BlackHole1 in #12
- refactor(ipc): remove server by @BlackHole1 in #13
- refactor(ipc): create RESTful server in advance by @BlackHole1 in #14
- refactor(ipc): limit methods of info and state to GET by @BlackHole1 in #15
- fix(version): cannot start when the version.json format is incorrect by @BlackHole1 in #16
- fix(version): VM cannot start when the target file does not exist by @BlackHole1 in #17
- fix(vm): ovm cannot exit when ctx done by @BlackHole1 in #18
- feat(vm): support time sync by @BlackHole1 in #19
- refactor(vm): improve kernel cmd by @BlackHole1 in #20
- fix(vm): kernel incorrectly believes that tsc is unreliable in amd64 by @BlackHole1 in #21
- refactor(cli): remove time-sync param by @BlackHole1 in #22
- chore(ci): add test and release action by @BlackHole1 in #23
- fix(ci): github action macos version < 12.3 by @BlackHole1 in #26
- feat(vm): sync time when vm state is resume by @BlackHole1 in #24
- feat(vm): support power saving mode by @BlackHole1 in #27
- docs(readme): add README.md by @BlackHole1 in #28
- fix(ci): sha256sum command not found by @BlackHole1 in #29
New Contributors
- @BlackHole1 made their first contribution in #1
Full Changelog: https://github.com/oomol-lab/ovm/commits/v1.0.0