Releases: aibor/virtrun
Releases · aibor/virtrun
v0.15.5
v0.15.4
v0.15.3
Patch release (2026-02-21)
- Use system ldd (calls
lddfrom PATH). - Add bytes written debug output.
Changelog
- 8918c2d feat(pipe): add bytes written accessor for collection
- c005baa feat(qemu,sysinit): add debug output of written bytes
- b73dbd1 fix(pipe): remove erroneous file delete
- ab1f1dc fix(pipe): use correct bytes process naming
- 2e9120d fix(qemu): output written bytes
- 3ffd38c fix(sys): use actual interpreter absolute path
- 7daa1d8 fix(virtfs): close files on error
v0.15.2
v0.15.1
v0.15.0
Minor release (2025-11-26)
- Transport-encoded guest output.
- Split stdout and stderr output.
- CLI arguments via local file .virtrun-args.
Changelog
Full Changelog: v0.14.0...v0.15.0
v0.15.0-rc2
v0.15.0-rc1
v0.15.0-rc0
Pre-Release (2025-10-26)
Changelog
- 92b306b feat!(sysinit) use log package
- 3f5733e feat!(sysinit): provide setup tasks as building blocks
- 113a584 feat!: provide stdout and stderr separately
- 0c2c880 feat!: transmit data encoded
- 167038c feat(qemu): detect missing console output
- a3aa673 feat(sysinit): add state for cleanup registration
- 235b338 fix!(cmd): make flag style consistent snake case
- 92f2b2c fix!(exitcode): simplify exit code handling
- 92b361a fix(cmd): improve log format
- a4e2bf7 fix(cmd): use default constant for smp
- d9ae4d1 fix(cmd): use logger for printing error
- b208cf9 fix(initramfs): use actual argument as symlink target
- 0f09f2b fix(qemu): force verbose logging on all kernels
- fc6f7c6 fix(sysinit): always mount essential file systems
- 3c4dcbf fix(sysinit): remove additional tempfs
- 69bc8c5 fix(test): communicate exit code
v0.14.0
Minor release (2025-03-12)
- Fixes go test -cpuprofile and -memprofile flags to work with absolute paths and content not being corrupted by a trailing newline.
- Adds more optional virtual system filesystems.
Changelog
Features
- 6e1c57b feat(sysinit): expose additional mount options
- d9028fd feat(sysinit): print warning for failed optional mounts
- 58b0f19 feat(sysinit): mount all the things
Fixes
- d535c1f fix(virtrun): go test profile absolute paths
- 9cf4cd4 fix(qemu): conditional last newline for consoles
- 3799c4f fix(sysinit): create symlinks ordered
- 8ac2c14 fix(sysinit): use error print helper
Full Changelog: v0.13.1...v0.14.0