DrHyde / perl-modules-Params-Validate-Dependencies

extends Params::Validate to support checking for complex dependencies between parameters
7 stars 3 forks source link

Bump cross-platform-actions/action from 0.21.1 to 0.22.0 #26

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Release notes

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

Cross Platform Action 0.22.0

Added

  • Added support for using the action in multiple steps in the same job (#26). All the inputs need to be the same for all steps, except for the following inputs: sync_files, shutdown_vm and run.

  • Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter: shutdown_vm. When set to false, this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).

Changed

  • Always terminate VM instead of shutting down. This is more efficient and this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).

  • Use unsafe as the cache mode for QEMU disks. This should improve performance (#67).

Changelog

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

[0.22.0] - 2023-12-27

Added

  • Added support for using the action in multiple steps in the same job (#26). All the inputs need to be the same for all steps, except for the following inputs: sync_files, shutdown_vm and run.

  • Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter: shutdown_vm. When set to false, this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).

Changed

  • Always terminate VM instead of shutting down. This is more efficient and this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).

  • Use unsafe as the cache mode for QEMU disks. This should improve performance (#67).

Commits
  • 5800fa0 Release 0.22.0
  • 20ad4b2 Fix #67: Use unsafe as the cache mode disks
  • d918493 Always terminate VM instead of shutting down.
  • 626f1d6 Fix error when terminating the VM
  • d59f08d Print stack trace for uncaught exceptions
  • 7f2fab9 Revert "Run SSH in verbose mode when debug mode is enabled"
  • 0f566c3 [no ci] Update the changelog
  • b7f7744 [no ci] Fix spelling
  • 9894a9b Wrap host module in namespace
  • 87fdd34 Fix broken test-vm-shutdown tests
  • 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 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)
coveralls commented 10 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 3735801dc5a197b9891c70280e64236bbfe1c082 on dependabot/github_actions/cross-platform-actions/action-0.22.0 into 9db7f507c0813660c4e8208a203cf84a27080583 on master.