Releases: norschel/GitHubActions.HyperV
Releases · norschel/GitHubActions.HyperV
v1.1.0
- 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
What's Changed
- Create powershell.yml by @norschel in #4
- Fix CodeScan errors in ps1 script by @norschel in #6
- Fixed ps1 codescan errors by @norschel in #7
- Enable DevSkim by @norschel in #5
- Bump @types/ssh2 from 0.5.52 to 1.11.11 by @dependabot in #3
- Bump @types/node from 17.0.45 to 20.2.5 by @dependabot in #2
- Ignore markdown files in GHA workflows by @norschel in #9
v1.0.1
What's Changed
- Create powershell.yml by @norschel in #4
- Fix CodeScan errors in ps1 script by @norschel in #6
- Fixed ps1 codescan errors by @norschel in #7
- Enable DevSkim by @norschel in #5
- Bump @types/ssh2 from 0.5.52 to 1.11.11 by @dependabot in #3
- Bump @types/node from 17.0.45 to 20.2.5 by @dependabot in #2
- Ignore markdown files in GHA workflows by @norschel in #9
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v1...v1.0.1
v1.0.0
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, ...).