Version 0.25.0 brings several enhancements, deprecations, and support updates. Key changes include added support for new operating systems and deprecation of certain features. Below is a detailed overview of the changes.
New Features
Support for FreeBSD 14.1: This release includes support for FreeBSD 14.1, extending compatibility with this new version of the operating system.
Support for NetBSD 9.4: Added support for NetBSD 9.4 to ensure compatibility and performance improvements on this system.
Deprecations
macOS Runners: Deprecation of support for macOS runners, due to the transition to ARM64 architecture for the latest macOS versions. Users are advised to switch to supported environments.
hypervisor Input Parameter: The hypervisor input parameter has been deprecated. Users should update their configurations accordingly.
Acknowledgements
We would like to thank all contributors and users for their feedback and support. Special thanks to Jacob Carlborg for his ongoing efforts and contributions to this release.
For a detailed list of changes, please refer to the changelog on our repository.
Support for macOS runners has been deprecated and will be removed in a future
release. The reason for using macOS runners in the past has been because of
the support for hardware accelerated nested virtualization using the
Hypervisor framework. Since the creation of this action, the Ubuntu runners
have been upgraded with better performance and added support for hardware
accelerated nested virtualization using KVM. QEMU is also more stable when
using KVM compared to the Hypervisor framework. Please use the
ubuntu-latest runner instead.
The Xhyve hypervisor has been deprecated and will be removed in a future
release. QEMU will be the only available hypervisor. The reason being
maintenance of the Xhyve hypervisor seemed to have stopped. It's also
starting to become next to impossible to build on later versions of macOS.
Please switch to the QEMU hypervisor by switching to the ubuntu-latest
runner.
The hypervisor input parameter has been deprecated will be removed in a
future release. The reason being support for the Xhyve hypervisor has been
deprecated, making this input parameter redundant. Please remove the use of
the hypervisor input parameter and switch to the ubuntu-latest runner.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coverage: 99.355% (-0.2%) from 99.525%
when pulling 3a5bd44525468df04dd9ddad9178880ea0c00237 on dependabot/github_actions/cross-platform-actions/action-0.25.0
into 7ed0ecc3457229b1a338699625120fa67f03dfb2 on master.
Bumps cross-platform-actions/action from 0.24.0 to 0.25.0.
Release notes
Sourced from cross-platform-actions/action's releases.
Changelog
Sourced from cross-platform-actions/action's changelog.
Commits
cdc9ee6
Release 0.25.02d440bf
Remove documentation of deprecated features.a8dd371
Deprecate support for macOS runnersaefd8a8
Deprecate thehypervisor
input parameter6acac3c
Add support for FreeBSD 14.1ca9fe7f
Run macOS tests on latest version that is x86-646121538
Add support for NetBSD 9.4b84e059
Add missing NetBSD entries in support tabled411902
Fix syntax error in example in readme833ecac
[no ci] Fix changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show