chore(deps): update vmactions/openbsd-vm action to v1.4.7 - #89
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update vmactions/openbsd-vm action to v1.4.7#89renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.6→v1.4.7Release Notes
vmactions/openbsd-vm (vmactions/openbsd-vm)
v1.4.7Compare Source
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: vmactions/openbsd-vm@v1.4.6...v1.4.7
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.