Sourced from cross-platform-actions/action's releases.
Cross Platform Action 0.22.0
Added
Added support for using the action in multiple steps in the same job (#26). All the inputs need to be the same for all steps, except for the following inputs:
sync_files
,shutdown_vm
andrun
.Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter:
shutdown_vm
. When set tofalse
, this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).Changed
Sourced from cross-platform-actions/action's changelog.
[0.22.0] - 2023-12-27
Added
Added support for using the action in multiple steps in the same job (#26). All the inputs need to be the same for all steps, except for the following inputs:
sync_files
,shutdown_vm
andrun
.Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter:
shutdown_vm
. When set tofalse
, this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).Changed
5800fa0
Release 0.22.020ad4b2
Fix #67:
Use unsafe
as the cache mode disksd918493
Always terminate VM instead of shutting down.626f1d6
Fix error when terminating the VMd59f08d
Print stack trace for uncaught exceptions7f2fab9
Revert "Run SSH in verbose mode when debug mode is
enabled"0f566c3
[no ci] Update the changelogb7f7744
[no ci] Fix spelling9894a9b
Wrap host
module in namespace87fdd34
Fix broken test-vm-shutdown tests