Skip to content

Releases: vmactions/openindiana-vm

v1.1.6

Choose a tag to compare

@neilpang neilpang released this 26 Aug 04:11

sync: tar

A new way to share the workspace: the tree is streamed in as a ustar
archive over the ssh connection the action already opens, and streamed
back the same way when the run finishes. Nothing is installed in the
guest and no filesystem support is needed on either side, unlike sshfs
and nfs. openindiana-builder v2.1.2 declares it for every release, and
it was verified on this guest before the declaration went in: 300 files
plus a 1 MB binary blob pushed, a file written inside the VM, the whole
tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

openindiana-builder v2.1.2 is also the first openindiana build to
publish releases.json, the machine-readable index this action bakes its
configuration from -- which is why the pre-tar method list survived
until now.

The runtime moves to anyvm v0.6.5, twelve releases on from the v0.5.3
that v1.1.5 shipped. Two of its fixes reach every job: a failed folder
sync is now fatal instead of a warning that left the guest running
without the files it was about to use, and the workspace push no longer
carries the runner's own harness directories into the guest.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

Choose a tag to compare

@neilpang neilpang released this 26 Jul 10:47

reduce image size

Full Changelog: v1.1.4...v1.1.5

v1.1.4

Choose a tag to compare

@neilpang neilpang released this 18 Jul 00:51

The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run

https://github.com/vmactions/openindiana-vm#10-cache-the-vm-image-after-prepare

Full Changelog: v1...v1.1.4

v1.1.3

Choose a tag to compare

@neilpang neilpang released this 04 Jun 20:38

update for stability and reliability

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@neilpang neilpang released this 30 May 17:03

fix reliability

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@neilpang neilpang released this 30 May 07:52

add 202604

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@neilpang neilpang released this 26 May 18:12

update
Full Changelog: v1.0.9...v1.1.0

v1.0.9

Choose a tag to compare

@neilpang neilpang released this 01 May 17:19

update image

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Choose a tag to compare

@neilpang neilpang released this 16 Apr 11:59

support custom-shell-name
Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@neilpang neilpang released this 13 Mar 10:44

use node24