Skip to content

Bump cross-platform-actions/action from 0.22.0 to 0.28.0 #385

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

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps cross-platform-actions/action from 0.22.0 to 0.28.0.

Release notes

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

Cross Platform Action 0.28.0

Added

Cross Platform Action 0.27.0

Added

  • Add support for NetBSD 10.1 (#95)

Cross Platform Action 0.26.0

Summary

Version 0.26.0 brings several enhancements and support updates. Key changes include added support for new operating systems and Below is a detailed overview of the changes.

🚀 New Features

  • FreeBSD 14.2 Support: The project now supports FreeBSD 14.2, ensuring compatibility with the latest updates in the FreeBSD ecosystem.
  • OpenBSD 7.6 Support: Added support for OpenBSD 7.6, expanding functionality for users of this operating system.
  • FreeBSD 13.4 Support: Introduced compatibility with FreeBSD 13.4, broadening FreeBSD version coverage.

🛠 Fixes and Maintenance

  • Documentation Update: Corrected a missing reference to OpenBSD 7.5 in the README to reflect supported platforms accurately.
  • README Improvements: Updated examples in the README to use the latest GitHub Action workflows. This ensures consistency with current best practices.

Acknowledgements

We would like to thank all contributors and users for their feedback and support to make this release possible!

For a detailed list of changes, please refer to the changelog on our repository.

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.

... (truncated)

Changelog

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

[0.28.0] - 2025-05-19

Added

[0.27.0] - 2025-01-22

Added

  • Add support for NetBSD 10.1 (#95)

[0.26.0] - 2024-04-12

Added

  • Add support for FreeBSD 13.4
  • Add support for OpenBSD 7.6 (openbsd-builder#20)
  • Add support for FreeBSD 14.2

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

[0.24.0] - 2024-04-12

Added

  • Add support for FreeBSD 13.3
  • Add support for NetBSD 10.0
  • Add support for NetBSD ARM64 (#55)
  • Add support for OpenBSD 7.5 (openbsd-builder#16)

... (truncated)

Commits
  • 97419d1 Release 0.28.0
  • bc8ba4b Fix #30: Add support for Haiku
  • 55b9c6f Add support for checking the uname version to the test helper action
  • 5689426 Add extra output to test action
  • 043a2b4 Move VM file system synchronization to separate class
  • 6dee23f Add support for overriding VM user
  • db4e23e Add tests for VM.execute methods
  • 5de373d Refactor rsync flags
  • 7c37d6b Move createVirtualMachine to base class
  • cd23569 Move hypervisorUrl to base class.
  • Additional commits viewable 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.22.0 to 0.28.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.22.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 26, 2025
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.

0 participants