Skip to content

Releases: norschel/GitHubActions.HyperV

v2.0.0

23 Jan 09:10
5170553
Compare
Choose a tag to compare

v2:

  • Updated to @actions/github v6.0.0
  • Node20 support
  • Allow to choose PowerShell Core / Windows PowerShell
  • Moved logging commands into library to allow using core script for GH action and AzD pipeline task

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

19 Sep 17:45
aeb5396
Compare
Choose a tag to compare
  • Updated dependencies
  • Refactored logging to use GHA workflow commands (e.g. error, ...) and introduced an interface for logging in the main ps1 file (which makes it possible to reuse the core script between AzD pipeline task and GHA action)

v1.0.2

07 Jun 15:35
fcde662
Compare
Choose a tag to compare

What's Changed

v1.0.1

07 Jun 15:28
a28457b
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1...v1.0.1

v1.0.0

29 May 20:03
8b3fdc8
Compare
Choose a tag to compare

Remote control one or many virtual machine(s) on a (remote) Hyper-V Server (without SCVMM).
This GitHub Actions action supports start and stop a virtual machine plus create, restore and delete Hyper-V snapshots.

Ported the v8 version of Azure Pipeline Hyper-V task to GitHub Actions.
This v1 release also contains a new SSH mode, so that you can even connect to Hyper-V hosts from all GitHub Actions supported operating systems (e.g. Linux, ...).