Skip to content

Commit

Permalink
Deprecate the hypervisor input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 20, 2024
1 parent 6acac3c commit aefd8a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ inputs:
hypervisor:
required: false
description: The hypervisor to use when starting the virtual machine
deprecationMessage: >
The Xhyve hypervisor has been deprecated and will be removed in a future
update. QEMU will be the only available hypervisor, making this input
parameter redundant.
image_url:
required: false
description: URL for running the action with a custom image.
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for NetBSD 9.4
- Add support for FreeBSD 14.1

### Deprecated
- 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.

## [0.24.0] - 2024-04-12
### Added
- Add support for FreeBSD 13.3
Expand Down

0 comments on commit aefd8a8

Please sign in to comment.