Skip to content

Releases: vmactions/openbsd-vm

v1.4.7

Choose a tag to compare

@neilpang neilpang released this 26 Aug 04:11

sync: tar

A new way to share the workspace, available on every architecture: 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. openbsd-builder v2.1.0
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

openbsd-builder v2.1.0 is also the first openbsd 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, ten releases on from the v0.5.5 that
v1.4.6 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.4.6...v1.4.7

v1.4.6

Choose a tag to compare

@neilpang neilpang released this 06 Aug 04:18

support major release.

Full Changelog: v1.4.5...v1.4.6

v1.4.5

Choose a tag to compare

@neilpang neilpang released this 16 Jul 13:02

support cache-after-prepare:

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

Full Changelog: v1...v1.4.5

v1.4.4

Choose a tag to compare

@neilpang neilpang released this 20 Jun 10:46

support sparc64 vm

Full Changelog: v1...v1.4.4

v1.4.3

Choose a tag to compare

@neilpang neilpang released this 03 Jun 17:46

imporve stablity

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@neilpang neilpang released this 26 May 18:17

update for stability

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@neilpang neilpang released this 24 May 19:51

support 7.9

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@neilpang neilpang released this 17 Apr 02:45

fix race condition error.

Full Changelog: v1.3.9...v1.4.0

v1.3.9

Choose a tag to compare

@neilpang neilpang released this 16 Apr 02:48

support custom-shell-name

Full Changelog: v1.3.8...v1.3.9

v1.3.8

Choose a tag to compare

@neilpang neilpang released this 31 Mar 06:50

reduce image size