Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cross-platform-actions/action from 0.24.0 to 0.25.0 #119

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps cross-platform-actions/action from 0.24.0 to 0.25.0.

Release notes

Sourced from cross-platform-actions/action's releases.

Cross Platform Action 0.25.0

Summary

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.

Changelog

Sourced from cross-platform-actions/action's changelog.

[0.25.0] - 2024-07-11

Added

  • Add support for NetBSD 9.4
  • Add support for FreeBSD 14.1

Deprecated

  • 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.

Commits
  • cdc9ee6 Release 0.25.0
  • 2d440bf Remove documentation of deprecated features.
  • a8dd371 Deprecate support for macOS runners
  • aefd8a8 Deprecate the hypervisor input parameter
  • 6acac3c Add support for FreeBSD 14.1
  • ca9fe7f Run macOS tests on latest version that is x86-64
  • 6121538 Add support for NetBSD 9.4
  • b84e059 Add missing NetBSD entries in support table
  • d411902 Fix syntax error in example in readme
  • 833ecac [no ci] Fix changelog
  • See full diff in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](cross-platform-actions/action@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: cross-platform-actions/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 11, 2024
@ncruces ncruces merged commit 21de85e into main Jul 11, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/cross-platform-actions/action-0.25.0 branch July 11, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant